1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/bytestring-lexing/default.nix

18 lines
571 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, alex }:
cabal.mkDerivation (self: {
pname = "bytestring-lexing";
version = "0.4.3.2";
sha256 = "09ymg1n21668wn4harxg0cqlz98fz990bangpy99w2z7d6cwbc05";
buildTools = [ alex ];
meta = {
homepage = "http://code.haskell.org/~wren/";
description = "Parse and produce literals efficiently from strict or lazy bytestrings";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})