# 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; }; })