2011-08-04 12:16:30 +02:00
|
|
|
{cabal, HUnit, QuickCheck, mtl, time, utf8String, convertible, text, testpack}:
|
2009-06-12 15:39:05 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "HDBC";
|
2011-08-04 12:16:30 +02:00
|
|
|
version = "2.2.7.0";
|
|
|
|
sha256 = "10bkmrd48knkr1zsm3fmnp7ah9y13pjwaya7z1f93sg29jq3k906";
|
2009-06-12 15:39:05 +02:00
|
|
|
propagatedBuildInputs =
|
2011-08-04 12:16:30 +02:00
|
|
|
[HUnit QuickCheck mtl time utf8String convertible text testpack];
|
2009-06-12 15:39:05 +02:00
|
|
|
meta = {
|
|
|
|
description = "HDBC provides an abstraction layer between Haskell programs and SQL relational databases";
|
|
|
|
};
|
|
|
|
})
|