2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, MissingH, mtl, parsec }:
|
2010-04-15 21:10:06 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 21:10:06 +00:00
|
|
|
pname = "ConfigFile";
|
2014-05-09 22:17:48 +00:00
|
|
|
version = "1.1.2";
|
|
|
|
sha256 = "0xidr8dk5sc9g1v9gw7fmmrsyqiawx2rxg4c36pm4jbcj8jdzxiq";
|
2011-08-09 23:00:20 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ MissingH mtl parsec ];
|
2010-04-15 21:10:06 +00:00
|
|
|
meta = {
|
2011-08-09 23:00:20 +00:00
|
|
|
homepage = "http://software.complete.org/configfile";
|
2010-04-15 21:10:06 +00:00
|
|
|
description = "Configuration file reading & writing";
|
|
|
|
license = "LGPL";
|
2011-08-09 23:00:20 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-04-15 21:10:06 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|