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/word8/default.nix

16 lines
396 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hspec }:
2012-11-08 13:51:34 +00:00
cabal.mkDerivation (self: {
pname = "word8";
2014-07-18 11:23:25 +01:00
version = "0.1.1";
sha256 = "1xpa0haacimrblxg3x3n5vdcnkg3ff5zqamppdarv0zvkcdj139r";
testDepends = [ hspec ];
2012-11-08 13:51:34 +00:00
meta = {
description = "Word8 library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})