haskell-text-stream-decode: update to version 0.1.0.5
This commit is contained in:
parent
a7c80c11e5
commit
c5d967f781
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "text-stream-decode";
|
pname = "text-stream-decode";
|
||||||
version = "0.1.0.4";
|
version = "0.1.0.5";
|
||||||
sha256 = "041winxbqkz1y6vx6sgbhl925n5qxii2q7ijcwa85sj4dkrqpafr";
|
sha256 = "1s2lncs5k8rswg1bpf4vz5p1maj46bsgf7ar4lzcla9bf3f4bppy";
|
||||||
buildDepends = [ text ];
|
buildDepends = [ text ];
|
||||||
testDepends = [ deepseq hspec text ];
|
testDepends = [ deepseq hspec text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/fpco/text-stream-decode";
|
homepage = "http://github.com/fpco/text-stream-decode";
|
||||||
description = "Streaming decoding functions for UTF encodings";
|
description = "Streaming decoding functions for UTF encodings. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user