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

{ cabal, attoparsec, hspec, hspecExpectations, text }:

cabal.mkDerivation (self: {
  pname = "hspec-attoparsec";
  version = "0.1.0.1";
  sha256 = "12246p4k0axv6w5jxnid9hyl4cbl3vmd46b7xxli7nq2iw79nl8v";
  buildDepends = [ attoparsec hspecExpectations text ];
  testDepends = [ attoparsec hspec hspecExpectations text ];
  meta = {
    homepage = "http://github.com/alpmestan/hspec-attoparsec";
    description = "Utility functions for testing your attoparsec parsers with hspec";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})