2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 22:09:07 +01:00
|
|
|
{ cabal, doctest, hspec, mtl, parsec }:
|
2011-08-06 09:41:44 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-06 09:41:44 +02:00
|
|
|
pname = "hsemail";
|
2013-08-30 12:31:18 +02:00
|
|
|
version = "1.7.7";
|
|
|
|
sha256 = "16wqrpzi5njv26za1rckn74jsqmyswndb6k38yz1567h1y4w7ai5";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ mtl parsec ];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [ doctest hspec parsec ];
|
2011-08-06 09:41:44 +02:00
|
|
|
meta = {
|
2013-04-05 22:43:27 +02:00
|
|
|
homepage = "http://github.com/peti/hsemail";
|
2011-08-06 09:41:44 +02:00
|
|
|
description = "Internet Message Parsers";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2011-08-06 09:41:44 +02:00
|
|
|
};
|
|
|
|
})
|