2014-07-16 12:09:45 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-20 18:05:00 +01:00
|
|
|
{ cabal, attoparsec, either, hoodleTypes, lens, mtl, strict, text
|
|
|
|
, transformers, xournalTypes
|
|
|
|
}:
|
2014-01-20 15:41:17 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hoodle-parser";
|
2014-07-16 00:33:38 +02:00
|
|
|
version = "0.3";
|
|
|
|
sha256 = "1ihpmkhjzsf8w4ygljx2agx31xblc0ch4y8m9pwj7rnnjj1sw15i";
|
2014-01-20 18:05:00 +01:00
|
|
|
buildDepends = [
|
|
|
|
attoparsec either hoodleTypes lens mtl strict text transformers
|
|
|
|
xournalTypes
|
|
|
|
];
|
2014-01-20 15:41:17 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://ianwookim.org/hoodle";
|
|
|
|
description = "Hoodle file parser";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-20 19:34:45 +02:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
2014-01-20 15:41:17 +01:00
|
|
|
};
|
|
|
|
})
|