mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-funcmp: added version 1.5
svn path=/nixpkgs/trunk/; revision=27761
This commit is contained in:
parent
dc31e088c0
commit
13720273bb
14
pkgs/development/libraries/haskell/funcmp/default.nix
Normal file
14
pkgs/development/libraries/haskell/funcmp/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "funcmp";
|
||||
version = "1.5";
|
||||
sha256 = "f68807833f39178c99877321f0f335cfde12a5c4b38e6c51f33f8cab94b9e12e";
|
||||
propagatedBuildInputs = [];
|
||||
meta = {
|
||||
description = "Functional MetaPost";
|
||||
license = "GPL";
|
||||
maintainers = [self.stdenv.lib.maintainers.simons];
|
||||
};
|
||||
})
|
||||
|
|
@ -468,6 +468,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
fclabels = callPackage ../development/libraries/haskell/fclabels {};
|
||||
|
||||
funcmp = callPackage ../development/libraries/haskell/funcmp {};
|
||||
|
||||
feed = callPackage ../development/libraries/haskell/feed {};
|
||||
|
||||
filestore = callPackage ../development/libraries/haskell/filestore {};
|
||||
|
|
Loading…
Reference in a new issue