haskell-NanoProlog: added version 0.2.3.1
svn path=/nixpkgs/trunk/; revision=29896
This commit is contained in:
parent
efaa164120
commit
eec3529bc2
19
pkgs/development/libraries/haskell/NanoProlog/default.nix
Normal file
19
pkgs/development/libraries/haskell/NanoProlog/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ cabal, ListLike, uuParsinglib }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "NanoProlog";
|
||||
version = "0.2.3.1";
|
||||
sha256 = "1pyvf1vmq61nhjg09416ap37c07lavrrgj2m9wx9dkyvhipzlxjv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ ListLike uuParsinglib ];
|
||||
meta = {
|
||||
description = "Very small interpreter for a Prolog-like language";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
@ -874,6 +874,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
mwcRandom = callPackage ../development/libraries/haskell/mwc-random {};
|
||||
|
||||
NanoProlog = callPackage ../development/libraries/haskell/NanoProlog {};
|
||||
|
||||
neither = callPackage ../development/libraries/haskell/neither {};
|
||||
|
||||
network_2_2_1_4 = callPackage ../development/libraries/haskell/network/2.2.1.4.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user