forked from mirrors/nixpkgs
haskell-ghc-mtl: update to version 1.2.1.0
This commit is contained in:
parent
d3e09c21c2
commit
9778f505de
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mtl";
|
pname = "ghc-mtl";
|
||||||
version = "1.2.0.0";
|
version = "1.2.1.0";
|
||||||
sha256 = "0fk3adc56nhi46nf2w5ybp3cd9l13qqbpd5nbhfhbqj3g73j8p5a";
|
sha256 = "0h6r6gip9nsjlsq88wj105hhqliy7ac2dmmndsfzbjz07b03cklk";
|
||||||
buildDepends = [ exceptions extensibleExceptions mtl ];
|
buildDepends = [ exceptions extensibleExceptions mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hub.darcs.net/jcpetruzza/ghc-mtl";
|
homepage = "http://hub.darcs.net/jcpetruzza/ghc-mtl";
|
||||||
|
|
Loading…
Reference in a new issue