haskell-ConfigFile: updated to version 1.1.0
svn path=/nixpkgs/trunk/; revision=29960
This commit is contained in:
parent
7d2a905c82
commit
bba184d375
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ConfigFile";
|
pname = "ConfigFile";
|
||||||
version = "1.0.6";
|
version = "1.1.0";
|
||||||
sha256 = "339722184b86d53d8b361933e572b6e1478824c7eba3fb66b67d0eb5245cd038";
|
sha256 = "0m5p56if711qi69lxw78746sb0jr5gqbmip5hdbb7lk4z5drgvhc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ MissingH mtl parsec ];
|
buildDepends = [ MissingH mtl parsec ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://software.complete.org/configfile";
|
homepage = "http://software.complete.org/configfile";
|
||||||
description = "Configuration file reading & writing";
|
description = "Configuration file reading & writing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user