Revert "hsemail: updated build instructions with cabal2nix"

This is to fix gitit, hopefully.

svn path=/nixpkgs/trunk/; revision=28184
This commit is contained in:
Andres Löh 2011-08-05 22:05:01 +00:00
parent 24979c3495
commit 8676c4c42a

11
pkgs/development/libraries/haskell/hsemail/default.nix Executable file → Normal file
View File

@ -2,14 +2,13 @@
cabal.mkDerivation (self : { cabal.mkDerivation (self : {
pname = "hsemail"; pname = "hsemail";
version = "1.7.1"; version = "1.6";
sha256 = "0059015ab93d5facf6060404984a295090ebfc667ae5b84b283163e126805a9e"; sha256 = "a8ba7e8cfb9213bb2ee61166bc8352e4353560d06f418a0c729aeb1d50b3a1fd";
propagatedBuildInputs = [mtl parsec]; propagatedBuildInputs = [mtl parsec];
meta = { meta = {
homepage = "http://gitorious.org/hsemail";
description = "Internet Message Parsers"; description = "Internet Message Parsers";
license = self.stdenv.lib.licenses.bsd3; license = "BSD";
platforms = self.stdenv.lib.platforms.haskellPlatforms; maintainers = [self.stdenv.lib.maintainers.andres];
maintainers = [self.stdenv.lib.maintainers.simons];
}; };
}) })