haskell-bytestring-lexing: updated to version 0.4.0
svn path=/nixpkgs/trunk/; revision=32016
This commit is contained in:
parent
412e5dd87d
commit
2a10a4d967
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bytestring-lexing";
|
pname = "bytestring-lexing";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
sha256 = "1jrhmljy7m84imcmvsarv74i3hcm60ja9pl1ww3lm0zgi0rrddqd";
|
sha256 = "1lww38rab9k8drndqkg306kiq6663i89sq6l1bvjv6cs13acc8wr";
|
||||||
buildTools = [ alex ];
|
buildTools = [ alex ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~wren/";
|
homepage = "http://code.haskell.org/~wren/";
|
||||||
description = "Parse literals efficiently from strict or lazy bytestrings";
|
description = "Parse and produce literals efficiently from strict or lazy bytestrings";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user