mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-ivory: 0.1.0.0 new expression
This commit is contained in:
parent
8a5f5e4e8b
commit
72954393f8
2 changed files with 19 additions and 0 deletions
17
pkgs/development/libraries/haskell/ivory/default.nix
Normal file
17
pkgs/development/libraries/haskell/ivory/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, monadLib, parsec, thLift }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ivory";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1rn1akrsci0k5nbk4zipxznkdm0y3rvv9la5mnrr9mkj5zikj5sc";
|
||||
buildDepends = [ monadLib parsec thLift ];
|
||||
meta = {
|
||||
homepage = "http://smaccmpilot.org/languages/ivory-introduction.html";
|
||||
description = "Safe embedded C programming";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
broken = self.stdenv.lib.versionOlder "7.7" self.ghc.version;
|
||||
};
|
||||
})
|
|
@ -1382,6 +1382,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
ivor = callPackage ../development/libraries/haskell/ivor {};
|
||||
|
||||
ivory = callPackage ../development/libraries/haskell/ivory {};
|
||||
|
||||
ixdopp = callPackage ../development/libraries/haskell/ixdopp {
|
||||
preprocessorTools = self.preprocessorTools_0_1_3;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue