2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, binary }:
|
2011-07-11 08:17:53 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-11 08:17:53 +01:00
|
|
|
pname = "bytestring-trie";
|
2014-10-13 12:02:36 +01:00
|
|
|
version = "0.2.4";
|
|
|
|
sha256 = "1fv3xh52hqhzdbq78c3lrgx5vd49cabwp9ww5ki1888zlq29pyck";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ binary ];
|
2011-07-11 08:17:53 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://code.haskell.org/~wren/";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "An efficient finite map from (byte)strings to values";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-11 08:17:53 +01:00
|
|
|
};
|
|
|
|
})
|