forked from mirrors/nixpkgs
haskell-haxr: update to version 3000.10.3.1
This commit is contained in:
parent
ae02e51384
commit
35d081a5ad
|
@ -1,16 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, base64Bytestring, blazeBuilder, HaXml, HTTP, mtl, network
|
||||
, time, utf8String
|
||||
, networkUri, time, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "haxr";
|
||||
version = "3000.10.3";
|
||||
sha256 = "082w86vawjiqz589s3gmawssd0b43b1vcw0h6cndadwww8yc35bg";
|
||||
version = "3000.10.3.1";
|
||||
sha256 = "0alvrsk85f1l79hfa9shagjckp4sx835l9734ab2izfv50mxx7gm";
|
||||
buildDepends = [
|
||||
base64Bytestring blazeBuilder HaXml HTTP mtl network time
|
||||
utf8String
|
||||
base64Bytestring blazeBuilder HaXml HTTP mtl network networkUri
|
||||
time utf8String
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/HaXR";
|
||||
|
|
Loading…
Reference in a new issue