haskell-happstack-data: obsolete package removed

svn path=/nixpkgs/trunk/; revision=34463
This commit is contained in:
Peter Simons 2012-06-11 17:15:52 +00:00
parent d63bcce038
commit ac3df043d6
2 changed files with 0 additions and 26 deletions

View file

@ -1,24 +0,0 @@
{ cabal, binary, mtl, syb, sybWithClass, sybWithClassInstancesText
, text, time
}:
cabal.mkDerivation (self: {
pname = "happstack-data";
version = "6.0.1";
sha256 = "0v2ln4mdnild72p02mzjn8mn5srvjixsjqjgkdqzshvxjnnm95l8";
isLibrary = true;
isExecutable = true;
buildDepends = [
binary mtl syb sybWithClass sybWithClassInstancesText text time
];
patchPhase = ''
sed -i -e 's|mtl >= 1.1 && < 2.1|mtl|' happstack-data.cabal
'';
meta = {
homepage = "http://happstack.com";
description = "Happstack data manipulation libraries";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -770,8 +770,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hamlet = callPackage ../development/libraries/haskell/hamlet {};
happstackData = callPackage ../development/libraries/haskell/happstack/happstack-data.nix {};
happstackUtil = callPackage ../development/libraries/haskell/happstack/happstack-util.nix {};
happstackServer = callPackage ../development/libraries/haskell/happstack/happstack-server.nix {};