Upgrade pure-cdb and enable tests

This commit is contained in:
Boris Sukholitko 2014-10-28 21:14:44 +02:00
parent 2c0cc6cedc
commit 4027b14966
2 changed files with 3 additions and 4 deletions

View File

@ -4,11 +4,10 @@
cabal.mkDerivation (self: {
pname = "pure-cdb";
version = "0.1";
sha256 = "0fxfhd73h5frnjpk617lspwf17wldsrd5a5cxar5y3a8wi0i4b8c";
version = "0.1.1";
sha256 = "1yjh7h02hkhx2vgvn7qfmfd3bp12ibpkf4znybsd2bfh0i1pzn0n";
buildDepends = [ binary mtl vector ];
testDepends = [ mtl testSimple Unixutils vector ];
doCheck = false;
meta = {
homepage = "https://github.com/bosu/pure-cdb";
description = "Another pure-haskell CDB (Constant Database) implementation";

View File

@ -2019,7 +2019,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
punycode = callPackage ../development/libraries/haskell/punycode {};
pureCdb = callPackage ../development/libraries/haskell/pure-cdb { testSimple = null; };
pureCdb = callPackage ../development/libraries/haskell/pure-cdb {};
primitive_0_5_0_1 = callPackage ../development/libraries/haskell/primitive/0.5.0.1.nix {};
primitive_0_5_2_1 = callPackage ../development/libraries/haskell/primitive/0.5.2.1.nix {};