haskell-ConfigFile: update to version 1.1.4

This commit is contained in:
Peter Simons 2014-10-31 11:37:07 +01:00
parent b74e190f9b
commit 3eeaab00ea

View File

@ -4,15 +4,15 @@
cabal.mkDerivation (self: {
pname = "ConfigFile";
version = "1.1.2";
sha256 = "0xidr8dk5sc9g1v9gw7fmmrsyqiawx2rxg4c36pm4jbcj8jdzxiq";
version = "1.1.4";
sha256 = "057mw146bip9wzs7j4b5xr1x24d8w0kr4i3inri5m57jkwspn25f";
isLibrary = true;
isExecutable = true;
buildDepends = [ MissingH mtl parsec ];
meta = {
homepage = "http://software.complete.org/configfile";
description = "Configuration file reading & writing";
license = "LGPL";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})