haskell-options: update to version 1.2

This commit is contained in:
Peter Simons 2014-05-21 16:19:53 +02:00
parent 784fb7f434
commit 17d0a2831d
1 changed files with 2 additions and 2 deletions

View File

@ -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;