mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
haskell-ghc-mtl: update to version 1.0.1.2
This commit is contained in:
parent
86750b4567
commit
4a383ed6c7
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-mtl";
|
pname = "ghc-mtl";
|
||||||
version = "1.0.1.1";
|
version = "1.0.1.2";
|
||||||
sha256 = "04lm1g27xwwph02k3d8b51nbhi2sw8jx7arqczcqc3rygak10fpn";
|
sha256 = "06m8ynqlbvvs37w211ikldwvlvg4ry27x9l7idnwa1m8w2jkbkva";
|
||||||
buildDepends = [ MonadCatchIOMtl mtl ];
|
buildDepends = [ MonadCatchIOMtl mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://darcsden.com/jcpetruzza/ghc-mtl";
|
homepage = "http://darcsden.com/jcpetruzza/ghc-mtl";
|
||||||
|
Loading…
Reference in New Issue
Block a user