3
0
Fork 0
forked from mirrors/nixpkgs

haskell-lifted-base: update to version 0.2.0.1

This commit is contained in:
Peter Simons 2012-12-06 11:55:12 +01:00
parent 61fb876e19
commit eb69a483f9

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "lifted-base";
version = "0.2";
sha256 = "12ai34wb1sd6fza50arlpvsdc6l2nwrrcik0xakf2q0ddzjmhjfb";
version = "0.2.0.1";
sha256 = "0ffv6zjddq9nga8m3m737chznph2z12mpgfs097aq0sgbmx6df6z";
buildDepends = [
baseUnicodeSymbols monadControl transformersBase
];