summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/word8/default.nix
blob: ad6b591538341fe26b5ed6127933e5f06e0db7bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, hspec }:

cabal.mkDerivation (self: {
  pname = "word8";
  version = "0.1.1";
  sha256 = "1xpa0haacimrblxg3x3n5vdcnkg3ff5zqamppdarv0zvkcdj139r";
  testDepends = [ hspec ];
  meta = {
    description = "Word8 library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})