Remove obsolete entries from pkgs/development/tools/haskell.
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, base64Bytestring, cereal, classyPrelude, cmdargs
|
||||
, filepath, ghcParser, ghcPaths, haskeline, haskellSrcExts, here
|
||||
, hlint, hspec, HTTP, HUnit, MissingH, monoTraversable, mtl, parsec
|
||||
, random, setenv, shelly, split, stm, strict, systemArgv0
|
||||
, systemFilepath, tar, text, transformers, unorderedContainers
|
||||
, utf8String, uuid, vector, zeromq4Haskell
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ihaskell";
|
||||
version = "0.4.3.0";
|
||||
sha256 = "1k6i56cdzv5ikci20brq7qj07nqdpzkfj7xr69lh1gvx7xb24ida";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson base64Bytestring cereal classyPrelude cmdargs filepath
|
||||
ghcParser ghcPaths haskeline haskellSrcExts here hlint hspec HTTP
|
||||
HUnit MissingH monoTraversable mtl parsec random shelly split stm
|
||||
strict systemArgv0 systemFilepath tar text transformers
|
||||
unorderedContainers utf8String uuid vector zeromq4Haskell
|
||||
];
|
||||
testDepends = [
|
||||
aeson base64Bytestring cereal classyPrelude cmdargs filepath
|
||||
ghcParser ghcPaths haskeline haskellSrcExts here hlint hspec HTTP
|
||||
HUnit MissingH monoTraversable mtl parsec random setenv shelly
|
||||
split stm strict systemArgv0 systemFilepath tar text transformers
|
||||
unorderedContainers utf8String uuid vector zeromq4Haskell
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://gibiansky.github.io/IHaskell/";
|
||||
description = "A Haskell backend kernel for the IPython project";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ edwtjo ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user