3
0
Fork 0
forked from mirrors/nixpkgs

haskell-haskeline: drop obsolete version 0.6.4.7

This commit is contained in:
Peter Simons 2013-04-22 11:56:38 +02:00
parent e4c7930b48
commit 1cc5307410
3 changed files with 1 additions and 25 deletions

View file

@ -1,22 +0,0 @@
{ cabal, extensibleExceptions, filepath, mtl, terminfo, utf8String
}:
cabal.mkDerivation (self: {
pname = "haskeline";
version = "0.6.4.7";
sha256 = "18ma4i2i6hx8bhbkh1d7mqzsqbfj0zc2bkv3czjyylizqwhpq6ih";
buildDepends = [
extensibleExceptions filepath mtl terminfo utf8String
];
configureFlags = "-fterminfo";
meta = {
homepage = "http://trac.haskell.org/haskeline";
description = "A command-line interface for user input, written in Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View file

@ -1010,9 +1010,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hashtables = callPackage ../development/libraries/haskell/hashtables {};
haskeline_0_6_4_7 = callPackage ../development/libraries/haskell/haskeline/0.6.4.7.nix {};
haskeline_0_7_0_3 = callPackage ../development/libraries/haskell/haskeline/0.7.0.3.nix {};
haskeline = self.haskeline_0_7_0_3;
haskeline = callPackage ../development/libraries/haskell/haskeline {};
haskelineClass = callPackage ../development/libraries/haskell/haskeline-class {};