haskell-bytestring-lexing: updated to version 0.3.0
svn path=/nixpkgs/trunk/; revision=31917
This commit is contained in:
parent
bab857eb38
commit
e83a85ed6d
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bytestring-lexing";
|
pname = "bytestring-lexing";
|
||||||
version = "0.2.1";
|
version = "0.3.0";
|
||||||
sha256 = "0pibn4phfp346i6i8zwic5zlbq9lqa6ifyx6bdl3p5c8jy3v23r9";
|
sha256 = "1jrhmljy7m84imcmvsarv74i3hcm60ja9pl1ww3lm0zgi0rrddqd";
|
||||||
buildTools = [ alex ];
|
buildTools = [ alex ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~dons/code/bytestring-lexing";
|
homepage = "http://code.haskell.org/~wren/";
|
||||||
description = "Parse literals efficiently from bytestrings";
|
description = "Parse 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