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