nixpkgs/pkgs/development/libraries/haskell/bytestring-trie/default.nix
2014-10-14 17:39:29 +02:00

17 lines
497 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary }:
cabal.mkDerivation (self: {
pname = "bytestring-trie";
version = "0.2.4";
sha256 = "1fv3xh52hqhzdbq78c3lrgx5vd49cabwp9ww5ki1888zlq29pyck";
buildDepends = [ binary ];
meta = {
homepage = "http://code.haskell.org/~wren/";
description = "An efficient finite map from (byte)strings to values";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})