summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pure-cdb/default.nix
blob: 871825db1218590308edd9bac20e2c0d26764655 (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, binary, mtl, testSimple, Unixutils, vector }:

cabal.mkDerivation (self: {
  pname = "pure-cdb";
  version = "0.1";
  sha256 = "0fxfhd73h5frnjpk617lspwf17wldsrd5a5cxar5y3a8wi0i4b8c";
  buildDepends = [ binary mtl vector ];
  testDepends = [ mtl testSimple Unixutils vector ];
  doCheck = false;
  meta = {
    homepage = "https://github.com/bosu/pure-cdb";
    description = "Another pure-haskell CDB (Constant Database) implementation";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})