Updated utf8-string, added mpppc.
svn path=/nixpkgs/trunk/; revision=18207
This commit is contained in:
parent
56e06c9790
commit
1b9fe7411c
12
pkgs/development/libraries/haskell/mpppc/default.nix
Normal file
12
pkgs/development/libraries/haskell/mpppc/default.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{cabal, ansiTerminal, split, text}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "mpppc";
|
||||||
|
version = "0.1.0";
|
||||||
|
sha256 = "73796138cc10df77217568d59fb999567436bedefaa8579ed6648c6cfb841c86";
|
||||||
|
propagatedBuildInputs = [ansiTerminal split text];
|
||||||
|
meta = {
|
||||||
|
description = "Multi-dimensional parametric pretty-printer with color";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "utf8-string";
|
pname = "utf8-string";
|
||||||
version = "0.3.4";
|
version = "0.3.5";
|
||||||
sha256 = "1gd5b5q5jw70mg0z8jjgqigc0wmvnc7fx2k3yfdsz20b9wsjfw7r";
|
sha256 = "41f99b3e9f61ab5309c93f98d45f1ba2e475a8504c5202a350720c27fb82d07a";
|
||||||
meta = {
|
meta = {
|
||||||
description = "A UTF8 layer for IO and Strings";
|
description = "A UTF8 layer for IO and Strings";
|
||||||
};
|
};
|
||||||
|
@ -320,6 +320,10 @@ rec {
|
|||||||
inherit cabal mtl;
|
inherit cabal mtl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mpppc = import ../development/libraries/haskell/mpppc {
|
||||||
|
inherit cabal ansiTerminal split text;
|
||||||
|
};
|
||||||
|
|
||||||
mtl = import ../development/libraries/haskell/mtl {
|
mtl = import ../development/libraries/haskell/mtl {
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user