haskell-get-options: the package doesn't build, because the upstream archive has vanished

svn path=/nixpkgs/trunk/; revision=29308
This commit is contained in:
Peter Simons 2011-09-16 18:17:20 +00:00
parent 2872ccafd6
commit 95ae45256a
2 changed files with 0 additions and 17 deletions

View File

@ -1,15 +0,0 @@
{cabal, fetchurl, sourceFromHead, mtl}:
cabal.mkDerivation (self : {
pname = "get-options";
version = "x"; # ?
name = self.fname;
# REGION AUTO UPDATE: { name="getOptions"; type="darcs"; url = "http://repetae.net/john/repos/GetOptions"; }
src = sourceFromHead "getOptions-nrmtag1.tar.gz"
(fetchurl { url = "http://mawercer.de/~nix/repos/getOptions-nrmtag1.tar.gz"; sha256 = "0e884687b2c676a5b7e79826a2236991cb045f794c5fd625813529a2b30224cd"; });
# END
extraBuildInputs = [ mtl ];
meta = {
description = "Simple to use get option library";
};
})

View File

@ -577,8 +577,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
genericDeriving = callPackage ../development/libraries/haskell/generic-deriving {}; genericDeriving = callPackage ../development/libraries/haskell/generic-deriving {};
getOptions = callPackage ../development/libraries/haskell/get-options {};
ghcCore = callPackage ../development/libraries/haskell/ghc-core {}; ghcCore = callPackage ../development/libraries/haskell/ghc-core {};
ghcEvents = callPackage ../development/libraries/haskell/ghc-events {}; ghcEvents = callPackage ../development/libraries/haskell/ghc-events {};