nixpkgs/pkgs/development/libraries/haskell/bytestring-trie/default.nix
2014-08-09 13:49:24 +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.3";
sha256 = "1zb4s7fd951swc648szrpx0ldailmdinapgbcg1zajb5c5jq57ga";
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;
};
})