haskell-base-compat: update to version 0.3.0
This commit is contained in:
parent
5afde208e9
commit
5b61f54e09
@ -1,9 +1,10 @@
|
|||||||
{ cabal, hspec, setenv }:
|
{ cabal, errorcallEqInstance, hspec, setenv }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "base-compat";
|
pname = "base-compat";
|
||||||
version = "0.2.1";
|
version = "0.3.0";
|
||||||
sha256 = "1yssx3nww89dmkw8i55bp1vinbczbxhhh0kh4f3b9fyw5ylnai43";
|
sha256 = "0jjj953hr00jj99ld2977al6n6qk67ds9qfzkzwkh5ifgmi6f20i";
|
||||||
|
buildDepends = [ errorcallEqInstance ];
|
||||||
testDepends = [ hspec setenv ];
|
testDepends = [ hspec setenv ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A compatibility layer for base";
|
description = "A compatibility layer for base";
|
||||||
|
Loading…
Reference in New Issue
Block a user