haskell-options: update to version 1.2
This commit is contained in:
parent
784fb7f434
commit
17d0a2831d
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "options";
|
pname = "options";
|
||||||
version = "1.0";
|
version = "1.2";
|
||||||
sha256 = "0d40d6k1c8v2b0bgchgl54sk9wx28kysp8bjws8bwjcmmd57775f";
|
sha256 = "14qrkwd8h50wf6972p0ylvhnc8mh11fqk9l8q0h9lapj7ywm74vx";
|
||||||
buildDepends = [ monadsTf transformers ];
|
buildDepends = [ monadsTf transformers ];
|
||||||
testDepends = [ chell chellQuickcheck monadsTf transformers ];
|
testDepends = [ chell chellQuickcheck monadsTf transformers ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in New Issue