mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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: {
|
||||
pname = "ghc-mtl";
|
||||
version = "1.2.0.0";
|
||||
sha256 = "0fk3adc56nhi46nf2w5ybp3cd9l13qqbpd5nbhfhbqj3g73j8p5a";
|
||||
version = "1.2.1.0";
|
||||
sha256 = "0h6r6gip9nsjlsq88wj105hhqliy7ac2dmmndsfzbjz07b03cklk";
|
||||
buildDepends = [ exceptions extensibleExceptions mtl ];
|
||||
meta = {
|
||||
homepage = "http://hub.darcs.net/jcpetruzza/ghc-mtl";
|
||||
|
|
Loading…
Reference in a new issue