1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 : {
pname = "hsemail";
version = "1.7.1";
sha256 = "0059015ab93d5facf6060404984a295090ebfc667ae5b84b283163e126805a9e";
version = "1.6";
sha256 = "a8ba7e8cfb9213bb2ee61166bc8352e4353560d06f418a0c729aeb1d50b3a1fd";
propagatedBuildInputs = [mtl parsec];
meta = {
homepage = "http://gitorious.org/hsemail";
description = "Internet Message Parsers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [self.stdenv.lib.maintainers.simons];
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})