haskell-base-compat: update to version 0.3.0

This commit is contained in:
Peter Simons 2013-12-09 13:03:19 +01:00
parent 5afde208e9
commit 5b61f54e09

View file

@ -1,9 +1,10 @@
{ cabal, hspec, setenv }:
{ cabal, errorcallEqInstance, hspec, setenv }:
cabal.mkDerivation (self: {
pname = "base-compat";
version = "0.2.1";
sha256 = "1yssx3nww89dmkw8i55bp1vinbczbxhhh0kh4f3b9fyw5ylnai43";
version = "0.3.0";
sha256 = "0jjj953hr00jj99ld2977al6n6qk67ds9qfzkzwkh5ifgmi6f20i";
buildDepends = [ errorcallEqInstance ];
testDepends = [ hspec setenv ];
meta = {
description = "A compatibility layer for base";