haskell-http-types: update to version 0.8.5
This commit is contained in:
parent
e08c94e804
commit
5e9b258bd8
@ -1,11 +1,15 @@
|
|||||||
{ cabal, blazeBuilder, caseInsensitive, hspec, QuickCheck, text }:
|
{ cabal, blazeBuilder, caseInsensitive, doctest, hspec, QuickCheck
|
||||||
|
, quickcheckInstances, text
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-types";
|
pname = "http-types";
|
||||||
version = "0.8.4";
|
version = "0.8.5";
|
||||||
sha256 = "0bz7g537if863vk29z72hndf1x019dj7shj1aa77pssrxma3a685";
|
sha256 = "0d282sf3xyk5makhnwfm2k9mgw1fkh07kasmy85fiwjkc1447ciw";
|
||||||
buildDepends = [ blazeBuilder caseInsensitive text ];
|
buildDepends = [ blazeBuilder caseInsensitive text ];
|
||||||
testDepends = [ blazeBuilder hspec QuickCheck text ];
|
testDepends = [
|
||||||
|
blazeBuilder doctest hspec QuickCheck quickcheckInstances text
|
||||||
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/aristidb/http-types";
|
homepage = "https://github.com/aristidb/http-types";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user