2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, alex }:
|
2011-11-14 16:57:26 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "bytestring-lexing";
|
2014-03-31 10:19:58 +01:00
|
|
|
version = "0.4.3.2";
|
|
|
|
sha256 = "09ymg1n21668wn4harxg0cqlz98fz990bangpy99w2z7d6cwbc05";
|
2011-11-14 16:57:26 +00:00
|
|
|
buildTools = [ alex ];
|
|
|
|
meta = {
|
2012-01-29 16:24:02 +00:00
|
|
|
homepage = "http://code.haskell.org/~wren/";
|
2012-02-03 21:00:18 +00:00
|
|
|
description = "Parse and produce literals efficiently from strict or lazy bytestrings";
|
2011-11-14 16:57:26 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|