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

{ cabal, aeson, indexed, indexedFree, lens, lensAeson, text }:

cabal.mkDerivation (self: {
  pname = "json-assertions";
  version = "1.0.5";
  sha256 = "1vf6y8xbl48giq1p6d62294rfvfdw62l1q4dspy990ii0v5gkyck";
  buildDepends = [ aeson indexed indexedFree lens lensAeson text ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/ocharles/json-assertions.git";
    description = "Test that your (Aeson) JSON encoding matches your expectations";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})