Deleted deprecated packages:
haskell-containers-deepseq haskell-control-monad-attempt haskell-data-object haskell-data-object-yaml haskell-frown haskell-jsonEnumerator haskell-neither haskell-pool haskell-web-routes haskell-web-routes-quasi haskell-xml-enumerator svn path=/nixpkgs/trunk/; revision=32538
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
source $stdenv/setup
|
||||
|
||||
makeFlags="-e PREFIX=\"$out\""
|
||||
|
||||
ensureDir $out/bin
|
||||
|
||||
genericBuild
|
||||
@@ -1,11 +0,0 @@
|
||||
{stdenv, fetchurl, ghc}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "frown-0.6.1";
|
||||
src = fetchurl {
|
||||
url = http://www.informatik.uni-bonn.de/~ralf/frown/frown-0.6.1.tar.gz;
|
||||
md5 = "b6fe9a8bf029c2a7c31b574be05816cf";
|
||||
};
|
||||
builder = ./builder.sh;
|
||||
buildInputs = [ghc];
|
||||
}
|
||||
Reference in New Issue
Block a user