haskell-cookie: update to version 0.4.1.2
This commit is contained in:
parent
7b81b23875
commit
35017d3a64
|
@ -1,12 +1,19 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, blazeBuilder, dataDefault, deepseq, text, time }:
|
||||
{ cabal, blazeBuilder, dataDefault, deepseq, HUnit, QuickCheck
|
||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
||||
, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cookie";
|
||||
version = "0.4.1.1";
|
||||
sha256 = "1w1nh7h4kc9pr9kpi8fkrqiih37mp3gcnxf42r01nciq4sh4yi3m";
|
||||
version = "0.4.1.2";
|
||||
sha256 = "1dxga56m4mza3annhb48ryb31kf0kxr3w99c4mwh9w9l77xhcq3i";
|
||||
buildDepends = [ blazeBuilder dataDefault deepseq text time ];
|
||||
testDepends = [
|
||||
blazeBuilder HUnit QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 text time
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/cookie";
|
||||
description = "HTTP cookie parsing and rendering";
|
||||
|
|
Loading…
Reference in New Issue