summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hspec-expectations-lens/default.nix
blob: 12ac56702df8219b4b850660ebe94c235d0596e6 (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, hspec, hspecExpectations, HUnit, lens, silently }:

cabal.mkDerivation (self: {
  pname = "hspec-expectations-lens";
  version = "0.3.0.0";
  sha256 = "1v6j4z3gv41jlhbi8ngx7h6d78l1fazvd3bw3c67zsnlgqrvl1x5";
  buildDepends = [ hspec hspecExpectations HUnit lens ];
  testDepends = [ hspec lens silently ];
  meta = {
    homepage = "http://supki.github.io/hspec-expectations-lens/";
    description = "Hspec expectations for the lens stuff";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})