summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bytestring-trie/default.nix
blob: da84b55cc0f97289c64825c9ff79b46464da1b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})