Skip to content
Snippets Groups Projects
Commit e3b12551 authored by Daniel Firth's avatar Daniel Firth
Browse files

stylish-haskell: remove

parent c015424c
No related merge requests found
......@@ -434,7 +434,6 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "streaming-commons" "0.2.2.4"
, callHackage "string-interpolate" "0.3.1.2"
, callHackage "string-qq" "0.0.4"
, callHackage "stylish-haskell" "0.14.2.0"
, callHackage "swagger2" "2.8.5"
, callHackage "syb" "0.7.2.1"
, callHackage "sydtest" "0.13.0.0"
......
......@@ -525,8 +525,6 @@ final: prev: with pkgs.haskell.lib; {
string-qq = prev.callPackage (./pkgs/string-qq.nix) { };
stylish-haskell = prev.callPackage (./pkgs/stylish-haskell.nix) { };
swagger2 = prev.callPackage (./pkgs/swagger2.nix) { };
syb = prev.callPackage (./pkgs/syb.nix) { };
......
{ mkDerivation
, aeson
, base
, bytestring
, Cabal
, containers
, directory
, file-embed
, filepath
, ghc
, ghc-boot
, ghc-boot-th
, ghc-lib-parser-ex
, HsYAML
, HsYAML-aeson
, HUnit
, lib
, mtl
, optparse-applicative
, random
, strict
, syb
, test-framework
, test-framework-hunit
, text
}:
mkDerivation {
pname = "stylish-haskell";
version = "0.14.2.0";
sha256 = "f181edfe62821639d881de6780f6a7130b731519461af9c73687f8fba3764ecc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson
base
bytestring
Cabal
containers
directory
file-embed
filepath
ghc
ghc-boot
ghc-boot-th
ghc-lib-parser-ex
HsYAML
HsYAML-aeson
mtl
syb
text
];
executableHaskellDepends = [
aeson
base
bytestring
Cabal
containers
directory
file-embed
filepath
ghc
ghc-boot
ghc-boot-th
ghc-lib-parser-ex
HsYAML
HsYAML-aeson
mtl
optparse-applicative
strict
syb
text
];
testHaskellDepends = [
aeson
base
bytestring
Cabal
containers
directory
file-embed
filepath
ghc
ghc-boot
ghc-boot-th
ghc-lib-parser-ex
HsYAML
HsYAML-aeson
HUnit
mtl
random
syb
test-framework
test-framework-hunit
text
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/stylish-haskell";
description = "Haskell code prettifier";
license = lib.licenses.bsd3;
mainProgram = "stylish-haskell";
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment