haskell-hashable: add version 1.2.0.6
This commit is contained in:
parent
a2ddd3643e
commit
5a28754957
@ -1,10 +1,16 @@
|
|||||||
{ cabal, text }:
|
{ cabal, HUnit, QuickCheck, random, testFramework
|
||||||
|
, testFrameworkHunit, testFrameworkQuickcheck2, text
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hashable";
|
pname = "hashable";
|
||||||
version = "1.2.0.5";
|
version = "1.2.0.6";
|
||||||
sha256 = "0frqr294bsx4i21xxd5pw59xpaf0nww0dh4bqn0ywblsm9c7nyqh";
|
sha256 = "0kd0vk87pgrir5zx7b30dvv2lsjjiykqi1gpalkgmgbvhals4p9z";
|
||||||
buildDepends = [ text ];
|
buildDepends = [ text ];
|
||||||
|
testDepends = [
|
||||||
|
HUnit QuickCheck random testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2 text
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/tibbe/hashable";
|
homepage = "http://github.com/tibbe/hashable";
|
||||||
description = "A class for types that can be converted to a hash value";
|
description = "A class for types that can be converted to a hash value";
|
@ -1003,7 +1003,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
happstackHamlet = callPackage ../development/libraries/haskell/happstack/happstack-hamlet.nix {};
|
happstackHamlet = callPackage ../development/libraries/haskell/happstack/happstack-hamlet.nix {};
|
||||||
|
|
||||||
hashable_1_1_2_5 = callPackage ../development/libraries/haskell/hashable/1.1.2.5.nix {};
|
hashable_1_1_2_5 = callPackage ../development/libraries/haskell/hashable/1.1.2.5.nix {};
|
||||||
hashable_1_2_0_5 = callPackage ../development/libraries/haskell/hashable/1.2.0.5.nix {};
|
hashable_1_2_0_6 = callPackage ../development/libraries/haskell/hashable/1.2.0.6.nix {};
|
||||||
hashable = self.hashable_1_1_2_5;
|
hashable = self.hashable_1_1_2_5;
|
||||||
|
|
||||||
hashedStorage = callPackage ../development/libraries/haskell/hashed-storage {};
|
hashedStorage = callPackage ../development/libraries/haskell/hashed-storage {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user