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

{ cabal, configurator, fgl, filepath, HDBC, HDBCPostgresql
, HDBCSqlite3, HUnit, mtl, random, text, time, yamlLight
}:

cabal.mkDerivation (self: {
  pname = "dbmigrations";
  version = "0.8";
  sha256 = "0m1zvc61y0n7p66iwsb8wzwgivxnc08cm1h3xvf1jnwrv294dwch";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    configurator fgl filepath HDBC HDBCPostgresql HDBCSqlite3 HUnit mtl
    random text time yamlLight
  ];
  jailbreak = true;
  meta = {
    description = "An implementation of relational database \"migrations\"";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.ocharles ];
  };
})