summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/text-stream-decode/default.nix
blob: 2f34dbb0b467b709b36ba6a8b74d3d8024d08f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, deepseq, hspec, text }:

cabal.mkDerivation (self: {
  pname = "text-stream-decode";
  version = "0.1.0.5";
  sha256 = "1s2lncs5k8rswg1bpf4vz5p1maj46bsgf7ar4lzcla9bf3f4bppy";
  buildDepends = [ text ];
  testDepends = [ deepseq hspec text ];
  meta = {
    homepage = "http://github.com/fpco/text-stream-decode";
    description = "Streaming decoding functions for UTF encodings. (deprecated)";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})