mirror of
https://github.com/infinisil/all-hies.git
synced 2024-11-22 04:43:27 +03:00
Update unstable and bios versions to latest master
This commit is contained in:
parent
c6e93d2d64
commit
85fd0be924
1
generated/bios
generated
Symbolic link
1
generated/bios
generated
Symbolic link
@ -0,0 +1 @@
|
||||
unstable
|
1
generated/bios/stack2nix/revision
generated
1
generated/bios/stack2nix/revision
generated
@ -1 +0,0 @@
|
||||
16f258014b
|
1
generated/unstable
generated
1
generated/unstable
generated
@ -1 +0,0 @@
|
||||
stable
|
@ -675,33 +675,6 @@ inherit (pkgs) zlib;};
|
||||
description = "Approximate equality for floating point numbers with HUnit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, hie-plugin-api, hslogger
|
||||
, monad-control, mtl, stdenv, stm, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaRe";
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
hie-plugin-api hslogger monad-control mtl stm
|
||||
Strafunski-StrategyLib syb syz
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||
description = "the Haskell Refactorer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaTeX" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hashable, matrix
|
||||
, parsec, QuickCheck, stdenv, text, transformers, wl-pprint-extras
|
||||
@ -5728,9 +5701,9 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cabal-helper";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -11658,6 +11631,19 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
description = "Expressive file and directory manipulation for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"filepattern" = callPackage
|
||||
({ mkDerivation, base, directory, extra, filepath, stdenv }:
|
||||
mkDerivation {
|
||||
pname = "filepattern";
|
||||
version = "0.1.1";
|
||||
sha256 = "f7fc5bdcfef0d43a793a3c64e7c0fd3b1d35eea97a37f0e69d6612ab255c9b4b";
|
||||
libraryHaskellDepends = [ base directory extra filepath ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/ndmitchell/filepattern#readme";
|
||||
description = "File path glob-like matching";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"fileplow" = callPackage
|
||||
({ mkDerivation, base, binary-search, bytestring, stdenv, vector }:
|
||||
mkDerivation {
|
||||
@ -11918,8 +11904,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.10.1";
|
||||
sha256 = "4988cfe90843bf1ead4ca22f431c7e17af522f6b998c0f8e869565679471e9f8";
|
||||
version = "0.10.2";
|
||||
sha256 = "1020f7cad8ac48a1cfbba960a49ffb8d3de177dd342a110de6a417fa375fa1c5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -13108,37 +13094,6 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Library for parsing GHC time and allocation profiling reports";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-project-types" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-project-types";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/ghc-project-types; echo source root reset to $sourceRoot";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths haskell-src-exts
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/DanielG/ghc-mod";
|
||||
description = "Happy Haskell Hacking";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
"ghc-syntax-highlighter" = callPackage
|
||||
({ mkDerivation, base, ghc, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -14518,21 +14473,20 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, brittany, bytestring, bytestring-trie, Cabal, cabal-helper
|
||||
, containers, data-default, Diff, directory, fetchgit, filepath
|
||||
, floskell, fold-debounce, ghc, ghc-exactprint, gitrev, haddock-api
|
||||
, haddock-library, HaRe, haskell-lsp, haskell-lsp-types
|
||||
, haskell-src-exts, hie-bios, hie-plugin-api, hlint, hoogle
|
||||
, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monoid-subclasses, mtl, optparse-simple, parsec, process
|
||||
, rope-utf16-splay, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unix-time, unliftio, unordered-containers, vector
|
||||
, versions, yaml
|
||||
, haddock-library, haskell-lsp, haskell-lsp-types, haskell-src-exts
|
||||
, hie-bios, hie-plugin-api, hlint, hoogle, hsimport, hslogger
|
||||
, hspec, hspec-core, lens, lifted-async, monoid-subclasses, mtl
|
||||
, optparse-simple, parsec, process, safe, sorted-list, stdenv, stm
|
||||
, syb, tagsoup, text, transformers, unix-time, unliftio
|
||||
, unordered-containers, vector, versions, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -14542,12 +14496,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
aeson apply-refact async base blaze-markup brittany bytestring
|
||||
bytestring-trie Cabal cabal-helper containers data-default Diff
|
||||
directory filepath floskell fold-debounce ghc ghc-exactprint gitrev
|
||||
haddock-api haddock-library HaRe haskell-lsp haskell-lsp-types
|
||||
haddock-api haddock-library haskell-lsp haskell-lsp-types
|
||||
haskell-src-exts hie-bios hie-plugin-api hlint hoogle hsimport
|
||||
hslogger hspec hspec-core lens lifted-async monoid-subclasses mtl
|
||||
optparse-simple parsec process rope-utf16-splay safe sorted-list
|
||||
stm tagsoup text transformers unix-time unliftio
|
||||
unordered-containers vector versions yaml
|
||||
optparse-simple parsec process safe sorted-list stm syb tagsoup
|
||||
text transformers unix-time unliftio unordered-containers vector
|
||||
versions yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory filepath haskell-lsp hie-bios hie-plugin-api
|
||||
@ -14580,8 +14534,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "548bd06ea44b87dc645cd62150dde67aab11029fb51e971adcfad8919fbc3d61";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "91885a0707e977ca4e6ab2bda4af3cc0ab5d7394e34c970d93e8e5d158965532";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -14603,8 +14557,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "387a97f8e02d6405cbbb30f87efea1cc09fe31cbd7925640a2ed3cd6fb1beafa";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "a942ab1e504d8ae61b586c9b048e3b1422ab793bd908062332180af01beb3921";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
@ -15217,28 +15171,23 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"hie-bios" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash-sha1, deepseq, directory, extra, fetchgit, file-embed
|
||||
, filepath, ghc, hslogger, process, stdenv, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-sha1, deepseq, directory
|
||||
, extra, file-embed, filepath, ghc, hslogger, process, stdenv
|
||||
, temporary, text, time, transformers, unix-compat
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.2.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./hie-bios; echo source root reset to $sourceRoot";
|
||||
version = "0.3.2";
|
||||
sha256 = "39eec9049e0ce46b9185a653a7d6d2de17bc860470054668c78a06f8e4ce0998";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash-sha1
|
||||
deepseq directory extra file-embed filepath ghc hslogger process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
base base16-bytestring bytestring conduit conduit-extra containers
|
||||
cryptohash-sha1 deepseq directory extra file-embed filepath ghc
|
||||
hslogger process temporary text time transformers unix-compat
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base directory filepath ghc ];
|
||||
doHaddock = false;
|
||||
@ -15251,18 +15200,17 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, base, bytestring, bytestring-trie
|
||||
, cabal-helper, constrained-dynamic, containers, cryptohash-sha1
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-project-types, haskell-lsp, hie-bios, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, transformers-base, unix, unliftio
|
||||
, unordered-containers, yaml
|
||||
, free, ghc, haskell-lsp, hie-bios, hslogger, monad-control, mtl
|
||||
, stdenv, stm, syb, text, transformers, transformers-base, unix
|
||||
, unliftio, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "1.0.0.0";
|
||||
version = "0.14.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
@ -15270,10 +15218,9 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring bytestring-trie cabal-helper
|
||||
constrained-dynamic containers cryptohash-sha1 data-default Diff
|
||||
directory filepath fingertree free ghc ghc-project-types
|
||||
haskell-lsp hie-bios hslogger monad-control mtl rope-utf16-splay
|
||||
stm syb text transformers transformers-base unix unliftio
|
||||
unordered-containers yaml
|
||||
directory filepath fingertree free ghc haskell-lsp hie-bios
|
||||
hslogger monad-control mtl stm syb text transformers
|
||||
transformers-base unix unliftio unordered-containers yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -15612,20 +15559,21 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
|
||||
, containers, cpphs, data-default, directory, extra, filepath
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, mtl, process, refact, stdenv, syb, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
, filepattern, ghc-lib-parser, haskell-src-exts
|
||||
, haskell-src-exts-util, hscolour, mtl, process, refact, stdenv
|
||||
, syb, text, transformers, uniplate, unordered-containers, vector
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.2.3";
|
||||
sha256 = "e6df9f402a02011100248ffd4b9a5aa4bb5fbf7bb61677c50a0cdf5ac298b32a";
|
||||
version = "2.2.4";
|
||||
sha256 = "adfcd0c5ace702c6c78a3f7ef366ae0e92d9c8993019ddf4f59abbef631de000";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
data-default directory extra filepath filepattern ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
|
||||
syb text transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
@ -20373,8 +20321,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.8.2.0";
|
||||
sha256 = "4321a8fdc1ff287aec6451d1a21b1daed4699c8acf9c88766a733aa2f356c29c";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "a4eb6689940a8d4830d8cef77d44be381475412383f8754724ca0fa7eb11ed45";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal async base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
@ -779,33 +779,6 @@ inherit (pkgs) zlib;};
|
||||
description = "Approximate equality for floating point numbers with HUnit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, hie-plugin-api, hslogger
|
||||
, monad-control, mtl, stdenv, stm, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaRe";
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
hie-plugin-api hslogger monad-control mtl stm
|
||||
Strafunski-StrategyLib syb syz
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||
description = "the Haskell Refactorer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaTeX" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hashable, matrix
|
||||
, parsec, QuickCheck, stdenv, text, transformers, wl-pprint-extras
|
||||
@ -6280,9 +6253,9 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cabal-helper";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -13018,6 +12991,19 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
description = "Expressive file and directory manipulation for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"filepattern" = callPackage
|
||||
({ mkDerivation, base, directory, extra, filepath, stdenv }:
|
||||
mkDerivation {
|
||||
pname = "filepattern";
|
||||
version = "0.1.1";
|
||||
sha256 = "f7fc5bdcfef0d43a793a3c64e7c0fd3b1d35eea97a37f0e69d6612ab255c9b4b";
|
||||
libraryHaskellDepends = [ base directory extra filepath ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/ndmitchell/filepattern#readme";
|
||||
description = "File path glob-like matching";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"fileplow" = callPackage
|
||||
({ mkDerivation, base, binary-search, bytestring, stdenv, vector }:
|
||||
mkDerivation {
|
||||
@ -13310,8 +13296,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.10.1";
|
||||
sha256 = "4988cfe90843bf1ead4ca22f431c7e17af522f6b998c0f8e869565679471e9f8";
|
||||
version = "0.10.2";
|
||||
sha256 = "1020f7cad8ac48a1cfbba960a49ffb8d3de177dd342a110de6a417fa375fa1c5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -14588,37 +14574,6 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Library for parsing GHC time and allocation profiling reports";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-project-types" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-project-types";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/ghc-project-types; echo source root reset to $sourceRoot";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths haskell-src-exts
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/DanielG/ghc-mod";
|
||||
description = "Happy Haskell Hacking";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
"ghc-syntax-highlighter" = callPackage
|
||||
({ mkDerivation, base, ghc, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -16229,21 +16184,20 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, brittany, bytestring, bytestring-trie, Cabal, cabal-helper
|
||||
, containers, data-default, Diff, directory, fetchgit, filepath
|
||||
, floskell, fold-debounce, ghc, ghc-exactprint, gitrev, haddock-api
|
||||
, haddock-library, HaRe, haskell-lsp, haskell-lsp-types
|
||||
, haskell-src-exts, hie-bios, hie-plugin-api, hlint, hoogle
|
||||
, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monoid-subclasses, mtl, optparse-simple, parsec, process
|
||||
, rope-utf16-splay, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unix-time, unliftio, unordered-containers, vector
|
||||
, versions, yaml
|
||||
, haddock-library, haskell-lsp, haskell-lsp-types, haskell-src-exts
|
||||
, hie-bios, hie-plugin-api, hlint, hoogle, hsimport, hslogger
|
||||
, hspec, hspec-core, lens, lifted-async, monoid-subclasses, mtl
|
||||
, optparse-simple, parsec, process, safe, sorted-list, stdenv, stm
|
||||
, syb, tagsoup, text, transformers, unix-time, unliftio
|
||||
, unordered-containers, vector, versions, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -16253,12 +16207,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
aeson apply-refact async base blaze-markup brittany bytestring
|
||||
bytestring-trie Cabal cabal-helper containers data-default Diff
|
||||
directory filepath floskell fold-debounce ghc ghc-exactprint gitrev
|
||||
haddock-api haddock-library HaRe haskell-lsp haskell-lsp-types
|
||||
haddock-api haddock-library haskell-lsp haskell-lsp-types
|
||||
haskell-src-exts hie-bios hie-plugin-api hlint hoogle hsimport
|
||||
hslogger hspec hspec-core lens lifted-async monoid-subclasses mtl
|
||||
optparse-simple parsec process rope-utf16-splay safe sorted-list
|
||||
stm tagsoup text transformers unix-time unliftio
|
||||
unordered-containers vector versions yaml
|
||||
optparse-simple parsec process safe sorted-list stm syb tagsoup
|
||||
text transformers unix-time unliftio unordered-containers vector
|
||||
versions yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory filepath haskell-lsp hie-bios hie-plugin-api
|
||||
@ -16292,8 +16246,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "548bd06ea44b87dc645cd62150dde67aab11029fb51e971adcfad8919fbc3d61";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "91885a0707e977ca4e6ab2bda4af3cc0ab5d7394e34c970d93e8e5d158965532";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -16315,8 +16269,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "387a97f8e02d6405cbbb30f87efea1cc09fe31cbd7925640a2ed3cd6fb1beafa";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "a942ab1e504d8ae61b586c9b048e3b1422ab793bd908062332180af01beb3921";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
@ -17114,28 +17068,23 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"hie-bios" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash-sha1, deepseq, directory, extra, fetchgit, file-embed
|
||||
, filepath, ghc, hslogger, process, stdenv, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-sha1, deepseq, directory
|
||||
, extra, file-embed, filepath, ghc, hslogger, process, stdenv
|
||||
, temporary, text, time, transformers, unix-compat
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.2.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./hie-bios; echo source root reset to $sourceRoot";
|
||||
version = "0.3.2";
|
||||
sha256 = "39eec9049e0ce46b9185a653a7d6d2de17bc860470054668c78a06f8e4ce0998";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash-sha1
|
||||
deepseq directory extra file-embed filepath ghc hslogger process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
base base16-bytestring bytestring conduit conduit-extra containers
|
||||
cryptohash-sha1 deepseq directory extra file-embed filepath ghc
|
||||
hslogger process temporary text time transformers unix-compat
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base directory filepath ghc ];
|
||||
doHaddock = false;
|
||||
@ -17148,18 +17097,17 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, base, bytestring, bytestring-trie
|
||||
, cabal-helper, constrained-dynamic, containers, cryptohash-sha1
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-project-types, haskell-lsp, hie-bios, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, transformers-base, unix, unliftio
|
||||
, unordered-containers, yaml
|
||||
, free, ghc, haskell-lsp, hie-bios, hslogger, monad-control, mtl
|
||||
, stdenv, stm, syb, text, transformers, transformers-base, unix
|
||||
, unliftio, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "1.0.0.0";
|
||||
version = "0.14.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
@ -17167,10 +17115,9 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring bytestring-trie cabal-helper
|
||||
constrained-dynamic containers cryptohash-sha1 data-default Diff
|
||||
directory filepath fingertree free ghc ghc-project-types
|
||||
haskell-lsp hie-bios hslogger monad-control mtl rope-utf16-splay
|
||||
stm syb text transformers transformers-base unix unliftio
|
||||
unordered-containers yaml
|
||||
directory filepath fingertree free ghc haskell-lsp hie-bios
|
||||
hslogger monad-control mtl stm syb text transformers
|
||||
transformers-base unix unliftio unordered-containers yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -17522,20 +17469,21 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
|
||||
, containers, cpphs, data-default, directory, extra, filepath
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, mtl, process, refact, stdenv, syb, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
, filepattern, ghc-lib-parser, haskell-src-exts
|
||||
, haskell-src-exts-util, hscolour, mtl, process, refact, stdenv
|
||||
, syb, text, transformers, uniplate, unordered-containers, vector
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.2.3";
|
||||
sha256 = "e6df9f402a02011100248ffd4b9a5aa4bb5fbf7bb61677c50a0cdf5ac298b32a";
|
||||
version = "2.2.4";
|
||||
sha256 = "adfcd0c5ace702c6c78a3f7ef366ae0e92d9c8993019ddf4f59abbef631de000";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
data-default directory extra filepath filepattern ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
|
||||
syb text transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
@ -22742,8 +22690,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.8.2.0";
|
||||
sha256 = "4321a8fdc1ff287aec6451d1a21b1daed4699c8acf9c88766a733aa2f356c29c";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "a4eb6689940a8d4830d8cef77d44be381475412383f8754724ca0fa7eb11ed45";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal async base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
@ -30269,8 +30217,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa";
|
||||
version = "3.4.1.4";
|
||||
sha256 = "43607a5de4b89b8e58bfcbc261445d89fa40b685d43952797704b80d09e5a39e";
|
||||
revision = "2";
|
||||
editedCabalFile = "16kyy7ck3yki0mlcap0bbiadcn18yn6x90m4s2prkasi9ip0pcs8";
|
||||
revision = "3";
|
||||
editedCabalFile = "17hxj42cm82sac42by78jgbjjn5r3qv7n4919llaq17a2k1np0sw";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim QuickCheck template-haskell vector
|
||||
];
|
||||
@ -30753,6 +30701,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "rvar";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "d78aaf2ffdba182dda95d1692fec7abc5d77fa371120618a397b5675438c6bc0";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ifwwjlhc3l8ycjmmarw6v1nm7jxpgqw2ly0q35idlj0jc0nbxn6";
|
||||
libraryHaskellDepends = [
|
||||
base MonadPrompt mtl random-source transformers
|
||||
];
|
@ -791,33 +791,6 @@ inherit (pkgs) zlib;};
|
||||
description = "Approximate equality for floating point numbers with HUnit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, hie-plugin-api, hslogger
|
||||
, monad-control, mtl, stdenv, stm, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaRe";
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
hie-plugin-api hslogger monad-control mtl stm
|
||||
Strafunski-StrategyLib syb syz
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||
description = "the Haskell Refactorer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaTeX" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hashable, matrix
|
||||
, parsec, QuickCheck, stdenv, text, transformers, wl-pprint-extras
|
||||
@ -6292,9 +6265,9 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cabal-helper";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -13041,6 +13014,19 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
description = "Expressive file and directory manipulation for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"filepattern" = callPackage
|
||||
({ mkDerivation, base, directory, extra, filepath, stdenv }:
|
||||
mkDerivation {
|
||||
pname = "filepattern";
|
||||
version = "0.1.1";
|
||||
sha256 = "f7fc5bdcfef0d43a793a3c64e7c0fd3b1d35eea97a37f0e69d6612ab255c9b4b";
|
||||
libraryHaskellDepends = [ base directory extra filepath ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/ndmitchell/filepattern#readme";
|
||||
description = "File path glob-like matching";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"fileplow" = callPackage
|
||||
({ mkDerivation, base, binary-search, bytestring, stdenv, vector }:
|
||||
mkDerivation {
|
||||
@ -13333,8 +13319,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.10.1";
|
||||
sha256 = "4988cfe90843bf1ead4ca22f431c7e17af522f6b998c0f8e869565679471e9f8";
|
||||
version = "0.10.2";
|
||||
sha256 = "1020f7cad8ac48a1cfbba960a49ffb8d3de177dd342a110de6a417fa375fa1c5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -14633,37 +14619,6 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Library for parsing GHC time and allocation profiling reports";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-project-types" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-project-types";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/ghc-project-types; echo source root reset to $sourceRoot";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths haskell-src-exts
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/DanielG/ghc-mod";
|
||||
description = "Happy Haskell Hacking";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
"ghc-syntax-highlighter" = callPackage
|
||||
({ mkDerivation, base, ghc, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -16437,21 +16392,20 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, brittany, bytestring, bytestring-trie, Cabal, cabal-helper
|
||||
, containers, data-default, Diff, directory, fetchgit, filepath
|
||||
, floskell, fold-debounce, ghc, ghc-exactprint, gitrev, haddock-api
|
||||
, haddock-library, HaRe, haskell-lsp, haskell-lsp-types
|
||||
, haskell-src-exts, hie-bios, hie-plugin-api, hlint, hoogle
|
||||
, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monoid-subclasses, mtl, optparse-simple, parsec, process
|
||||
, rope-utf16-splay, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unix-time, unliftio, unordered-containers, vector
|
||||
, versions, yaml
|
||||
, haddock-library, haskell-lsp, haskell-lsp-types, haskell-src-exts
|
||||
, hie-bios, hie-plugin-api, hlint, hoogle, hsimport, hslogger
|
||||
, hspec, hspec-core, lens, lifted-async, monoid-subclasses, mtl
|
||||
, optparse-simple, parsec, process, safe, sorted-list, stdenv, stm
|
||||
, syb, tagsoup, text, transformers, unix-time, unliftio
|
||||
, unordered-containers, vector, versions, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -16461,12 +16415,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
aeson apply-refact async base blaze-markup brittany bytestring
|
||||
bytestring-trie Cabal cabal-helper containers data-default Diff
|
||||
directory filepath floskell fold-debounce ghc ghc-exactprint gitrev
|
||||
haddock-api haddock-library HaRe haskell-lsp haskell-lsp-types
|
||||
haddock-api haddock-library haskell-lsp haskell-lsp-types
|
||||
haskell-src-exts hie-bios hie-plugin-api hlint hoogle hsimport
|
||||
hslogger hspec hspec-core lens lifted-async monoid-subclasses mtl
|
||||
optparse-simple parsec process rope-utf16-splay safe sorted-list
|
||||
stm tagsoup text transformers unix-time unliftio
|
||||
unordered-containers vector versions yaml
|
||||
optparse-simple parsec process safe sorted-list stm syb tagsoup
|
||||
text transformers unix-time unliftio unordered-containers vector
|
||||
versions yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory filepath haskell-lsp hie-bios hie-plugin-api
|
||||
@ -16500,8 +16454,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "548bd06ea44b87dc645cd62150dde67aab11029fb51e971adcfad8919fbc3d61";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "91885a0707e977ca4e6ab2bda4af3cc0ab5d7394e34c970d93e8e5d158965532";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -16523,8 +16477,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "387a97f8e02d6405cbbb30f87efea1cc09fe31cbd7925640a2ed3cd6fb1beafa";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "a942ab1e504d8ae61b586c9b048e3b1422ab793bd908062332180af01beb3921";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
@ -17337,28 +17291,23 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"hie-bios" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash-sha1, deepseq, directory, extra, fetchgit, file-embed
|
||||
, filepath, ghc, hslogger, process, stdenv, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-sha1, deepseq, directory
|
||||
, extra, file-embed, filepath, ghc, hslogger, process, stdenv
|
||||
, temporary, text, time, transformers, unix-compat
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.2.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./hie-bios; echo source root reset to $sourceRoot";
|
||||
version = "0.3.2";
|
||||
sha256 = "39eec9049e0ce46b9185a653a7d6d2de17bc860470054668c78a06f8e4ce0998";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash-sha1
|
||||
deepseq directory extra file-embed filepath ghc hslogger process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
base base16-bytestring bytestring conduit conduit-extra containers
|
||||
cryptohash-sha1 deepseq directory extra file-embed filepath ghc
|
||||
hslogger process temporary text time transformers unix-compat
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base directory filepath ghc ];
|
||||
doHaddock = false;
|
||||
@ -17371,18 +17320,17 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, base, bytestring, bytestring-trie
|
||||
, cabal-helper, constrained-dynamic, containers, cryptohash-sha1
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-project-types, haskell-lsp, hie-bios, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, transformers-base, unix, unliftio
|
||||
, unordered-containers, yaml
|
||||
, free, ghc, haskell-lsp, hie-bios, hslogger, monad-control, mtl
|
||||
, stdenv, stm, syb, text, transformers, transformers-base, unix
|
||||
, unliftio, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "1.0.0.0";
|
||||
version = "0.14.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
@ -17390,10 +17338,9 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring bytestring-trie cabal-helper
|
||||
constrained-dynamic containers cryptohash-sha1 data-default Diff
|
||||
directory filepath fingertree free ghc ghc-project-types
|
||||
haskell-lsp hie-bios hslogger monad-control mtl rope-utf16-splay
|
||||
stm syb text transformers transformers-base unix unliftio
|
||||
unordered-containers yaml
|
||||
directory filepath fingertree free ghc haskell-lsp hie-bios
|
||||
hslogger monad-control mtl stm syb text transformers
|
||||
transformers-base unix unliftio unordered-containers yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -17745,20 +17692,21 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
|
||||
, containers, cpphs, data-default, directory, extra, filepath
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, mtl, process, refact, stdenv, syb, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
, filepattern, ghc-lib-parser, haskell-src-exts
|
||||
, haskell-src-exts-util, hscolour, mtl, process, refact, stdenv
|
||||
, syb, text, transformers, uniplate, unordered-containers, vector
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.2.3";
|
||||
sha256 = "e6df9f402a02011100248ffd4b9a5aa4bb5fbf7bb61677c50a0cdf5ac298b32a";
|
||||
version = "2.2.4";
|
||||
sha256 = "adfcd0c5ace702c6c78a3f7ef366ae0e92d9c8993019ddf4f59abbef631de000";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
data-default directory extra filepath filepattern ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
|
||||
syb text transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
@ -23028,8 +22976,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.8.2.0";
|
||||
sha256 = "4321a8fdc1ff287aec6451d1a21b1daed4699c8acf9c88766a733aa2f356c29c";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "a4eb6689940a8d4830d8cef77d44be381475412383f8754724ca0fa7eb11ed45";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal async base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
@ -30613,8 +30561,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa";
|
||||
version = "3.4.1.4";
|
||||
sha256 = "43607a5de4b89b8e58bfcbc261445d89fa40b685d43952797704b80d09e5a39e";
|
||||
revision = "2";
|
||||
editedCabalFile = "16kyy7ck3yki0mlcap0bbiadcn18yn6x90m4s2prkasi9ip0pcs8";
|
||||
revision = "3";
|
||||
editedCabalFile = "17hxj42cm82sac42by78jgbjjn5r3qv7n4919llaq17a2k1np0sw";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim QuickCheck template-haskell vector
|
||||
];
|
||||
@ -31125,6 +31073,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "rvar";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "d78aaf2ffdba182dda95d1692fec7abc5d77fa371120618a397b5675438c6bc0";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ifwwjlhc3l8ycjmmarw6v1nm7jxpgqw2ly0q35idlj0jc0nbxn6";
|
||||
libraryHaskellDepends = [
|
||||
base MonadPrompt mtl random-source transformers
|
||||
];
|
@ -545,33 +545,6 @@ inherit (pkgs) zlib;};
|
||||
description = "Approximate equality for floating point numbers with HUnit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, hie-plugin-api, hslogger
|
||||
, monad-control, mtl, stdenv, stm, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaRe";
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
hie-plugin-api hslogger monad-control mtl stm
|
||||
Strafunski-StrategyLib syb syz
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||
description = "the Haskell Refactorer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"Hoed" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, cereal, cereal-text
|
||||
, cereal-vector, clock, containers, deepseq, directory, hashable
|
||||
@ -5242,9 +5215,9 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cabal-helper";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -9977,6 +9950,19 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
description = "Expressive file and directory manipulation for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"filepattern" = callPackage
|
||||
({ mkDerivation, base, directory, extra, filepath, stdenv }:
|
||||
mkDerivation {
|
||||
pname = "filepattern";
|
||||
version = "0.1.1";
|
||||
sha256 = "f7fc5bdcfef0d43a793a3c64e7c0fd3b1d35eea97a37f0e69d6612ab255c9b4b";
|
||||
libraryHaskellDepends = [ base directory extra filepath ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/ndmitchell/filepattern#readme";
|
||||
description = "File path glob-like matching";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"fileplow" = callPackage
|
||||
({ mkDerivation, base, binary-search, bytestring, stdenv, vector }:
|
||||
mkDerivation {
|
||||
@ -10221,8 +10207,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.10.1";
|
||||
sha256 = "4988cfe90843bf1ead4ca22f431c7e17af522f6b998c0f8e869565679471e9f8";
|
||||
version = "0.10.2";
|
||||
sha256 = "1020f7cad8ac48a1cfbba960a49ffb8d3de177dd342a110de6a417fa375fa1c5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -11364,37 +11350,6 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Library for parsing GHC time and allocation profiling reports";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-project-types" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-project-types";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/ghc-project-types; echo source root reset to $sourceRoot";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths haskell-src-exts
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/DanielG/ghc-mod";
|
||||
description = "Happy Haskell Hacking";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
"ghc-syntax-highlighter" = callPackage
|
||||
({ mkDerivation, base, ghc, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -12594,21 +12549,20 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, brittany, bytestring, bytestring-trie, Cabal, cabal-helper
|
||||
, containers, data-default, Diff, directory, fetchgit, filepath
|
||||
, floskell, fold-debounce, ghc, ghc-exactprint, gitrev, haddock-api
|
||||
, haddock-library, HaRe, haskell-lsp, haskell-lsp-types
|
||||
, haskell-src-exts, hie-bios, hie-plugin-api, hlint, hoogle
|
||||
, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monoid-subclasses, mtl, optparse-simple, parsec, process
|
||||
, rope-utf16-splay, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unix-time, unliftio, unordered-containers, vector
|
||||
, versions, yaml
|
||||
, haddock-library, haskell-lsp, haskell-lsp-types, haskell-src-exts
|
||||
, hie-bios, hie-plugin-api, hlint, hoogle, hsimport, hslogger
|
||||
, hspec, hspec-core, lens, lifted-async, monoid-subclasses, mtl
|
||||
, optparse-simple, parsec, process, safe, sorted-list, stdenv, stm
|
||||
, syb, tagsoup, text, transformers, unix-time, unliftio
|
||||
, unordered-containers, vector, versions, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -12618,12 +12572,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
aeson apply-refact async base blaze-markup brittany bytestring
|
||||
bytestring-trie Cabal cabal-helper containers data-default Diff
|
||||
directory filepath floskell fold-debounce ghc ghc-exactprint gitrev
|
||||
haddock-api haddock-library HaRe haskell-lsp haskell-lsp-types
|
||||
haddock-api haddock-library haskell-lsp haskell-lsp-types
|
||||
haskell-src-exts hie-bios hie-plugin-api hlint hoogle hsimport
|
||||
hslogger hspec hspec-core lens lifted-async monoid-subclasses mtl
|
||||
optparse-simple parsec process rope-utf16-splay safe sorted-list
|
||||
stm tagsoup text transformers unix-time unliftio
|
||||
unordered-containers vector versions yaml
|
||||
optparse-simple parsec process safe sorted-list stm syb tagsoup
|
||||
text transformers unix-time unliftio unordered-containers vector
|
||||
versions yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory filepath haskell-lsp hie-bios hie-plugin-api
|
||||
@ -12657,8 +12611,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "548bd06ea44b87dc645cd62150dde67aab11029fb51e971adcfad8919fbc3d61";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "91885a0707e977ca4e6ab2bda4af3cc0ab5d7394e34c970d93e8e5d158965532";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -12680,8 +12634,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "387a97f8e02d6405cbbb30f87efea1cc09fe31cbd7925640a2ed3cd6fb1beafa";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "a942ab1e504d8ae61b586c9b048e3b1422ab793bd908062332180af01beb3921";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
@ -13118,28 +13072,23 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"hie-bios" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash-sha1, deepseq, directory, extra, fetchgit, file-embed
|
||||
, filepath, ghc, hslogger, process, stdenv, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-sha1, deepseq, directory
|
||||
, extra, file-embed, filepath, ghc, hslogger, process, stdenv
|
||||
, temporary, text, time, transformers, unix-compat
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.2.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./hie-bios; echo source root reset to $sourceRoot";
|
||||
version = "0.3.2";
|
||||
sha256 = "39eec9049e0ce46b9185a653a7d6d2de17bc860470054668c78a06f8e4ce0998";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash-sha1
|
||||
deepseq directory extra file-embed filepath ghc hslogger process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
base base16-bytestring bytestring conduit conduit-extra containers
|
||||
cryptohash-sha1 deepseq directory extra file-embed filepath ghc
|
||||
hslogger process temporary text time transformers unix-compat
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base directory filepath ghc ];
|
||||
doHaddock = false;
|
||||
@ -13152,18 +13101,17 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, base, bytestring, bytestring-trie
|
||||
, cabal-helper, constrained-dynamic, containers, cryptohash-sha1
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-project-types, haskell-lsp, hie-bios, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, transformers-base, unix, unliftio
|
||||
, unordered-containers, yaml
|
||||
, free, ghc, haskell-lsp, hie-bios, hslogger, monad-control, mtl
|
||||
, stdenv, stm, syb, text, transformers, transformers-base, unix
|
||||
, unliftio, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "1.0.0.0";
|
||||
version = "0.14.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
@ -13171,10 +13119,9 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring bytestring-trie cabal-helper
|
||||
constrained-dynamic containers cryptohash-sha1 data-default Diff
|
||||
directory filepath fingertree free ghc ghc-project-types
|
||||
haskell-lsp hie-bios hslogger monad-control mtl rope-utf16-splay
|
||||
stm syb text transformers transformers-base unix unliftio
|
||||
unordered-containers yaml
|
||||
directory filepath fingertree free ghc haskell-lsp hie-bios
|
||||
hslogger monad-control mtl stm syb text transformers
|
||||
transformers-base unix unliftio unordered-containers yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -13290,20 +13237,21 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
|
||||
, containers, cpphs, data-default, directory, extra, filepath
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, mtl, process, refact, stdenv, syb, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
, filepattern, ghc-lib-parser, haskell-src-exts
|
||||
, haskell-src-exts-util, hscolour, mtl, process, refact, stdenv
|
||||
, syb, text, transformers, uniplate, unordered-containers, vector
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.2.3";
|
||||
sha256 = "e6df9f402a02011100248ffd4b9a5aa4bb5fbf7bb61677c50a0cdf5ac298b32a";
|
||||
version = "2.2.4";
|
||||
sha256 = "adfcd0c5ace702c6c78a3f7ef366ae0e92d9c8993019ddf4f59abbef631de000";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
data-default directory extra filepath filepattern ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
|
||||
syb text transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
@ -17246,8 +17194,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.8.2.0";
|
||||
sha256 = "4321a8fdc1ff287aec6451d1a21b1daed4699c8acf9c88766a733aa2f356c29c";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "a4eb6689940a8d4830d8cef77d44be381475412383f8754724ca0fa7eb11ed45";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal async base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
@ -23293,8 +23241,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa";
|
||||
version = "3.4.1.4";
|
||||
sha256 = "43607a5de4b89b8e58bfcbc261445d89fa40b685d43952797704b80d09e5a39e";
|
||||
revision = "2";
|
||||
editedCabalFile = "16kyy7ck3yki0mlcap0bbiadcn18yn6x90m4s2prkasi9ip0pcs8";
|
||||
revision = "3";
|
||||
editedCabalFile = "17hxj42cm82sac42by78jgbjjn5r3qv7n4919llaq17a2k1np0sw";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim QuickCheck template-haskell vector
|
||||
];
|
||||
@ -23310,6 +23258,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-algorithms";
|
||||
version = "3.4.1.3";
|
||||
sha256 = "de586fe7e14e0e000da50022e2129cabfd47773ba7844753c535c982f20e0fae";
|
||||
revision = "1";
|
||||
editedCabalFile = "0lvb1sn95qca9m1b8cy0a2j9gjzqm8g5v68ykglffjskv78d0jfm";
|
||||
libraryHaskellDepends = [ base repa vector ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -23325,8 +23275,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-io";
|
||||
version = "3.4.1.1";
|
||||
sha256 = "b5dbca96a988fb8bd918288ea1cfcf215fe46062e45001b209603b63a39ba9da";
|
||||
revision = "3";
|
||||
editedCabalFile = "027vn7an0hm3ysnzk19y0dbjpah0wpg96dgb55149x1310vwybxl";
|
||||
revision = "4";
|
||||
editedCabalFile = "1lswfxmfn31gm2ayqwns9q9kpbad69scxpq6ybyzxkb9jd0jx4bl";
|
||||
libraryHaskellDepends = [
|
||||
base binary bmp bytestring old-time repa vector
|
||||
];
|
||||
@ -23688,6 +23638,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "rvar";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "d78aaf2ffdba182dda95d1692fec7abc5d77fa371120618a397b5675438c6bc0";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ifwwjlhc3l8ycjmmarw6v1nm7jxpgqw2ly0q35idlj0jc0nbxn6";
|
||||
libraryHaskellDepends = [
|
||||
base MonadPrompt mtl random-source transformers
|
||||
];
|
@ -593,33 +593,6 @@ inherit (pkgs) zlib;};
|
||||
description = "Approximate equality for floating point numbers with HUnit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, hie-plugin-api, hslogger
|
||||
, monad-control, mtl, stdenv, stm, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaRe";
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
hie-plugin-api hslogger monad-control mtl stm
|
||||
Strafunski-StrategyLib syb syz
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||
description = "the Haskell Refactorer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HandsomeSoup" = callPackage
|
||||
({ mkDerivation, base, containers, HTTP, hxt, hxt-http, mtl
|
||||
, network, network-uri, parsec, stdenv, transformers
|
||||
@ -6197,9 +6170,9 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cabal-helper";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -12137,6 +12110,19 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
description = "Expressive file and directory manipulation for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"filepattern" = callPackage
|
||||
({ mkDerivation, base, directory, extra, filepath, stdenv }:
|
||||
mkDerivation {
|
||||
pname = "filepattern";
|
||||
version = "0.1.1";
|
||||
sha256 = "f7fc5bdcfef0d43a793a3c64e7c0fd3b1d35eea97a37f0e69d6612ab255c9b4b";
|
||||
libraryHaskellDepends = [ base directory extra filepath ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/ndmitchell/filepattern#readme";
|
||||
description = "File path glob-like matching";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"fileplow" = callPackage
|
||||
({ mkDerivation, base, binary-search, bytestring, stdenv, vector }:
|
||||
mkDerivation {
|
||||
@ -12433,8 +12419,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.10.1";
|
||||
sha256 = "4988cfe90843bf1ead4ca22f431c7e17af522f6b998c0f8e869565679471e9f8";
|
||||
version = "0.10.2";
|
||||
sha256 = "1020f7cad8ac48a1cfbba960a49ffb8d3de177dd342a110de6a417fa375fa1c5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -13705,37 +13691,6 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Library for parsing GHC time and allocation profiling reports";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-project-types" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-project-types";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/ghc-project-types; echo source root reset to $sourceRoot";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths haskell-src-exts
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/DanielG/ghc-mod";
|
||||
description = "Happy Haskell Hacking";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
"ghc-syntax-highlighter" = callPackage
|
||||
({ mkDerivation, base, ghc, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -15246,21 +15201,20 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, brittany, bytestring, bytestring-trie, Cabal, cabal-helper
|
||||
, containers, data-default, Diff, directory, fetchgit, filepath
|
||||
, floskell, fold-debounce, ghc, ghc-exactprint, gitrev, haddock-api
|
||||
, haddock-library, HaRe, haskell-lsp, haskell-lsp-types
|
||||
, haskell-src-exts, hie-bios, hie-plugin-api, hlint, hoogle
|
||||
, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monoid-subclasses, mtl, optparse-simple, parsec, process
|
||||
, rope-utf16-splay, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unix-time, unliftio, unordered-containers, vector
|
||||
, versions, yaml
|
||||
, haddock-library, haskell-lsp, haskell-lsp-types, haskell-src-exts
|
||||
, hie-bios, hie-plugin-api, hlint, hoogle, hsimport, hslogger
|
||||
, hspec, hspec-core, lens, lifted-async, monoid-subclasses, mtl
|
||||
, optparse-simple, parsec, process, safe, sorted-list, stdenv, stm
|
||||
, syb, tagsoup, text, transformers, unix-time, unliftio
|
||||
, unordered-containers, vector, versions, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -15270,12 +15224,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
aeson apply-refact async base blaze-markup brittany bytestring
|
||||
bytestring-trie Cabal cabal-helper containers data-default Diff
|
||||
directory filepath floskell fold-debounce ghc ghc-exactprint gitrev
|
||||
haddock-api haddock-library HaRe haskell-lsp haskell-lsp-types
|
||||
haddock-api haddock-library haskell-lsp haskell-lsp-types
|
||||
haskell-src-exts hie-bios hie-plugin-api hlint hoogle hsimport
|
||||
hslogger hspec hspec-core lens lifted-async monoid-subclasses mtl
|
||||
optparse-simple parsec process rope-utf16-splay safe sorted-list
|
||||
stm tagsoup text transformers unix-time unliftio
|
||||
unordered-containers vector versions yaml
|
||||
optparse-simple parsec process safe sorted-list stm syb tagsoup
|
||||
text transformers unix-time unliftio unordered-containers vector
|
||||
versions yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory filepath haskell-lsp hie-bios hie-plugin-api
|
||||
@ -15309,8 +15263,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "548bd06ea44b87dc645cd62150dde67aab11029fb51e971adcfad8919fbc3d61";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "91885a0707e977ca4e6ab2bda4af3cc0ab5d7394e34c970d93e8e5d158965532";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -15332,8 +15286,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "387a97f8e02d6405cbbb30f87efea1cc09fe31cbd7925640a2ed3cd6fb1beafa";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "a942ab1e504d8ae61b586c9b048e3b1422ab793bd908062332180af01beb3921";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
@ -15959,28 +15913,23 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"hie-bios" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash-sha1, deepseq, directory, extra, fetchgit, file-embed
|
||||
, filepath, ghc, hslogger, process, stdenv, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-sha1, deepseq, directory
|
||||
, extra, file-embed, filepath, ghc, hslogger, process, stdenv
|
||||
, temporary, text, time, transformers, unix-compat
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.2.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./hie-bios; echo source root reset to $sourceRoot";
|
||||
version = "0.3.2";
|
||||
sha256 = "39eec9049e0ce46b9185a653a7d6d2de17bc860470054668c78a06f8e4ce0998";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash-sha1
|
||||
deepseq directory extra file-embed filepath ghc hslogger process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
base base16-bytestring bytestring conduit conduit-extra containers
|
||||
cryptohash-sha1 deepseq directory extra file-embed filepath ghc
|
||||
hslogger process temporary text time transformers unix-compat
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base directory filepath ghc ];
|
||||
doHaddock = false;
|
||||
@ -15993,18 +15942,17 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, base, bytestring, bytestring-trie
|
||||
, cabal-helper, constrained-dynamic, containers, cryptohash-sha1
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-project-types, haskell-lsp, hie-bios, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, transformers-base, unix, unliftio
|
||||
, unordered-containers, yaml
|
||||
, free, ghc, haskell-lsp, hie-bios, hslogger, monad-control, mtl
|
||||
, stdenv, stm, syb, text, transformers, transformers-base, unix
|
||||
, unliftio, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "1.0.0.0";
|
||||
version = "0.14.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
@ -16012,10 +15960,9 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring bytestring-trie cabal-helper
|
||||
constrained-dynamic containers cryptohash-sha1 data-default Diff
|
||||
directory filepath fingertree free ghc ghc-project-types
|
||||
haskell-lsp hie-bios hslogger monad-control mtl rope-utf16-splay
|
||||
stm syb text transformers transformers-base unix unliftio
|
||||
unordered-containers yaml
|
||||
directory filepath fingertree free ghc haskell-lsp hie-bios
|
||||
hslogger monad-control mtl stm syb text transformers
|
||||
transformers-base unix unliftio unordered-containers yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -16372,20 +16319,21 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
|
||||
, containers, cpphs, data-default, directory, extra, filepath
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, mtl, process, refact, stdenv, syb, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
, filepattern, ghc-lib-parser, haskell-src-exts
|
||||
, haskell-src-exts-util, hscolour, mtl, process, refact, stdenv
|
||||
, syb, text, transformers, uniplate, unordered-containers, vector
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.2.3";
|
||||
sha256 = "e6df9f402a02011100248ffd4b9a5aa4bb5fbf7bb61677c50a0cdf5ac298b32a";
|
||||
version = "2.2.4";
|
||||
sha256 = "adfcd0c5ace702c6c78a3f7ef366ae0e92d9c8993019ddf4f59abbef631de000";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
data-default directory extra filepath filepattern ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
|
||||
syb text transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
@ -21446,8 +21394,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.8.2.0";
|
||||
sha256 = "4321a8fdc1ff287aec6451d1a21b1daed4699c8acf9c88766a733aa2f356c29c";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "a4eb6689940a8d4830d8cef77d44be381475412383f8754724ca0fa7eb11ed45";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal async base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
@ -28708,8 +28656,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa";
|
||||
version = "3.4.1.4";
|
||||
sha256 = "43607a5de4b89b8e58bfcbc261445d89fa40b685d43952797704b80d09e5a39e";
|
||||
revision = "2";
|
||||
editedCabalFile = "16kyy7ck3yki0mlcap0bbiadcn18yn6x90m4s2prkasi9ip0pcs8";
|
||||
revision = "3";
|
||||
editedCabalFile = "17hxj42cm82sac42by78jgbjjn5r3qv7n4919llaq17a2k1np0sw";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim QuickCheck template-haskell vector
|
||||
];
|
||||
@ -28725,6 +28673,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-algorithms";
|
||||
version = "3.4.1.3";
|
||||
sha256 = "de586fe7e14e0e000da50022e2129cabfd47773ba7844753c535c982f20e0fae";
|
||||
revision = "1";
|
||||
editedCabalFile = "0lvb1sn95qca9m1b8cy0a2j9gjzqm8g5v68ykglffjskv78d0jfm";
|
||||
libraryHaskellDepends = [ base repa vector ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -28740,8 +28690,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-io";
|
||||
version = "3.4.1.1";
|
||||
sha256 = "b5dbca96a988fb8bd918288ea1cfcf215fe46062e45001b209603b63a39ba9da";
|
||||
revision = "3";
|
||||
editedCabalFile = "027vn7an0hm3ysnzk19y0dbjpah0wpg96dgb55149x1310vwybxl";
|
||||
revision = "4";
|
||||
editedCabalFile = "1lswfxmfn31gm2ayqwns9q9kpbad69scxpq6ybyzxkb9jd0jx4bl";
|
||||
libraryHaskellDepends = [
|
||||
base binary bmp bytestring old-time repa vector
|
||||
];
|
||||
@ -29170,6 +29120,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "rvar";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "d78aaf2ffdba182dda95d1692fec7abc5d77fa371120618a397b5675438c6bc0";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ifwwjlhc3l8ycjmmarw6v1nm7jxpgqw2ly0q35idlj0jc0nbxn6";
|
||||
libraryHaskellDepends = [
|
||||
base MonadPrompt mtl random-source transformers
|
||||
];
|
@ -591,33 +591,6 @@ inherit (pkgs) zlib;};
|
||||
description = "Approximate equality for floating point numbers with HUnit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, hie-plugin-api, hslogger
|
||||
, monad-control, mtl, stdenv, stm, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaRe";
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
hie-plugin-api hslogger monad-control mtl stm
|
||||
Strafunski-StrategyLib syb syz
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||
description = "the Haskell Refactorer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HandsomeSoup" = callPackage
|
||||
({ mkDerivation, base, containers, HTTP, hxt, hxt-http, mtl
|
||||
, network, network-uri, parsec, stdenv, transformers
|
||||
@ -6178,9 +6151,9 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cabal-helper";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -12633,8 +12606,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.10.1";
|
||||
sha256 = "4988cfe90843bf1ead4ca22f431c7e17af522f6b998c0f8e869565679471e9f8";
|
||||
version = "0.10.2";
|
||||
sha256 = "1020f7cad8ac48a1cfbba960a49ffb8d3de177dd342a110de6a417fa375fa1c5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -13917,37 +13890,6 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Library for parsing GHC time and allocation profiling reports";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-project-types" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-project-types";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/ghc-project-types; echo source root reset to $sourceRoot";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths haskell-src-exts
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/DanielG/ghc-mod";
|
||||
description = "Happy Haskell Hacking";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
"ghc-syntax-highlighter" = callPackage
|
||||
({ mkDerivation, base, ghc, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -15526,21 +15468,20 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, brittany, bytestring, bytestring-trie, Cabal, cabal-helper
|
||||
, containers, data-default, Diff, directory, fetchgit, filepath
|
||||
, floskell, fold-debounce, ghc, ghc-exactprint, gitrev, haddock-api
|
||||
, haddock-library, HaRe, haskell-lsp, haskell-lsp-types
|
||||
, haskell-src-exts, hie-bios, hie-plugin-api, hlint, hoogle
|
||||
, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monoid-subclasses, mtl, optparse-simple, parsec, process
|
||||
, rope-utf16-splay, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unix-time, unliftio, unordered-containers, vector
|
||||
, versions, yaml
|
||||
, haddock-library, haskell-lsp, haskell-lsp-types, haskell-src-exts
|
||||
, hie-bios, hie-plugin-api, hlint, hoogle, hsimport, hslogger
|
||||
, hspec, hspec-core, lens, lifted-async, monoid-subclasses, mtl
|
||||
, optparse-simple, parsec, process, safe, sorted-list, stdenv, stm
|
||||
, syb, tagsoup, text, transformers, unix-time, unliftio
|
||||
, unordered-containers, vector, versions, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -15550,12 +15491,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
aeson apply-refact async base blaze-markup brittany bytestring
|
||||
bytestring-trie Cabal cabal-helper containers data-default Diff
|
||||
directory filepath floskell fold-debounce ghc ghc-exactprint gitrev
|
||||
haddock-api haddock-library HaRe haskell-lsp haskell-lsp-types
|
||||
haddock-api haddock-library haskell-lsp haskell-lsp-types
|
||||
haskell-src-exts hie-bios hie-plugin-api hlint hoogle hsimport
|
||||
hslogger hspec hspec-core lens lifted-async monoid-subclasses mtl
|
||||
optparse-simple parsec process rope-utf16-splay safe sorted-list
|
||||
stm tagsoup text transformers unix-time unliftio
|
||||
unordered-containers vector versions yaml
|
||||
optparse-simple parsec process safe sorted-list stm syb tagsoup
|
||||
text transformers unix-time unliftio unordered-containers vector
|
||||
versions yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory filepath haskell-lsp hie-bios hie-plugin-api
|
||||
@ -15589,8 +15530,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "548bd06ea44b87dc645cd62150dde67aab11029fb51e971adcfad8919fbc3d61";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "91885a0707e977ca4e6ab2bda4af3cc0ab5d7394e34c970d93e8e5d158965532";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -15612,8 +15553,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "387a97f8e02d6405cbbb30f87efea1cc09fe31cbd7925640a2ed3cd6fb1beafa";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "a942ab1e504d8ae61b586c9b048e3b1422ab793bd908062332180af01beb3921";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
@ -16253,28 +16194,23 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"hie-bios" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash-sha1, deepseq, directory, extra, fetchgit, file-embed
|
||||
, filepath, ghc, hslogger, process, stdenv, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-sha1, deepseq, directory
|
||||
, extra, file-embed, filepath, ghc, hslogger, process, stdenv
|
||||
, temporary, text, time, transformers, unix-compat
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.2.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./hie-bios; echo source root reset to $sourceRoot";
|
||||
version = "0.3.2";
|
||||
sha256 = "39eec9049e0ce46b9185a653a7d6d2de17bc860470054668c78a06f8e4ce0998";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash-sha1
|
||||
deepseq directory extra file-embed filepath ghc hslogger process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
base base16-bytestring bytestring conduit conduit-extra containers
|
||||
cryptohash-sha1 deepseq directory extra file-embed filepath ghc
|
||||
hslogger process temporary text time transformers unix-compat
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base directory filepath ghc ];
|
||||
doHaddock = false;
|
||||
@ -16287,18 +16223,17 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, base, bytestring, bytestring-trie
|
||||
, cabal-helper, constrained-dynamic, containers, cryptohash-sha1
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-project-types, haskell-lsp, hie-bios, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, transformers-base, unix, unliftio
|
||||
, unordered-containers, yaml
|
||||
, free, ghc, haskell-lsp, hie-bios, hslogger, monad-control, mtl
|
||||
, stdenv, stm, syb, text, transformers, transformers-base, unix
|
||||
, unliftio, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "1.0.0.0";
|
||||
version = "0.14.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
@ -16306,10 +16241,9 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring bytestring-trie cabal-helper
|
||||
constrained-dynamic containers cryptohash-sha1 data-default Diff
|
||||
directory filepath fingertree free ghc ghc-project-types
|
||||
haskell-lsp hie-bios hslogger monad-control mtl rope-utf16-splay
|
||||
stm syb text transformers transformers-base unix unliftio
|
||||
unordered-containers yaml
|
||||
directory filepath fingertree free ghc haskell-lsp hie-bios
|
||||
hslogger monad-control mtl stm syb text transformers
|
||||
transformers-base unix unliftio unordered-containers yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -16610,20 +16544,21 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
|
||||
, containers, cpphs, data-default, directory, extra, filepath
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, mtl, process, refact, stdenv, syb, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
, filepattern, ghc-lib-parser, haskell-src-exts
|
||||
, haskell-src-exts-util, hscolour, mtl, process, refact, stdenv
|
||||
, syb, text, transformers, uniplate, unordered-containers, vector
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.2.3";
|
||||
sha256 = "e6df9f402a02011100248ffd4b9a5aa4bb5fbf7bb61677c50a0cdf5ac298b32a";
|
||||
version = "2.2.4";
|
||||
sha256 = "adfcd0c5ace702c6c78a3f7ef366ae0e92d9c8993019ddf4f59abbef631de000";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
data-default directory extra filepath filepattern ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
|
||||
syb text transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
@ -21666,8 +21601,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.8.2.0";
|
||||
sha256 = "4321a8fdc1ff287aec6451d1a21b1daed4699c8acf9c88766a733aa2f356c29c";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "a4eb6689940a8d4830d8cef77d44be381475412383f8754724ca0fa7eb11ed45";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal async base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
@ -29010,8 +28945,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa";
|
||||
version = "3.4.1.4";
|
||||
sha256 = "43607a5de4b89b8e58bfcbc261445d89fa40b685d43952797704b80d09e5a39e";
|
||||
revision = "2";
|
||||
editedCabalFile = "16kyy7ck3yki0mlcap0bbiadcn18yn6x90m4s2prkasi9ip0pcs8";
|
||||
revision = "3";
|
||||
editedCabalFile = "17hxj42cm82sac42by78jgbjjn5r3qv7n4919llaq17a2k1np0sw";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim QuickCheck template-haskell vector
|
||||
];
|
||||
@ -29027,6 +28962,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-algorithms";
|
||||
version = "3.4.1.3";
|
||||
sha256 = "de586fe7e14e0e000da50022e2129cabfd47773ba7844753c535c982f20e0fae";
|
||||
revision = "1";
|
||||
editedCabalFile = "0lvb1sn95qca9m1b8cy0a2j9gjzqm8g5v68ykglffjskv78d0jfm";
|
||||
libraryHaskellDepends = [ base repa vector ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -29042,8 +28979,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-io";
|
||||
version = "3.4.1.1";
|
||||
sha256 = "b5dbca96a988fb8bd918288ea1cfcf215fe46062e45001b209603b63a39ba9da";
|
||||
revision = "3";
|
||||
editedCabalFile = "027vn7an0hm3ysnzk19y0dbjpah0wpg96dgb55149x1310vwybxl";
|
||||
revision = "4";
|
||||
editedCabalFile = "1lswfxmfn31gm2ayqwns9q9kpbad69scxpq6ybyzxkb9jd0jx4bl";
|
||||
libraryHaskellDepends = [
|
||||
base binary bmp bytestring old-time repa vector
|
||||
];
|
||||
@ -29491,6 +29428,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "rvar";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "d78aaf2ffdba182dda95d1692fec7abc5d77fa371120618a397b5675438c6bc0";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ifwwjlhc3l8ycjmmarw6v1nm7jxpgqw2ly0q35idlj0jc0nbxn6";
|
||||
libraryHaskellDepends = [
|
||||
base MonadPrompt mtl random-source transformers
|
||||
];
|
||||
@ -31800,8 +31739,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "snap-core";
|
||||
version = "1.0.4.0";
|
||||
sha256 = "b902602f8422b22a1986bdcf2c2bf72148efc84365b048d832cb42bcf2eb7436";
|
||||
revision = "1";
|
||||
editedCabalFile = "1nw74vpfag6gdh66kq82a0kdb05c2xnwcfacwlcg77j24gxcgi6s";
|
||||
revision = "2";
|
||||
editedCabalFile = "032aijdfc2b26m9fk48xa8xp61xlpxjj07rkzz34izzivqjixl1q";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring bytestring-builder case-insensitive
|
||||
containers directory filepath hashable HUnit io-streams lifted-base
|
@ -659,33 +659,6 @@ inherit (pkgs) zlib;};
|
||||
description = "Approximate equality for floating point numbers with HUnit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, hie-plugin-api, hslogger
|
||||
, monad-control, mtl, stdenv, stm, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HaRe";
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
hie-plugin-api hslogger monad-control mtl stm
|
||||
Strafunski-StrategyLib syb syz
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/RefactoringTools/HaRe/wiki";
|
||||
description = "the Haskell Refactorer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"HandsomeSoup" = callPackage
|
||||
({ mkDerivation, base, containers, HTTP, hxt, hxt-http, mtl
|
||||
, network, network-uri, parsec, stdenv, transformers
|
||||
@ -6297,9 +6270,9 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cabal-helper";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -12883,8 +12856,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.10.1";
|
||||
sha256 = "4988cfe90843bf1ead4ca22f431c7e17af522f6b998c0f8e869565679471e9f8";
|
||||
version = "0.10.2";
|
||||
sha256 = "1020f7cad8ac48a1cfbba960a49ffb8d3de177dd342a110de6a417fa375fa1c5";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -14167,37 +14140,6 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Library for parsing GHC time and allocation profiling reports";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-project-types" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-project-types";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/ghc-project-types; echo source root reset to $sourceRoot";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths haskell-src-exts
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/DanielG/ghc-mod";
|
||||
description = "Happy Haskell Hacking";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
}) {};
|
||||
"ghc-syntax-highlighter" = callPackage
|
||||
({ mkDerivation, base, ghc, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -15776,21 +15718,20 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, brittany, bytestring, bytestring-trie, Cabal, cabal-helper
|
||||
, containers, data-default, Diff, directory, fetchgit, filepath
|
||||
, floskell, fold-debounce, ghc, ghc-exactprint, gitrev, haddock-api
|
||||
, haddock-library, HaRe, haskell-lsp, haskell-lsp-types
|
||||
, haskell-src-exts, hie-bios, hie-plugin-api, hlint, hoogle
|
||||
, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monoid-subclasses, mtl, optparse-simple, parsec, process
|
||||
, rope-utf16-splay, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unix-time, unliftio, unordered-containers, vector
|
||||
, versions, yaml
|
||||
, haddock-library, haskell-lsp, haskell-lsp-types, haskell-src-exts
|
||||
, hie-bios, hie-plugin-api, hlint, hoogle, hsimport, hslogger
|
||||
, hspec, hspec-core, lens, lifted-async, monoid-subclasses, mtl
|
||||
, optparse-simple, parsec, process, safe, sorted-list, stdenv, stm
|
||||
, syb, tagsoup, text, transformers, unix-time, unliftio
|
||||
, unordered-containers, vector, versions, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "1.0.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -15800,12 +15741,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
aeson apply-refact async base blaze-markup brittany bytestring
|
||||
bytestring-trie Cabal cabal-helper containers data-default Diff
|
||||
directory filepath floskell fold-debounce ghc ghc-exactprint gitrev
|
||||
haddock-api haddock-library HaRe haskell-lsp haskell-lsp-types
|
||||
haddock-api haddock-library haskell-lsp haskell-lsp-types
|
||||
haskell-src-exts hie-bios hie-plugin-api hlint hoogle hsimport
|
||||
hslogger hspec hspec-core lens lifted-async monoid-subclasses mtl
|
||||
optparse-simple parsec process rope-utf16-splay safe sorted-list
|
||||
stm tagsoup text transformers unix-time unliftio
|
||||
unordered-containers vector versions yaml
|
||||
optparse-simple parsec process safe sorted-list stm syb tagsoup
|
||||
text transformers unix-time unliftio unordered-containers vector
|
||||
versions yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory filepath haskell-lsp hie-bios hie-plugin-api
|
||||
@ -15839,8 +15780,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "548bd06ea44b87dc645cd62150dde67aab11029fb51e971adcfad8919fbc3d61";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "91885a0707e977ca4e6ab2bda4af3cc0ab5d7394e34c970d93e8e5d158965532";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -15862,8 +15803,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.18.0.0";
|
||||
sha256 = "387a97f8e02d6405cbbb30f87efea1cc09fe31cbd7925640a2ed3cd6fb1beafa";
|
||||
version = "0.19.0.0";
|
||||
sha256 = "a942ab1e504d8ae61b586c9b048e3b1422ab793bd908062332180af01beb3921";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
@ -16501,28 +16442,23 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"hie-bios" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, containers
|
||||
, cryptohash-sha1, deepseq, directory, extra, fetchgit, file-embed
|
||||
, filepath, ghc, hslogger, process, stdenv, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
({ mkDerivation, base, base16-bytestring, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-sha1, deepseq, directory
|
||||
, extra, file-embed, filepath, ghc, hslogger, process, stdenv
|
||||
, temporary, text, time, transformers, unix-compat
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.2.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./hie-bios; echo source root reset to $sourceRoot";
|
||||
version = "0.3.2";
|
||||
sha256 = "39eec9049e0ce46b9185a653a7d6d2de17bc860470054668c78a06f8e4ce0998";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring bytestring containers cryptohash-sha1
|
||||
deepseq directory extra file-embed filepath ghc hslogger process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
base base16-bytestring bytestring conduit conduit-extra containers
|
||||
cryptohash-sha1 deepseq directory extra file-embed filepath ghc
|
||||
hslogger process temporary text time transformers unix-compat
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base directory filepath ghc ];
|
||||
doHaddock = false;
|
||||
@ -16535,18 +16471,17 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, base, bytestring, bytestring-trie
|
||||
, cabal-helper, constrained-dynamic, containers, cryptohash-sha1
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-project-types, haskell-lsp, hie-bios, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, transformers-base, unix, unliftio
|
||||
, unordered-containers, yaml
|
||||
, free, ghc, haskell-lsp, hie-bios, hslogger, monad-control, mtl
|
||||
, stdenv, stm, syb, text, transformers, transformers-base, unix
|
||||
, unliftio, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "1.0.0.0";
|
||||
version = "0.14.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/mpickering/haskell-ide-engine";
|
||||
sha256 = "1yfdbs4hz6kgdgp1jbrq3x7spsn36qq7x0042in5cy4zr5c6bf8y";
|
||||
rev = "16f258014becb55f6c296de92da12db8450c5eb1";
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "1w36l3m5xgq0sffvxm54a68kjs3v2m2dik2aw7j0wvhl2r934976";
|
||||
rev = "2c51b612d4f584e7f543961cf2a231139df8930b";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
@ -16554,10 +16489,9 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring bytestring-trie cabal-helper
|
||||
constrained-dynamic containers cryptohash-sha1 data-default Diff
|
||||
directory filepath fingertree free ghc ghc-project-types
|
||||
haskell-lsp hie-bios hslogger monad-control mtl rope-utf16-splay
|
||||
stm syb text transformers transformers-base unix unliftio
|
||||
unordered-containers yaml
|
||||
directory filepath fingertree free ghc haskell-lsp hie-bios
|
||||
hslogger monad-control mtl stm syb text transformers
|
||||
transformers-base unix unliftio unordered-containers yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -16858,20 +16792,21 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hlint" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs
|
||||
, containers, cpphs, data-default, directory, extra, filepath
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, mtl, process, refact, stdenv, syb, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
, filepattern, ghc-lib-parser, haskell-src-exts
|
||||
, haskell-src-exts-util, hscolour, mtl, process, refact, stdenv
|
||||
, syb, text, transformers, uniplate, unordered-containers, vector
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.2.3";
|
||||
sha256 = "e6df9f402a02011100248ffd4b9a5aa4bb5fbf7bb61677c50a0cdf5ac298b32a";
|
||||
version = "2.2.4";
|
||||
sha256 = "adfcd0c5ace702c6c78a3f7ef366ae0e92d9c8993019ddf4f59abbef631de000";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
data-default directory extra filepath filepattern ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour mtl process refact
|
||||
syb text transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
@ -21876,8 +21811,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.8.2.0";
|
||||
sha256 = "4321a8fdc1ff287aec6451d1a21b1daed4699c8acf9c88766a733aa2f356c29c";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "a4eb6689940a8d4830d8cef77d44be381475412383f8754724ca0fa7eb11ed45";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal async base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
@ -29266,8 +29201,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa";
|
||||
version = "3.4.1.4";
|
||||
sha256 = "43607a5de4b89b8e58bfcbc261445d89fa40b685d43952797704b80d09e5a39e";
|
||||
revision = "2";
|
||||
editedCabalFile = "16kyy7ck3yki0mlcap0bbiadcn18yn6x90m4s2prkasi9ip0pcs8";
|
||||
revision = "3";
|
||||
editedCabalFile = "17hxj42cm82sac42by78jgbjjn5r3qv7n4919llaq17a2k1np0sw";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim QuickCheck template-haskell vector
|
||||
];
|
||||
@ -29283,6 +29218,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-algorithms";
|
||||
version = "3.4.1.3";
|
||||
sha256 = "de586fe7e14e0e000da50022e2129cabfd47773ba7844753c535c982f20e0fae";
|
||||
revision = "1";
|
||||
editedCabalFile = "0lvb1sn95qca9m1b8cy0a2j9gjzqm8g5v68ykglffjskv78d0jfm";
|
||||
libraryHaskellDepends = [ base repa vector ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -29298,8 +29235,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa-io";
|
||||
version = "3.4.1.1";
|
||||
sha256 = "b5dbca96a988fb8bd918288ea1cfcf215fe46062e45001b209603b63a39ba9da";
|
||||
revision = "3";
|
||||
editedCabalFile = "027vn7an0hm3ysnzk19y0dbjpah0wpg96dgb55149x1310vwybxl";
|
||||
revision = "4";
|
||||
editedCabalFile = "1lswfxmfn31gm2ayqwns9q9kpbad69scxpq6ybyzxkb9jd0jx4bl";
|
||||
libraryHaskellDepends = [
|
||||
base binary bmp bytestring old-time repa vector
|
||||
];
|
||||
@ -29747,6 +29684,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "rvar";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "d78aaf2ffdba182dda95d1692fec7abc5d77fa371120618a397b5675438c6bc0";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ifwwjlhc3l8ycjmmarw6v1nm7jxpgqw2ly0q35idlj0jc0nbxn6";
|
||||
libraryHaskellDepends = [
|
||||
base MonadPrompt mtl random-source transformers
|
||||
];
|
||||
@ -32079,8 +32018,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "snap-core";
|
||||
version = "1.0.4.0";
|
||||
sha256 = "b902602f8422b22a1986bdcf2c2bf72148efc84365b048d832cb42bcf2eb7436";
|
||||
revision = "1";
|
||||
editedCabalFile = "1nw74vpfag6gdh66kq82a0kdb05c2xnwcfacwlcg77j24gxcgi6s";
|
||||
revision = "2";
|
||||
editedCabalFile = "032aijdfc2b26m9fk48xa8xp61xlpxjj07rkzz34izzivqjixl1q";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring bytestring-builder case-insensitive
|
||||
containers directory filepath hashable HUnit io-streams lifted-base
|
File diff suppressed because it is too large
Load Diff
1
generated/unstable/stack2nix/revision
generated
Normal file
1
generated/unstable/stack2nix/revision
generated
Normal file
@ -0,0 +1 @@
|
||||
2c51b612d4
|
Loading…
Reference in New Issue
Block a user