2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, convertible, mtl, text, time, utf8String }:
|
2009-06-12 14:39:05 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-12 14:39:05 +01:00
|
|
|
pname = "HDBC";
|
2014-03-15 08:25:59 +00:00
|
|
|
version = "2.4.0.0";
|
|
|
|
sha256 = "1zwkrr0pbgxi2y75n2sjr3xs8xa3pxbmnqg3phqkjqcz3j4gcq6y";
|
2011-08-10 00:00:20 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ convertible mtl text time utf8String ];
|
2009-06-12 14:39:05 +01:00
|
|
|
meta = {
|
2012-02-13 09:01:51 +00:00
|
|
|
homepage = "https://github.com/hdbc/hdbc";
|
2011-08-10 00:00:20 +01:00
|
|
|
description = "Haskell Database Connectivity";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-06-12 14:39:05 +01:00
|
|
|
};
|
|
|
|
})
|