Added aeson, unordered-containers.
svn path=/nixpkgs/trunk/; revision=27653
This commit is contained in:
14
pkgs/development/libraries/haskell/hashable/default.nix
Normal file
14
pkgs/development/libraries/haskell/hashable/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, text}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "hashable";
|
||||
version = "1.1.2.1";
|
||||
sha256 = "1kmx3jr9cmkbapd7gywx7zvyd22nyz2mgs8lnzspp5hi7crx3wcx";
|
||||
propagatedBuildInputs = [text];
|
||||
meta = {
|
||||
description = "A class for types that can be converted to a hash value";
|
||||
license = "BSD3";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user