haskell-sqlite-simple: update to version 0.4.5.0
This commit is contained in:
parent
5831b35f0b
commit
589d40db12
@ -1,12 +1,15 @@
|
|||||||
{ cabal, base16Bytestring, directSqlite, HUnit, text, time
|
{ cabal, attoparsec, base16Bytestring, blazeBuilder, blazeTextual
|
||||||
, transformers
|
, directSqlite, HUnit, text, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "sqlite-simple";
|
pname = "sqlite-simple";
|
||||||
version = "0.4.4.0";
|
version = "0.4.5.0";
|
||||||
sha256 = "09vgy3hji0bjb3bwxwkwhmgf50q442dqr3d86g5l5s3xiw3hca0r";
|
sha256 = "0y4w8rj46lawz3hbi8dz80fbvxxgzj85094dxkwvpzgrf33py4y4";
|
||||||
buildDepends = [ directSqlite text time transformers ];
|
buildDepends = [
|
||||||
|
attoparsec blazeBuilder blazeTextual directSqlite text time
|
||||||
|
transformers
|
||||||
|
];
|
||||||
testDepends = [ base16Bytestring directSqlite HUnit text time ];
|
testDepends = [ base16Bytestring directSqlite HUnit text time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/nurpax/sqlite-simple";
|
homepage = "http://github.com/nurpax/sqlite-simple";
|
||||||
|
Loading…
Reference in New Issue
Block a user