mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 17:41:12 +00:00
haskell-DAV: update to version 0.3.1
This commit is contained in:
parent
e23be1b2ef
commit
93876deae2
|
@ -5,15 +5,14 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "DAV";
|
pname = "DAV";
|
||||||
version = "0.3";
|
version = "0.3.1";
|
||||||
sha256 = "16qbq59g79a0a1n6vblndj1fknj9fvd0anhrsz9czwl3k3lk5cx8";
|
sha256 = "0ql6sf61gq55iyn189papnid91n4ab5s2i24zvkqrgixjz7998rd";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
caseInsensitive cmdargs httpConduit httpTypes lens liftedBase mtl
|
caseInsensitive cmdargs httpConduit httpTypes lens liftedBase mtl
|
||||||
network resourcet transformers xmlConduit xmlHamlet
|
network resourcet transformers xmlConduit xmlHamlet
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://floss.scru.org/hDAV";
|
homepage = "http://floss.scru.org/hDAV";
|
||||||
description = "RFC 4918 WebDAV support";
|
description = "RFC 4918 WebDAV support";
|
||||||
|
|
Loading…
Reference in a new issue