mirror of
https://github.com/infinisil/all-hies.git
synced 2024-11-22 13:02:26 +03:00
commit
81e51c7b1a
@ -2,7 +2,7 @@
|
||||
|
||||
This repository provides cached Nix builds for the latest stable [[https://github.com/haskell/haskell-ide-engine][Haskell IDE Engine]] (HIE) for all supported GHC versions. It is intended to be a successor to [[https://github.com/domenkozar/hie-nix][hie-nix]], which only provides a changing subset of versions. This project solves the problem of having mismatched HIE and project GHC versions, which is almost impossible to avoid if you use a globally installed HIE and have many projects.
|
||||
|
||||
For unstable versions, which is currently the only way to get a HIE for GHC 8.6.5, see [[#unstable-versions][this section]].
|
||||
For unstable versions see [[#unstable-versions][this section]].
|
||||
|
||||
** Installation
|
||||
|
||||
@ -64,7 +64,7 @@ To install *all* stable HIE versions for all supported GHC versions use the foll
|
||||
|
||||
*** Unstable versions
|
||||
|
||||
Unstable HIE versions are also provided but *without build caches*, so refer to the section on [[#building-without-cached-builds][building without cached builds]]. These versions are only updated as needed.
|
||||
Unstable HIE versions are also provided but *without build caches*, so refer to the section on [[#building-without-cached-builds][building without cached builds]]. These versions are only updated as needed. Note: Currently unstable is the same as stable.
|
||||
|
||||
If you just want to get a HIE version for a GHC that stable doesn't support yet, use the ~unstableFallback~ attribute, which uses stable if it's available for that GHC version, but falls back to unstable if not. For unstable versions only, use the ~unstable~ attribute. Both ~unstable~ and ~unstableFallback~ provide the ~selection~ function just like the standard stable set, so the installation is very similar:
|
||||
|
||||
@ -104,7 +104,7 @@ To have the updater available, run
|
||||
|
||||
Then you can use it as follows to generate the stable/unstable set (or any other set)
|
||||
#+BEGIN_SRC bash
|
||||
update --name stable --revision 0.9.0.0
|
||||
update --name stable --revision 0.10.0.0
|
||||
update --name unstable --revision master
|
||||
#+END_SRC
|
||||
|
||||
|
@ -9,34 +9,56 @@
|
||||
# reproducibility. Only seems useful for one-off testing or so.
|
||||
|
||||
storepaths=(
|
||||
# x86_64-linux
|
||||
/nix/store/826simd2sxai2ixp79sagig45fcqlbzx-haskell-ide-engine-ghc821-0.9.0.0
|
||||
/nix/store/4l7cmyd7yz7f7fh9c7ncxp7a0ibkiyhk-haskell-ide-engine-ghc822-0.9.0.0
|
||||
/nix/store/pfs0zmr1gj8m83cj811dxpqi38rngaby-haskell-ide-engine-ghc842-0.9.0.0
|
||||
/nix/store/xbg2gz5h5grgksdj11fa5bn4g76pa205-haskell-ide-engine-ghc843-0.9.0.0
|
||||
/nix/store/hpip464r63fgbm13gc2rvw4dgy5wx7jq-haskell-ide-engine-ghc844-0.9.0.0
|
||||
/nix/store/93gs7s6fvvzjq5s65grm7ajnchc104mq-haskell-ide-engine-ghc861-0.9.0.0
|
||||
/nix/store/fm6q1p4qahvpzwpzywhpmgpwdlqmalf5-haskell-ide-engine-ghc862-0.9.0.0
|
||||
/nix/store/718j08f3sfrcznmg4jm468wi52ki8da9-haskell-ide-engine-ghc863-0.9.0.0
|
||||
/nix/store/ykfwddgjmg8vaf7i83lbfpzmlc6ga0d0-haskell-ide-engine-ghc864-0.9.0.0
|
||||
# 0.10.0.0
|
||||
## x86_64-linux
|
||||
/nix/store/bqn4lhr3sy7l0js8i48cn8asdxch0fyg-haskell-ide-engine-ghc822-0.10.0.0
|
||||
/nix/store/1zk8ak6xbj80xb1cwpfhvgfsqr6qc5nb-haskell-ide-engine-ghc842-0.10.0.0
|
||||
/nix/store/xixdvl0zaxwxv7vg5yh5n1c3mfziylmy-haskell-ide-engine-ghc843-0.10.0.0
|
||||
/nix/store/2vkknszx8a79zli4r7m1km0g5q839ljy-haskell-ide-engine-ghc844-0.10.0.0
|
||||
/nix/store/5byn4lv9vs4sx8wbj4in33i6mrlhp10k-haskell-ide-engine-ghc861-0.10.0.0
|
||||
/nix/store/624qszlz61jvmdr1nvmz7kf2akdjrn3d-haskell-ide-engine-ghc862-0.10.0.0
|
||||
/nix/store/ix0cl548sg5kv5dw8baq429javdy2hb3-haskell-ide-engine-ghc863-0.10.0.0
|
||||
/nix/store/w5xzzmmdm1kdfm195cq4blzv5dl69z6f-haskell-ide-engine-ghc864-0.10.0.0
|
||||
/nix/store/aqb38lri5cw7bv1g8bh6md2z5kn3yq4f-haskell-ide-engine-ghc865-0.10.0.0
|
||||
## x86_64-darwin
|
||||
/nix/store/zg0swixk3v280xr3bxvly9csrf353xc8-haskell-ide-engine-ghc822-0.10.0.0
|
||||
/nix/store/rxyizclnkfz7v5wmcffhppkfwbgxs8w2-haskell-ide-engine-ghc842-0.10.0.0
|
||||
/nix/store/3hbzcabibrc67zjy6fxipzs9wbs6y164-haskell-ide-engine-ghc843-0.10.0.0
|
||||
/nix/store/90z9h7ij4yhqi7bgr3jac4lnx70g6w1j-haskell-ide-engine-ghc844-0.10.0.0
|
||||
/nix/store/0035fzz1923ybdq4wq9dqslv4mgxxxlb-haskell-ide-engine-ghc861-0.10.0.0
|
||||
/nix/store/r529lppz0hcm0jf2qw5gb788d1piifhf-haskell-ide-engine-ghc862-0.10.0.0
|
||||
/nix/store/939ipf6rw9hdq7j8zp31n3m0q97y462z-haskell-ide-engine-ghc863-0.10.0.0
|
||||
/nix/store/sd86wdkix55i6zri12rl6inwbpsr1nmy-haskell-ide-engine-ghc864-0.10.0.0
|
||||
/nix/store/cjkd4zxwg4p4zf1hps6hna47diddjd2b-haskell-ide-engine-ghc865-0.10.0.0
|
||||
|
||||
# x86_64-darwin
|
||||
/nix/store/zjg7w8drvgajwg45kcwsrcgbfbyggjda-haskell-ide-engine-ghc821-0.9.0.0
|
||||
/nix/store/9wds6q9cwl001z4ygdr2hh70y1db30j6-haskell-ide-engine-ghc822-0.9.0.0
|
||||
/nix/store/srbrsjasysqvmva9sjzi5msf56jb9jih-haskell-ide-engine-ghc842-0.9.0.0
|
||||
/nix/store/ijks8qwcpdnh4g8r09iz1jhlcviavnba-haskell-ide-engine-ghc843-0.9.0.0
|
||||
/nix/store/js2qmcbkvc4nbjzj831lh3l8xb2rrlfv-haskell-ide-engine-ghc844-0.9.0.0
|
||||
/nix/store/knmzrcwglv38h83awjczfxvr260i0mvz-haskell-ide-engine-ghc861-0.9.0.0
|
||||
/nix/store/k0w4r4x6hghm4rniwpc00jv0w6grf44d-haskell-ide-engine-ghc862-0.9.0.0
|
||||
/nix/store/h9q4ikqjwj2wzjgbhcxh8qkmlcd764kj-haskell-ide-engine-ghc863-0.9.0.0
|
||||
/nix/store/5lwkwpgd9mdbrj2k267kjjslc5jmp2f4-haskell-ide-engine-ghc864-0.9.0.0
|
||||
# 0.9.0.0
|
||||
## x86_64-linux
|
||||
/nix/store/826simd2sxai2ixp79sagig45fcqlbzx-haskell-ide-engine-ghc821-0.9.0.0
|
||||
/nix/store/4l7cmyd7yz7f7fh9c7ncxp7a0ibkiyhk-haskell-ide-engine-ghc822-0.9.0.0
|
||||
/nix/store/pfs0zmr1gj8m83cj811dxpqi38rngaby-haskell-ide-engine-ghc842-0.9.0.0
|
||||
/nix/store/xbg2gz5h5grgksdj11fa5bn4g76pa205-haskell-ide-engine-ghc843-0.9.0.0
|
||||
/nix/store/hpip464r63fgbm13gc2rvw4dgy5wx7jq-haskell-ide-engine-ghc844-0.9.0.0
|
||||
/nix/store/93gs7s6fvvzjq5s65grm7ajnchc104mq-haskell-ide-engine-ghc861-0.9.0.0
|
||||
/nix/store/fm6q1p4qahvpzwpzywhpmgpwdlqmalf5-haskell-ide-engine-ghc862-0.9.0.0
|
||||
/nix/store/718j08f3sfrcznmg4jm468wi52ki8da9-haskell-ide-engine-ghc863-0.9.0.0
|
||||
/nix/store/ykfwddgjmg8vaf7i83lbfpzmlc6ga0d0-haskell-ide-engine-ghc864-0.9.0.0
|
||||
## x86_64-darwin
|
||||
/nix/store/zjg7w8drvgajwg45kcwsrcgbfbyggjda-haskell-ide-engine-ghc821-0.9.0.0
|
||||
/nix/store/9wds6q9cwl001z4ygdr2hh70y1db30j6-haskell-ide-engine-ghc822-0.9.0.0
|
||||
/nix/store/srbrsjasysqvmva9sjzi5msf56jb9jih-haskell-ide-engine-ghc842-0.9.0.0
|
||||
/nix/store/ijks8qwcpdnh4g8r09iz1jhlcviavnba-haskell-ide-engine-ghc843-0.9.0.0
|
||||
/nix/store/js2qmcbkvc4nbjzj831lh3l8xb2rrlfv-haskell-ide-engine-ghc844-0.9.0.0
|
||||
/nix/store/knmzrcwglv38h83awjczfxvr260i0mvz-haskell-ide-engine-ghc861-0.9.0.0
|
||||
/nix/store/k0w4r4x6hghm4rniwpc00jv0w6grf44d-haskell-ide-engine-ghc862-0.9.0.0
|
||||
/nix/store/h9q4ikqjwj2wzjgbhcxh8qkmlcd764kj-haskell-ide-engine-ghc863-0.9.0.0
|
||||
/nix/store/5lwkwpgd9mdbrj2k267kjjslc5jmp2f4-haskell-ide-engine-ghc864-0.9.0.0
|
||||
)
|
||||
|
||||
for path in ${storepaths[*]}; do
|
||||
url=$(sed -r <<< $path \
|
||||
-e 's|-.*|.narinfo|' \
|
||||
-e 's|/nix/store|https://all-hies.cachix.org|')
|
||||
curl -s -o /dev/null -w "$path -> %{http_code}\n" "$url" &
|
||||
-e 's|-.*|.narinfo|' \
|
||||
-e 's|/nix/store|https://all-hies.cachix.org|')
|
||||
curl -s -o /dev/null -w "$path -> %{http_code}\n" "$url" &
|
||||
done
|
||||
|
||||
wait
|
||||
|
1
generated/stable/ghcBaseLibraries/ghc821
generated
1
generated/stable/ghcBaseLibraries/ghc821
generated
@ -1 +0,0 @@
|
||||
Cabal-2.0.0.2 array-0.5.2.0 base-4.10.0.0 binary-0.8.5.1 bytestring-0.10.8.2 containers-0.5.10.2 deepseq-1.4.3.0 directory-1.3.0.2 filepath-1.4.1.2 ghc-8.2.1 ghc-boot-8.2.1 ghc-boot-th-8.2.1 ghc-compact-0.1.0.0 ghc-prim-0.5.1.0 ghci-8.2.1 haskeline-0.7.4.0 hoopl-3.10.2.2 hpc-0.6.0.3 integer-gmp-1.0.1.0 pretty-1.1.3.3 process-1.6.1.0 rts-1.0 template-haskell-2.12.0.0 terminfo-0.4.1.0 time-1.8.0.2 transformers-0.5.2.0 unix-2.7.2.2 xhtml-3000.2.2
|
@ -1 +0,0 @@
|
||||
0xalk6q4hajiwg1nx2lyh2l632z5rqq42n8jkqix215bxbg7m57l
|
43102
generated/stable/stack2nix/ghc821.nix
generated
43102
generated/stable/stack2nix/ghc821.nix
generated
File diff suppressed because it is too large
Load Diff
421
generated/stable/stack2nix/ghc822.nix
generated
421
generated/stable/stack2nix/ghc822.nix
generated
File diff suppressed because it is too large
Load Diff
417
generated/stable/stack2nix/ghc842.nix
generated
417
generated/stable/stack2nix/ghc842.nix
generated
@ -609,6 +609,8 @@ inherit (pkgs) zlib;};
|
||||
pname = "HTF";
|
||||
version = "0.13.2.4";
|
||||
sha256 = "36c5cafd35683c37379a93098dea61e6194aa1b9cfd0cdad4e0f1643f4cf2bf6";
|
||||
revision = "2";
|
||||
editedCabalFile = "1kaxcx0xqpcxddaapywikg56ip9a172clikhsfvwd287hpyrjqff";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -617,9 +619,11 @@ inherit (pkgs) zlib;};
|
||||
pretty process QuickCheck random regex-compat text time unix vector
|
||||
xmlgen
|
||||
];
|
||||
libraryToolDepends = [ cpphs ];
|
||||
executableHaskellDepends = [
|
||||
array base cpphs directory HUnit mtl old-time random text
|
||||
];
|
||||
executableToolDepends = [ cpphs ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/skogsbaer/HTF/";
|
||||
@ -671,7 +675,7 @@ inherit (pkgs) zlib;};
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, Cabal, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, ghc-mod-core, gitrev
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, gitrev, hie-plugin-api
|
||||
, hslogger, monad-control, mtl, optparse-applicative
|
||||
, optparse-simple, stdenv, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
@ -680,8 +684,8 @@ inherit (pkgs) zlib;};
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
@ -690,11 +694,11 @@ inherit (pkgs) zlib;};
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
ghc-mod-core hslogger monad-control mtl Strafunski-StrategyLib syb
|
||||
syz
|
||||
hie-plugin-api hslogger monad-control mtl Strafunski-StrategyLib
|
||||
syb syz
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base Cabal ghc-mod-core gitrev mtl optparse-applicative
|
||||
base Cabal gitrev hie-plugin-api mtl optparse-applicative
|
||||
optparse-simple
|
||||
];
|
||||
doHaddock = false;
|
||||
@ -1050,8 +1054,8 @@ inherit (pkgs) zlib;};
|
||||
pname = "MonadRandom";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "abda4a297acf197e664695b839b4fb70f53e240f5420489dc21bcf6103958470";
|
||||
revision = "2";
|
||||
editedCabalFile = "0l6a39vmqxig7jpr6snync4sli77wm6lwzypmmvx103d65p17k8k";
|
||||
revision = "3";
|
||||
editedCabalFile = "0fiblwmwk48d1g9j99qrcg1ak904csgfb86y80d1nl2vr782cq6w";
|
||||
libraryHaskellDepends = [
|
||||
base mtl primitive random transformers transformers-compat
|
||||
];
|
||||
@ -1264,6 +1268,8 @@ inherit (pkgs) zlib;};
|
||||
pname = "QuickCheck";
|
||||
version = "2.11.3";
|
||||
sha256 = "488c5652139da0bac8b3e7d76f11320ded298549e62db530938bfee9ca981876";
|
||||
revision = "2";
|
||||
editedCabalFile = "12c3jgdfh57b1cxfsm2qjvpjp3w8v2gxyakkhqlvliraidqq93jy";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq random template-haskell tf-random
|
||||
transformers
|
||||
@ -1939,6 +1945,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "aeson-typescript";
|
||||
version = "0.1.0.6";
|
||||
sha256 = "2d9aa1534d2cc86a7f95a5876d7ff28006c34dbead6fb7a03aa86d6f5e310187";
|
||||
revision = "1";
|
||||
editedCabalFile = "196jhx9vn69cxgxk65qimz3ah37y0caak2w8h55jnw1vsfllsxgv";
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers interpolate mtl template-haskell text
|
||||
th-abstraction unordered-containers
|
||||
@ -3404,8 +3412,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "ansi-wl-pprint";
|
||||
version = "0.6.8.2";
|
||||
sha256 = "a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e";
|
||||
revision = "1";
|
||||
editedCabalFile = "00b704rygy4ap540jj3ry7cgiqwwi5zx9nhj7c3905m6n6v3in88";
|
||||
revision = "2";
|
||||
editedCabalFile = "0xq83bwya8mfijp3dn9zfsqbbkl1wpzfjcmnkw8a06icjh9vg458";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ ansi-terminal base ];
|
||||
@ -3673,8 +3681,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "async";
|
||||
version = "2.2.1";
|
||||
sha256 = "8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027";
|
||||
revision = "1";
|
||||
editedCabalFile = "0lg8c3iixm7vjjq2nydkqswj78i4iyx2k83hgs12z829yj196y31";
|
||||
revision = "2";
|
||||
editedCabalFile = "130rc6icx3h471qs417lkw9b2pfn27xd009liw58cmdk66zscizp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base hashable stm ];
|
||||
@ -3827,8 +3835,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "attoparsec";
|
||||
version = "0.13.2.2";
|
||||
sha256 = "dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848";
|
||||
revision = "2";
|
||||
editedCabalFile = "1j06na26rsahrbkzrs71nl7ym8fk390pnvh577wlxs4ik6hsn2va";
|
||||
revision = "3";
|
||||
editedCabalFile = "1birva836xdp92lf1v5yrs8lj3bgj9vnarrfh2ssfxxacqj1gjji";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers deepseq scientific text
|
||||
transformers
|
||||
@ -5155,6 +5163,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "both";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "6f4ee8b7745fb3054282240fe941dd74cf2481f1a07b170d211c2b8791340e8e";
|
||||
revision = "1";
|
||||
editedCabalFile = "0fi2lvxcdnj9bi683kl840xpyj12wxwxvqbi86a6qp4r8bq8442n";
|
||||
libraryHaskellDepends = [ base semigroups zero ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -5172,8 +5182,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "bound";
|
||||
version = "2.0.1";
|
||||
sha256 = "294a206f33b6583e56bd3aad620e4a7bd0a22b4bf4c6fe5988b2fe55159fbb76";
|
||||
revision = "6";
|
||||
editedCabalFile = "18fqzxy3f8r09jwcsfzjlrpvnlz711jq5gcjp4dal1pvsbbw6i09";
|
||||
revision = "7";
|
||||
editedCabalFile = "0amr5rpq8andqq3z2dsh8hn67g3x7ykcmqq899vbkxwnpvg60h5r";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors binary bytes cereal comonad deepseq hashable mmorph
|
||||
@ -5271,8 +5281,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
version = "0.11.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/brittany; echo source root reset to $sourceRoot";
|
||||
@ -5702,8 +5712,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
version = "0.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -6027,8 +6037,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cassava";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "762c8aaea2cdad61f52bad1b9f1f3b32764b4b6da03371aba6e5017f69614277";
|
||||
revision = "1";
|
||||
editedCabalFile = "1brz20js95synh0yw942ihy4y9y6nk4xnsqcjqi9580y24zcigkl";
|
||||
revision = "2";
|
||||
editedCabalFile = "13mbhan3agzf8ki8hcac1xf50h9nbzx2b47zjqrch2050v6xa351";
|
||||
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
|
||||
libraryHaskellDepends = [
|
||||
array attoparsec base bytestring containers deepseq hashable Only
|
||||
@ -6984,6 +6994,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "colour";
|
||||
version = "2.3.4";
|
||||
sha256 = "0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb";
|
||||
revision = "1";
|
||||
editedCabalFile = "1awhbn3pk4zgzpnbbhb10rbxzbb4fz5gywa5h3xl589dclv912ls";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
@ -9898,6 +9910,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "dlist";
|
||||
version = "0.8.0.4";
|
||||
sha256 = "acf1867b80cdd618b8d904e89eea33be60d3c4c3aeb80d61f29229a301cc397a";
|
||||
revision = "1";
|
||||
editedCabalFile = "1kdp02vmjpdk241cbn9szv138248zv70m939ig5dv23403cd7y72";
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -9926,8 +9940,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "dlist-nonempty";
|
||||
version = "0.1.1";
|
||||
sha256 = "40e8a64c979ca07b4f67a38878d1d13c1127fe2d1ad6b2b4daff0ee2dbd54b33";
|
||||
revision = "4";
|
||||
editedCabalFile = "10kkj4sf1bn87z6744p9gn6mkciqri2d3l9vmg9ylpi8g7priil2";
|
||||
revision = "5";
|
||||
editedCabalFile = "01x05d62y8f3kippxawra3fdr7jdms3zcgd7c4n8wf39np9wy556";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat deepseq dlist semigroupoids
|
||||
];
|
||||
@ -10977,6 +10991,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "eventful-sql-common";
|
||||
version = "0.2.0";
|
||||
sha256 = "a46ea18cbbb5bd04b3a6846273e8161b7e4208660d0abf5a401192b07636aebc";
|
||||
revision = "1";
|
||||
editedCabalFile = "1w2qq0p4304zsjkwmqx79azpq5v0ajz5grg740vwkca8qvdvdq91";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring eventful-core mtl persistent
|
||||
persistent-template text uuid
|
||||
@ -11875,20 +11891,14 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}) {};
|
||||
"floskell" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
|
||||
, containers, data-default, directory, fetchgit, filepath, ghc-prim
|
||||
, containers, data-default, directory, filepath, ghc-prim
|
||||
, haskell-src-exts, monad-dijkstra, mtl, optparse-applicative
|
||||
, stdenv, text, transformers, unordered-containers, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.9.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/floskell; echo source root reset to $sourceRoot";
|
||||
version = "0.10.0";
|
||||
sha256 = "d4b80e19a7e08487a17ebfbc6748e78cd4ac18bccc43505fcdc3792c73322b99";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -13006,40 +13016,54 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "ExactPrint for GHC";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-lib-parser" = callPackage
|
||||
({ mkDerivation, alex, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
|
||||
, process, stdenv, time, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-lib-parser";
|
||||
version = "0.20190523";
|
||||
sha256 = "27ce816b7758c6e874040da8cc1d0f85151d6aca45c0017473ce455a631e027c";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring containers deepseq directory filepath
|
||||
ghc-prim hpc pretty process time transformers unix
|
||||
];
|
||||
libraryToolDepends = [ alex happy ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/digital-asset/ghc-lib";
|
||||
description = "The GHC API, decoupled from GHC versions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-mod" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, Cabal, cabal-doctest
|
||||
, cabal-helper, containers, deepseq, directory, extra, fclabels
|
||||
, fetchgit, filepath, ghc, ghc-boot, ghc-mod-core, ghc-paths
|
||||
, haskell-src-exts, hlint, monad-control, monad-journal, mtl
|
||||
, old-time, optparse-applicative, pipes, process, safe, semigroups
|
||||
, split, stdenv, syb, template-haskell, temporary, text, time
|
||||
, transformers, transformers-base
|
||||
, monad-control, monad-journal, mtl, old-time, optparse-applicative
|
||||
, pipes, process, safe, semigroups, split, stdenv, syb
|
||||
, template-haskell, temporary, text, time, transformers
|
||||
, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-mod";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod; echo source root reset to $sourceRoot";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-mod-core ghc-paths
|
||||
haskell-src-exts hlint monad-control monad-journal mtl old-time
|
||||
optparse-applicative pipes process safe semigroups split syb
|
||||
template-haskell temporary text time transformers transformers-base
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base binary deepseq directory fclabels filepath ghc ghc-mod-core
|
||||
monad-control mtl old-time optparse-applicative process semigroups
|
||||
split time
|
||||
monad-control monad-journal mtl old-time optparse-applicative pipes
|
||||
process safe semigroups split syb template-haskell temporary text
|
||||
time transformers transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -13050,7 +13074,7 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"ghc-mod-core" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, ghc-boot, ghc-paths, ghc-project-types, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
@ -13060,14 +13084,14 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/core; 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
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths ghc-project-types
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
@ -13126,6 +13150,37 @@ 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/haskell/haskell-ide-engine";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
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 {
|
||||
@ -14094,8 +14149,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hackage-security";
|
||||
version = "0.5.3.0";
|
||||
sha256 = "db986e17e9265aa9e40901690815b890b97d53159eb24d0a6cafaa7c18577c21";
|
||||
revision = "5";
|
||||
editedCabalFile = "07mzv3bwb4rcwlmsd9c36g71y605qh72li0rsxf3c1k5bpcnl3yi";
|
||||
revision = "6";
|
||||
editedCabalFile = "1xs2nkzlvkdz8g27yzfxbjdbdadfmgiydnlpn5dm77cg18r495ay";
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring base64-bytestring bytestring Cabal
|
||||
containers cryptohash-sha256 directory ed25519 filepath ghc-prim
|
||||
@ -14302,6 +14357,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "happstack-server";
|
||||
version = "7.5.1";
|
||||
sha256 = "32877ec758149dd3ffbd2a03f3fecd3a69bcac8f6c499e3a08e43bee1c9f8ea1";
|
||||
revision = "1";
|
||||
editedCabalFile = "1zs5p642k6qib3l2h6ps1r7vwk0n4cy91cvxxfzpdzhwv5nk20bf";
|
||||
libraryHaskellDepends = [
|
||||
base base64-bytestring blaze-html bytestring containers directory
|
||||
exceptions extensible-exceptions filepath hslogger html
|
||||
@ -14412,6 +14469,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hashtables";
|
||||
version = "1.2.3.1";
|
||||
sha256 = "8fd1c7c77c267eae6af01f1d9ca427754fb092cfffc8041cd50764a9144b3cbe";
|
||||
revision = "1";
|
||||
editedCabalFile = "1yyqnqn85mlw03f2bpvwa1w9gigswk9n30i918myqyxwr595l7rr";
|
||||
libraryHaskellDepends = [
|
||||
base ghc-prim hashable primitive vector
|
||||
];
|
||||
@ -14501,18 +14560,18 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, fold-debounce, ghc, ghc-exactprint, ghc-mod, ghc-mod-core, gitrev
|
||||
, haddock-api, haddock-library, HaRe, haskell-lsp
|
||||
, haskell-lsp-types, haskell-src-exts, hie-plugin-api, hlint
|
||||
, hoogle, hsimport, hslogger, hspec, hspec-core, lens
|
||||
, hoogle, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monad-control, monoid-subclasses, mtl, optparse-simple, parsec
|
||||
, process, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unordered-containers, vector, yaml, yi-rope
|
||||
, process, rope-utf16-splay, safe, sorted-list, stdenv, stm
|
||||
, tagsoup, text, transformers, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "0.9.0.0";
|
||||
version = "0.10.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -14524,10 +14583,10 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
floskell fold-debounce ghc ghc-exactprint ghc-mod ghc-mod-core
|
||||
gitrev haddock-api haddock-library HaRe haskell-lsp
|
||||
haskell-lsp-types haskell-src-exts hie-plugin-api hlint hoogle
|
||||
hsimport hslogger hspec hspec-core lens monad-control
|
||||
monoid-subclasses mtl optparse-simple parsec process safe
|
||||
sorted-list stm tagsoup text transformers unordered-containers
|
||||
vector yaml yi-rope
|
||||
hsimport hslogger hspec hspec-core lens lifted-async monad-control
|
||||
monoid-subclasses mtl optparse-simple parsec process
|
||||
rope-utf16-splay safe sorted-list stm tagsoup text transformers
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory ghc-mod-core haskell-lsp hie-plugin-api hslogger
|
||||
@ -14552,28 +14611,30 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"haskell-lsp" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, data-default
|
||||
, directory, filepath, hashable, haskell-lsp-types, hslogger, lens
|
||||
, mtl, network-uri, parsec, sorted-list, stdenv, stm, text, time
|
||||
, transformers, unordered-containers, vector, yi-rope
|
||||
({ mkDerivation, aeson, async, base, bytestring, containers
|
||||
, data-default, directory, filepath, hashable, haskell-lsp-types
|
||||
, hslogger, lens, mtl, network-uri, parsec, rope-utf16-splay
|
||||
, sorted-list, stdenv, stm, temporary, text, time, transformers
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "3a48b099082585555ca300f258acfa2fe1bea38c4c11c1b009a8007799b8b0af";
|
||||
version = "0.13.0.0";
|
||||
sha256 = "ec848264918f0eb4e1331fdade701dcb89c6be8efb068987c9df2529067fb557";
|
||||
revision = "1";
|
||||
editedCabalFile = "0zjbasspywkjzzp8jv9y4ga8khph1nvwx8flw9adv16kcdicjrin";
|
||||
editedCabalFile = "0qni50rymq7qx95i6jcj3mb49zxc123ciyyih82vvm15gks62fp2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers data-default directory filepath
|
||||
hashable haskell-lsp-types hslogger lens mtl network-uri parsec
|
||||
sorted-list stm text time unordered-containers yi-rope
|
||||
aeson async base bytestring containers data-default directory
|
||||
filepath hashable haskell-lsp-types hslogger lens mtl network-uri
|
||||
parsec rope-utf16-splay sorted-list stm temporary text time
|
||||
unordered-containers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base bytestring containers data-default directory filepath
|
||||
hslogger lens mtl network-uri parsec stm text time transformers
|
||||
unordered-containers vector yi-rope
|
||||
hslogger lens mtl network-uri parsec rope-utf16-splay stm text time
|
||||
transformers unordered-containers vector
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -14582,16 +14643,18 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"haskell-lsp-types" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, data-default, filepath
|
||||
, hashable, lens, network-uri, scientific, stdenv, text
|
||||
({ mkDerivation, aeson, base, bytestring, data-default, deepseq
|
||||
, filepath, hashable, lens, network-uri, scientific, stdenv, text
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "f817c6c6e95d2a20e8393669691bdb5f89d7650716866ebecb98df77ac12abe8";
|
||||
version = "0.13.0.0";
|
||||
sha256 = "a8735fbd27c06c68ddb3f8bf3f9a5d8d5817069197edfd3710a0f88d8b0dd7a2";
|
||||
revision = "2";
|
||||
editedCabalFile = "02yh8lkxbr7pzr97n5w2waz9cr1fisb8c0k16ajibhj57y3dn8il";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default filepath hashable lens
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
];
|
||||
doHaddock = false;
|
||||
@ -14978,6 +15041,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hedis";
|
||||
version = "0.10.2";
|
||||
sha256 = "1c99bd415a3bdc241a8a3ea6397b6fff10ed3b099de79e46ffe435ad89aa7615";
|
||||
revision = "1";
|
||||
editedCabalFile = "0rc2f2gkhvdsm2bai1agl68xaqx84fa2bdkxdg5grhbp770lrs0p";
|
||||
libraryHaskellDepends = [
|
||||
async base bytestring bytestring-lexing deepseq errors HTTP mtl
|
||||
network network-uri resource-pool scanner stm text time tls
|
||||
@ -15194,26 +15259,27 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hie-plugin-api" = callPackage
|
||||
({ mkDerivation, aeson, base, constrained-dynamic, containers
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-mod-core, haskell-lsp, hslogger, monad-control
|
||||
, mtl, stdenv, stm, syb, text, transformers, unix
|
||||
, unordered-containers, yi-rope
|
||||
, free, ghc, ghc-mod-core, ghc-project-types, haskell-lsp, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, unix, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "0.9.0.0";
|
||||
version = "0.10.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
libraryHaskellDepends = [
|
||||
aeson base constrained-dynamic containers data-default Diff
|
||||
directory filepath fingertree free ghc ghc-mod-core haskell-lsp
|
||||
hslogger monad-control mtl stm syb text transformers unix
|
||||
unordered-containers yi-rope
|
||||
directory filepath fingertree free ghc ghc-mod-core
|
||||
ghc-project-types haskell-lsp hslogger monad-control mtl
|
||||
rope-utf16-splay stm syb text transformers unix
|
||||
unordered-containers
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -15552,22 +15618,22 @@ 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
|
||||
, haskell-src-exts, haskell-src-exts-util, hscolour, process
|
||||
, refact, stdenv, text, transformers, uniplate
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, process, refact, stdenv, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.1.17";
|
||||
sha256 = "431a6de94f4636253ffc1def7a588fec0d30c5c7cf468f204ec178e9c6b2312f";
|
||||
version = "2.1.22";
|
||||
sha256 = "9fae8e6936d6b512ceb099c08e47e727e74aa8ec8bcd2c0fd5afeabbd7c5936c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath haskell-src-exts
|
||||
haskell-src-exts-util hscolour process refact text transformers
|
||||
uniplate unordered-containers vector yaml
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour process refact text
|
||||
transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
@ -15691,28 +15757,30 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) mpfr;};
|
||||
"hoogle" = callPackage
|
||||
({ mkDerivation, aeson, base, binary, bytestring, cmdargs, conduit
|
||||
, conduit-extra, connection, containers, deepseq, directory, extra
|
||||
, filepath, foundation, hashable, haskell-src-exts, http-conduit
|
||||
, http-types, js-flot, js-jquery, mmap, network-uri, old-locale
|
||||
, process-extras, QuickCheck, resourcet, stdenv, storable-tuple
|
||||
, tar, template-haskell, text, time, transformers, uniplate
|
||||
, utf8-string, vector, wai, wai-logger, warp, warp-tls, zlib
|
||||
({ mkDerivation, aeson, base, binary, blaze-html, blaze-markup
|
||||
, bytestring, cmdargs, conduit, conduit-extra, connection
|
||||
, containers, deepseq, directory, extra, filepath, foundation
|
||||
, hashable, haskell-src-exts, http-conduit, http-types, js-flot
|
||||
, js-jquery, mmap, old-locale, process-extras, QuickCheck
|
||||
, resourcet, stdenv, storable-tuple, tar, template-haskell, text
|
||||
, time, transformers, uniplate, utf8-string, vector, wai
|
||||
, wai-logger, warp, warp-tls, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hoogle";
|
||||
version = "5.0.17.6";
|
||||
sha256 = "bb91ac180ff8293a74d5f864624d4c73f03d13b8a6dc0b2e6757809b9b7aec4d";
|
||||
version = "5.0.17.9";
|
||||
sha256 = "df207e0cc1214ba3eb83240907d9f3c15b34e2c9a384ef01a37278ada3409768";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary bytestring cmdargs conduit conduit-extra
|
||||
connection containers deepseq directory extra filepath foundation
|
||||
hashable haskell-src-exts http-conduit http-types js-flot js-jquery
|
||||
mmap network-uri old-locale process-extras QuickCheck resourcet
|
||||
storable-tuple tar template-haskell text time transformers uniplate
|
||||
utf8-string vector wai wai-logger warp warp-tls zlib
|
||||
aeson base binary blaze-html blaze-markup bytestring cmdargs
|
||||
conduit conduit-extra connection containers deepseq directory extra
|
||||
filepath foundation hashable haskell-src-exts http-conduit
|
||||
http-types js-flot js-jquery mmap old-locale process-extras
|
||||
QuickCheck resourcet storable-tuple tar template-haskell text time
|
||||
transformers uniplate utf8-string vector wai wai-logger warp
|
||||
warp-tls zlib
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
@ -16135,8 +16203,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hsimport";
|
||||
version = "0.8.8";
|
||||
sha256 = "32b83cb0641437d3a0cd1de2761586b4b75c78f31ba5fd73731f71f22322c360";
|
||||
version = "0.10.0";
|
||||
sha256 = "4920c31b1eb4be9c9cb7293c26a517e0c149ae41ffb20895c1d4de7aa9f72851";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -16146,7 +16214,7 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
executableHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
description = "A command line program for extending the import list of a Haskell source file";
|
||||
description = "Extend the import list of a Haskell source file";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"hsinstall" = callPackage
|
||||
@ -17548,6 +17616,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hybrid-vectors";
|
||||
version = "0.2.2";
|
||||
sha256 = "41c6c371df64b9083354e66101ad8c92f87458474fed2a149e4632db644f86d7";
|
||||
revision = "1";
|
||||
editedCabalFile = "16wpgh7cxgmap5acyccbff02b2jvhqiad5m3fknribpbahvmkk88";
|
||||
libraryHaskellDepends = [
|
||||
base deepseq primitive semigroups vector
|
||||
];
|
||||
@ -17567,6 +17637,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hyperloglog";
|
||||
version = "0.4.2";
|
||||
sha256 = "f5b83cfcc2c9d1e40e04bbc9724428b2655c3b54b26beef714c98dabee5f1048";
|
||||
revision = "1";
|
||||
editedCabalFile = "1zh47rrwih6933hhq9vd0ly5s42w0bn196znkg9l8q6r6drl7xsf";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
approximate base binary bits bytes cereal cereal-vector comonad
|
||||
@ -17587,8 +17659,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hyphenation";
|
||||
version = "0.7.1";
|
||||
sha256 = "a25c5073f42896ccf81ff5936f3a42f290730f61da7f225b126ad22ff601b1c0";
|
||||
revision = "4";
|
||||
editedCabalFile = "0pp7qm40alsfd9z5dvp6l2c7dp9zp0skl9g0iib3jahxs3n8qcrr";
|
||||
revision = "5";
|
||||
editedCabalFile = "00wsp69aqi5i906liqa4sfs0p2yclhr1ihz8y1700b3ymb70lzql";
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
@ -18060,6 +18132,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "intern";
|
||||
version = "0.9.2";
|
||||
sha256 = "93a3b20e96dad8d83c9145dfc68bd9d2a6a72c9f64e4a7bc257d330070f42e20";
|
||||
revision = "1";
|
||||
editedCabalFile = "1mav591qx20p9dx4rg4xwpavqw8rciva82n7q0icdgvc1ayy7sl5";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring hashable text unordered-containers
|
||||
];
|
||||
@ -19756,6 +19830,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "libmpd";
|
||||
version = "0.9.0.8";
|
||||
sha256 = "582b0a405e39148d3a5046e8ad00c9e217688e60c70393eb36cd651e1991ed4e";
|
||||
revision = "1";
|
||||
editedCabalFile = "0fyb5wzazhkych0glklcdy2c4nzsk7vy6ijawr4r6qdxmdg01spy";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring containers data-default-class filepath
|
||||
mtl network old-locale text time utf8-string
|
||||
@ -20106,8 +20182,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "log-domain";
|
||||
version = "0.12";
|
||||
sha256 = "7191cba40b9b348c54171f2b86caabb75a30e52b6d7e4c57321bf5dcdf1f367e";
|
||||
revision = "3";
|
||||
editedCabalFile = "19xc24jwfhzy3v26689sc4ma50w4ylqd378dpxphl0nrxili645z";
|
||||
revision = "4";
|
||||
editedCabalFile = "1z7p87dl1rj0v2gnfwfa7zmgaxccd093hvjkijc56whyg4b4az4y";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base binary bytes cereal comonad deepseq distributive hashable
|
||||
@ -20129,8 +20205,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "log-postgres";
|
||||
version = "0.7.0.2";
|
||||
sha256 = "51c60374838cbd89d027cde9cdf2d8982b4f4152befe76899085520922e5639b";
|
||||
revision = "1";
|
||||
editedCabalFile = "1f18nzrh3bxnb58cmd3zyqpwaw2jyfl92dg6qd30zhlvlnkz1q7q";
|
||||
revision = "3";
|
||||
editedCabalFile = "1m16y1g9vaan5vcm9krqfppwc0zisi005d0ckqbwga3vyyw58lwl";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base base64-bytestring bytestring deepseq
|
||||
hpqtypes http-client lifted-base log-base mtl semigroups split text
|
||||
@ -20267,8 +20343,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "lrucaching";
|
||||
version = "0.3.3";
|
||||
sha256 = "aa7e5fd27963c70fc1108a7c0526ca0e05f76ccd885844bc50bdae70d5174aa4";
|
||||
revision = "7";
|
||||
editedCabalFile = "0bwl2hpj0w1wg86az52iwz0afs1h99b599vdn0fgygw2ivhbvqjv";
|
||||
revision = "8";
|
||||
editedCabalFile = "11ad87kg09s9md9lqzhbcw19kmzvii4v97nw49q0wb0rs0qizpki";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat deepseq hashable psqueues vector
|
||||
];
|
||||
@ -20282,22 +20358,22 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
|
||||
, bytestring, conduit, conduit-parse, containers, data-default
|
||||
, Diff, directory, filepath, haskell-lsp, lens, mtl
|
||||
, parser-combinators, process, stdenv, text, transformers, unix
|
||||
, unordered-containers, yi-rope
|
||||
, parser-combinators, process, rope-utf16-splay, stdenv, text
|
||||
, transformers, unix, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "4b08de4cfdfd0cbd2524be86d156c724a8ad6eca14ab7dc366755613119cbb0d";
|
||||
version = "0.5.2.3";
|
||||
sha256 = "33bb6e4c5596fb23eb845d63579e049ab22b0a2eced688bebf725753716d8ed0";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
haskell-lsp lens mtl parser-combinators process text transformers
|
||||
unix unordered-containers yi-rope
|
||||
haskell-lsp lens mtl parser-combinators process rope-utf16-splay
|
||||
text transformers unix unordered-containers
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/Bubba/haskell-lsp-test#readme";
|
||||
homepage = "https://github.com/bubba/lsp-test#readme";
|
||||
description = "Functional test framework for LSP servers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -22562,8 +22638,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "nats";
|
||||
version = "1.1.2";
|
||||
sha256 = "b9d2d85d8612f9b06f8c9bfd1acecd848e03ab82cfb53afe1d93f5086b6e80ec";
|
||||
revision = "1";
|
||||
editedCabalFile = "1jzyysf758lfindlclqpzqcd0lrgrdv0rnz2lg8g1rvv07x2n7zh";
|
||||
revision = "3";
|
||||
editedCabalFile = "02ww45nskca28fsbh74iy0z4rm0yshws7lrxld45y053hrn1jdzc";
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "http://github.com/ekmett/nats/";
|
||||
@ -22699,6 +22775,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "nettle";
|
||||
version = "0.2.0";
|
||||
sha256 = "220184713b802c53ee26783b891a3bbee6c6b2571f798bd6def2496a504e9bde";
|
||||
revision = "1";
|
||||
editedCabalFile = "0i97vxqklirvns1zv8cd70vyijmf45ll8zzbyq9c9dgfz6arxyiv";
|
||||
libraryHaskellDepends = [
|
||||
base byteable bytestring crypto-cipher-types securemem tagged
|
||||
];
|
||||
@ -22875,10 +22953,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "network-info";
|
||||
version = "0.2.0.10";
|
||||
sha256 = "5680f6975d34cf4f81fa7ca0c8efd682261d6a1119e06dece0f67c7bd97fd52a";
|
||||
revision = "1";
|
||||
editedCabalFile = "07kiw56lhc56kqrnvpa11f5nnnid6by3aq00jrkcbbg7w0q71a6d";
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "http://github.com/jystic/network-info";
|
||||
homepage = "http://github.com/jacobstanley/network-info";
|
||||
description = "Access the local computer's basic network configuration";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -22907,6 +22987,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "network-multicast";
|
||||
version = "0.2.0";
|
||||
sha256 = "0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2";
|
||||
revision = "2";
|
||||
editedCabalFile = "1hha4vvyrx29d2lwwjl0bfpbaj00k85bd4w83s4hvawqbxqvvhkw";
|
||||
libraryHaskellDepends = [ base network ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -23039,6 +23121,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "newtype";
|
||||
version = "0.2";
|
||||
sha256 = "b714033abd9a8b0903bcef0d36d0913de2a5003c852f43f97fa688717289e459";
|
||||
revision = "1";
|
||||
editedCabalFile = "0rbhpa1krcmvv4hsy3h5h8l4vqjk9wckddcz34rfcq0m7zlmsrfz";
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -23636,6 +23720,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "openpgp-asciiarmor";
|
||||
version = "0.1.1";
|
||||
sha256 = "b92f3f5316f18c9e30a95cd59888658384ddd20b628e4cd5fbb647177f52f607";
|
||||
revision = "1";
|
||||
editedCabalFile = "0j4qra3i7g607axj07d7f0ycj07d889nyw2s04m5wc98blbm5k4j";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base base64-bytestring binary bytestring
|
||||
];
|
||||
@ -23741,6 +23827,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "optional-args";
|
||||
version = "1.0.2";
|
||||
sha256 = "2e3454ad77cba80b15c02dbe1915889fafa81a22deb7fe5e7e01b0dd8d85b0e4";
|
||||
revision = "1";
|
||||
editedCabalFile = "0fda6mhm44qpbc9hfkf6jxnm3a7qszabywsmxa2iw0dz734a9xl3";
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -23769,6 +23857,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "optparse-applicative";
|
||||
version = "0.14.2.0";
|
||||
sha256 = "e1341e9831c7b10332d1b29cfa966a80d46b476bb52d99d50bdb53eb770d7f30";
|
||||
revision = "1";
|
||||
editedCabalFile = "0a7hwyvz3grdapmyshab21xsy6171mbs3206cndngclwv3gpajiy";
|
||||
libraryHaskellDepends = [
|
||||
ansi-wl-pprint base process transformers transformers-compat
|
||||
];
|
||||
@ -23787,6 +23877,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "optparse-generic";
|
||||
version = "1.3.0";
|
||||
sha256 = "80929958606e4a73672b570ba1a23493fbf46268666d14ab5af53623301c398f";
|
||||
revision = "1";
|
||||
editedCabalFile = "1fnbgrdzfbw5fhncqv9jl8k752b1rna6nir92k646p8k5zq9hr1d";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring Only optparse-applicative semigroups
|
||||
system-filepath text time transformers void
|
||||
@ -24831,8 +24923,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "pipes";
|
||||
version = "4.3.9";
|
||||
sha256 = "5c4cda351f9cf59376832baaeb857db25bd4990fd78c4b061aca0bde47271acb";
|
||||
revision = "1";
|
||||
editedCabalFile = "0mkwbbn8vlrsvm3pl2cyaw1qr9hbjqfm831naj7cbrmiksf2l5aa";
|
||||
revision = "2";
|
||||
editedCabalFile = "0pw4i3pdg3i98a9mbps0ycgb70vf4p7dqv08xf365iy4dzdm3a1i";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions mmorph mtl semigroups transformers void
|
||||
];
|
||||
@ -25237,8 +25329,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "pointed";
|
||||
version = "5.0.1";
|
||||
sha256 = "b94635a5c8779238501a9156015422ce2fb4d5efd45d68999e8cbe2ecc5121dd";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ccjmzz3jf5ybrzv7qdwm3qb8rz0yskvi4ackrixyhdk8bg5f3nc";
|
||||
revision = "2";
|
||||
editedCabalFile = "00m4f6rgxa3qa72j3jzpg6rrd9k9n4ll2idxlyybil3lxd63r80w";
|
||||
libraryHaskellDepends = [
|
||||
base comonad containers data-default-class hashable kan-extensions
|
||||
semigroupoids semigroups stm tagged transformers
|
||||
@ -25938,8 +26030,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "profunctors";
|
||||
version = "5.2.2";
|
||||
sha256 = "e981e6a33ac99d38a947a749179bbea3c294ecf6bfde41660fe6d8d5a2e43768";
|
||||
revision = "2";
|
||||
editedCabalFile = "1ywlg9z8nlhd2avgb8c6gbkv8zyk7hvc25926bafyg0m0k8y1amq";
|
||||
revision = "3";
|
||||
editedCabalFile = "0qf59phdzwa2p3nirq4vnmlxw9qfy1bcskk4nflab1fr4jwnsrs4";
|
||||
libraryHaskellDepends = [
|
||||
base base-orphans bifunctors comonad contravariant distributive
|
||||
semigroups tagged transformers
|
||||
@ -27658,6 +27750,19 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Composable class-based roles";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"rope-utf16-splay" = callPackage
|
||||
({ mkDerivation, base, stdenv, text }:
|
||||
mkDerivation {
|
||||
pname = "rope-utf16-splay";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "cbf878098355441ed7be445466fcb72d45390073a298b37649d762de2a7f8cc6";
|
||||
libraryHaskellDepends = [ base text ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/ollef/rope-utf16-splay";
|
||||
description = "Ropes optimised for updating using UTF-16 code units and row/column pairs";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"rot13" = callPackage
|
||||
({ mkDerivation, base, bytestring, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -28303,6 +28408,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "semigroups";
|
||||
version = "0.18.4";
|
||||
sha256 = "589e3042329a6bcffb5c0e85834143586db22eb7a2aae094d492cd004f685d27";
|
||||
revision = "1";
|
||||
editedCabalFile = "1h1p88ygd6jn57fky75727cplg8f21lvf78avpfrxr36czh255j9";
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -29737,6 +29844,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "soap-tls";
|
||||
version = "0.1.1.4";
|
||||
sha256 = "ce8b33cd4bb2cc60093df4de231967edd789fd9da44a261a539a221116853a14";
|
||||
revision = "1";
|
||||
editedCabalFile = "11djy824gaw3cbsvphq263hxjrn1b3v5p1kdivsvlyn7q9bgvms9";
|
||||
libraryHaskellDepends = [
|
||||
base configurator connection data-default http-client
|
||||
http-client-tls soap text tls x509 x509-store x509-validation
|
||||
@ -31955,6 +32064,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "text";
|
||||
version = "1.2.3.0";
|
||||
sha256 = "20e0b1627f613b32cc7f2d2e8dcc48a4a61938b24f3d14fb77cee694f0c9311a";
|
||||
revision = "2";
|
||||
editedCabalFile = "1vnygj4v4pmrvvnvbvq78r7kkxljj055xyc33c93vf0miq2sfmb0";
|
||||
configureFlags = [ "-f-integer-simple" ];
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring deepseq ghc-prim integer-gmp
|
||||
@ -32134,8 +32245,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "text-short";
|
||||
version = "0.1.2";
|
||||
sha256 = "b3f2b867d14c7c2586ea580028606b6662293ad080726d5241def937e5e31167";
|
||||
revision = "1";
|
||||
editedCabalFile = "00w77idkh44m88vivkqsys0y1bbxrflh06yq66liq0wgjhhzdppj";
|
||||
revision = "2";
|
||||
editedCabalFile = "106p7c0399zxdlh9f9qkgy7g2gp3bxqdpy6m6lnfhzi0pm5y8mks";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring deepseq ghc-prim hashable text
|
||||
];
|
||||
@ -32155,8 +32266,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "text-show";
|
||||
version = "3.7.3";
|
||||
sha256 = "efdfdd18c8a696abaf997138720fb9b5d27cf3eafd98e540fa1a23da6cab1cb5";
|
||||
revision = "2";
|
||||
editedCabalFile = "1cbam69q1m6kx2syz98f3h942wl6clhnhma9k7vy6jpnnaypd295";
|
||||
revision = "3";
|
||||
editedCabalFile = "0zfhb7rbwhgdg8yl3sn276k26x89hxfnn8c1y0k2b18gx34mpr09";
|
||||
libraryHaskellDepends = [
|
||||
array base base-compat-batteries bifunctors bytestring
|
||||
bytestring-builder containers contravariant generic-deriving
|
||||
@ -33020,10 +33131,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "transformers-bifunctors";
|
||||
version = "0.1";
|
||||
sha256 = "3c25d3d76361f62b4c7c37d4bc4b7497af691d000fcd8e5fe9cbb3544d284807";
|
||||
revision = "1";
|
||||
editedCabalFile = "1vjyk2ldwfi2pkvk79p37ii5xgg1399kxqhkq3l4wvag4j5p4afs";
|
||||
libraryHaskellDepends = [ base mmorph transformers ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/jystic/transformers-bifunctors";
|
||||
homepage = "https://github.com/jacobstanley/transformers-bifunctors";
|
||||
description = "Bifunctors over monad transformers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -33386,6 +33499,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "typed-process";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "42ed06889c15aa07577a0e8e3632659e343be95b77afa252b48b592ff7dbcf30";
|
||||
revision = "2";
|
||||
editedCabalFile = "01xrdzbla9d83zrr481hirj0f0gwy51gzv6klc866vv4rzh2lhbc";
|
||||
libraryHaskellDepends = [
|
||||
async base bytestring process stm transformers
|
||||
];
|
||||
@ -33681,6 +33796,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "uniplate";
|
||||
version = "1.6.12";
|
||||
sha256 = "fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7";
|
||||
revision = "1";
|
||||
editedCabalFile = "0gsrs2mk58jg3x36dyzxi4y46isd5p6q0rd6m9l834h5r7ds6a54";
|
||||
libraryHaskellDepends = [
|
||||
base containers hashable syb unordered-containers
|
||||
];
|
||||
@ -34209,8 +34326,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "uuid-types";
|
||||
version = "1.0.3";
|
||||
sha256 = "9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd";
|
||||
revision = "1";
|
||||
editedCabalFile = "0iwwj07gp28g357hv76k4h8pvlzamvchnw003cv3qk778pcpx201";
|
||||
revision = "2";
|
||||
editedCabalFile = "1lmlmng4lph57cljga3r9jy2axdls5mllsb2xzcwy2a34wgidarc";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring deepseq hashable random text
|
||||
];
|
||||
@ -35091,8 +35208,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "wai-middleware-travisci";
|
||||
version = "0.1.0";
|
||||
sha256 = "bbc9f2fea4c0ee3d9a73fd13dd1a2a7ef85fc294bd311ed519c1e41a1fada828";
|
||||
revision = "1";
|
||||
editedCabalFile = "0fd99j9lyb562p3rsdb8d7swg31bwahzhgjm6afijc5f6i5awcw3";
|
||||
revision = "2";
|
||||
editedCabalFile = "0j1k2y75gwbny72zf5nrwzanh7sn2plscnrjd4hw5npccxi4dchx";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64-bytestring bytestring cryptonite http-types text
|
||||
transformers vault wai
|
||||
@ -36458,6 +36575,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "xmlgen";
|
||||
version = "0.6.2.2";
|
||||
sha256 = "926fa98c77525f5046274758fcebd190e86de3f53a4583179e8ce328f25a34d6";
|
||||
revision = "1";
|
||||
editedCabalFile = "0vwnqd0lsw81llsn0psga5r6pw7jh69vfbj3rnz7c2fpkc0gjh3j";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-builder bytestring containers mtl text
|
||||
];
|
||||
|
465
generated/stable/stack2nix/ghc843.nix
generated
465
generated/stable/stack2nix/ghc843.nix
generated
File diff suppressed because it is too large
Load Diff
469
generated/stable/stack2nix/ghc844.nix
generated
469
generated/stable/stack2nix/ghc844.nix
generated
File diff suppressed because it is too large
Load Diff
435
generated/stable/stack2nix/ghc861.nix
generated
435
generated/stable/stack2nix/ghc861.nix
generated
@ -545,7 +545,7 @@ inherit (pkgs) zlib;};
|
||||
}) {};
|
||||
"HaRe" = callPackage
|
||||
({ mkDerivation, base, Cabal, cabal-helper, containers, directory
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, ghc-mod-core, gitrev
|
||||
, fetchgit, filepath, ghc, ghc-exactprint, gitrev, hie-plugin-api
|
||||
, hslogger, monad-control, mtl, optparse-applicative
|
||||
, optparse-simple, stdenv, Strafunski-StrategyLib, syb, syz
|
||||
}:
|
||||
@ -554,8 +554,8 @@ inherit (pkgs) zlib;};
|
||||
version = "0.8.4.1";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/HaRe; echo source root reset to $sourceRoot";
|
||||
@ -564,11 +564,11 @@ inherit (pkgs) zlib;};
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base cabal-helper containers directory filepath ghc ghc-exactprint
|
||||
ghc-mod-core hslogger monad-control mtl Strafunski-StrategyLib syb
|
||||
syz
|
||||
hie-plugin-api hslogger monad-control mtl Strafunski-StrategyLib
|
||||
syb syz
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base Cabal ghc-mod-core gitrev mtl optparse-applicative
|
||||
base Cabal gitrev hie-plugin-api mtl optparse-applicative
|
||||
optparse-simple
|
||||
];
|
||||
doHaddock = false;
|
||||
@ -823,6 +823,8 @@ inherit (pkgs) zlib;};
|
||||
pname = "MissingH";
|
||||
version = "1.4.1.0";
|
||||
sha256 = "49ecd2df3ad45d6da64a984e506cd0e2ca02c238a743d757feeea8c4cddce0ca";
|
||||
revision = "2";
|
||||
editedCabalFile = "1k7d8cgvpmln4imcrfpj4c02n3c5l1gkd5hs4hnar9ln0qh61cfx";
|
||||
libraryHaskellDepends = [
|
||||
array base containers directory filepath hslogger HUnit mtl network
|
||||
old-locale old-time parsec process random regex-compat time unix
|
||||
@ -853,8 +855,8 @@ inherit (pkgs) zlib;};
|
||||
pname = "MonadRandom";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "abda4a297acf197e664695b839b4fb70f53e240f5420489dc21bcf6103958470";
|
||||
revision = "2";
|
||||
editedCabalFile = "0l6a39vmqxig7jpr6snync4sli77wm6lwzypmmvx103d65p17k8k";
|
||||
revision = "3";
|
||||
editedCabalFile = "0fiblwmwk48d1g9j99qrcg1ak904csgfb86y80d1nl2vr782cq6w";
|
||||
libraryHaskellDepends = [
|
||||
base mtl primitive random transformers transformers-compat
|
||||
];
|
||||
@ -1028,6 +1030,8 @@ inherit (pkgs) zlib;};
|
||||
pname = "QuickCheck";
|
||||
version = "2.11.3";
|
||||
sha256 = "488c5652139da0bac8b3e7d76f11320ded298549e62db530938bfee9ca981876";
|
||||
revision = "2";
|
||||
editedCabalFile = "12c3jgdfh57b1cxfsm2qjvpjp3w8v2gxyakkhqlvliraidqq93jy";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq random template-haskell tf-random
|
||||
transformers
|
||||
@ -3029,8 +3033,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "ansi-wl-pprint";
|
||||
version = "0.6.8.2";
|
||||
sha256 = "a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e";
|
||||
revision = "1";
|
||||
editedCabalFile = "00b704rygy4ap540jj3ry7cgiqwwi5zx9nhj7c3905m6n6v3in88";
|
||||
revision = "2";
|
||||
editedCabalFile = "0xq83bwya8mfijp3dn9zfsqbbkl1wpzfjcmnkw8a06icjh9vg458";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ ansi-terminal base ];
|
||||
@ -3371,8 +3375,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "async";
|
||||
version = "2.2.1";
|
||||
sha256 = "8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027";
|
||||
revision = "1";
|
||||
editedCabalFile = "0lg8c3iixm7vjjq2nydkqswj78i4iyx2k83hgs12z829yj196y31";
|
||||
revision = "2";
|
||||
editedCabalFile = "130rc6icx3h471qs417lkw9b2pfn27xd009liw58cmdk66zscizp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base hashable stm ];
|
||||
@ -3506,8 +3510,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "attoparsec";
|
||||
version = "0.13.2.2";
|
||||
sha256 = "dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848";
|
||||
revision = "2";
|
||||
editedCabalFile = "1j06na26rsahrbkzrs71nl7ym8fk390pnvh577wlxs4ik6hsn2va";
|
||||
revision = "3";
|
||||
editedCabalFile = "1birva836xdp92lf1v5yrs8lj3bgj9vnarrfh2ssfxxacqj1gjji";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers deepseq scientific text
|
||||
transformers
|
||||
@ -3726,8 +3730,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "avers";
|
||||
version = "0.0.17.1";
|
||||
sha256 = "1b45d8aa036b3c2ec7ea180327ff3cdce28dc1e1ef319c062be79f0ffa7626f5";
|
||||
revision = "30";
|
||||
editedCabalFile = "0z7awvdz7447gjgg98z8682d7q1gqn85qcm0dsdgrhv67rkfnadz";
|
||||
revision = "31";
|
||||
editedCabalFile = "03nzgni96r6yfmn196iya6akrzh46njqzd2873aj341ynfaqjyy1";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring clock containers cryptonite
|
||||
filepath inflections memory MonadRandom mtl network network-uri
|
||||
@ -3873,6 +3877,8 @@ inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrender;};
|
||||
pname = "base-compat-batteries";
|
||||
version = "0.10.5";
|
||||
sha256 = "175dcfd1453bd02ec955c05181cbf4278af145183b5899c62d3be29d866170ee";
|
||||
revision = "1";
|
||||
editedCabalFile = "15sn2qc8k0hxbb2nai341kkrci98hlhzcj2ci087m0zxcg5jcdbp";
|
||||
libraryHaskellDepends = [ base base-compat ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -4781,6 +4787,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "both";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "6f4ee8b7745fb3054282240fe941dd74cf2481f1a07b170d211c2b8791340e8e";
|
||||
revision = "1";
|
||||
editedCabalFile = "0fi2lvxcdnj9bi683kl840xpyj12wxwxvqbi86a6qp4r8bq8442n";
|
||||
libraryHaskellDepends = [ base semigroups zero ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -4798,8 +4806,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "bound";
|
||||
version = "2.0.1";
|
||||
sha256 = "294a206f33b6583e56bd3aad620e4a7bd0a22b4bf4c6fe5988b2fe55159fbb76";
|
||||
revision = "6";
|
||||
editedCabalFile = "18fqzxy3f8r09jwcsfzjlrpvnlz711jq5gcjp4dal1pvsbbw6i09";
|
||||
revision = "7";
|
||||
editedCabalFile = "0amr5rpq8andqq3z2dsh8hn67g3x7ykcmqq899vbkxwnpvg60h5r";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors binary bytes cereal comonad deepseq hashable mmorph
|
||||
@ -4868,8 +4876,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
version = "0.11.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/brittany; echo source root reset to $sourceRoot";
|
||||
@ -5077,6 +5085,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "bytes";
|
||||
version = "0.15.5";
|
||||
sha256 = "039935e6b367eb8657aa3eb109e719b257a06524b0d9ff5246e8029bb7a07118";
|
||||
revision = "1";
|
||||
editedCabalFile = "0k05cszpxmdwgnbxhmlmmvsxkwlanvz8dn0p3f6bzs8qlv3kbhm7";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cereal containers hashable mtl scientific
|
||||
@ -5214,8 +5224,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
version = "0.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/cabal-helper; echo source root reset to $sourceRoot";
|
||||
@ -5455,8 +5465,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "cassava";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "762c8aaea2cdad61f52bad1b9f1f3b32764b4b6da03371aba6e5017f69614277";
|
||||
revision = "1";
|
||||
editedCabalFile = "1brz20js95synh0yw942ihy4y9y6nk4xnsqcjqi9580y24zcigkl";
|
||||
revision = "2";
|
||||
editedCabalFile = "13mbhan3agzf8ki8hcac1xf50h9nbzx2b47zjqrch2050v6xa351";
|
||||
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
|
||||
libraryHaskellDepends = [
|
||||
array attoparsec base bytestring containers deepseq hashable Only
|
||||
@ -6190,6 +6200,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "colour";
|
||||
version = "2.3.4";
|
||||
sha256 = "0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb";
|
||||
revision = "1";
|
||||
editedCabalFile = "1awhbn3pk4zgzpnbbhb10rbxzbb4fz5gywa5h3xl589dclv912ls";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
@ -6738,6 +6750,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "constraints";
|
||||
version = "0.10.1";
|
||||
sha256 = "5880ec261e053841b307c7c8c59614f46c2efbd5189f0f2a3c817589cedec3f7";
|
||||
revision = "1";
|
||||
editedCabalFile = "1i2rd805mjz5q7s98ryy1m91zd4b9hx92gw1rwr6kpibqqw9smcb";
|
||||
libraryHaskellDepends = [
|
||||
base binary deepseq ghc-prim hashable mtl semigroups transformers
|
||||
transformers-compat
|
||||
@ -8583,6 +8597,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "dlist";
|
||||
version = "0.8.0.5";
|
||||
sha256 = "98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43";
|
||||
revision = "1";
|
||||
editedCabalFile = "1jh8zw1vpx0ld4gmc4l0pqpgbl9frpgbyw9kvsr56bnz0v2rgqpx";
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -8611,8 +8627,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "dlist-nonempty";
|
||||
version = "0.1.1";
|
||||
sha256 = "40e8a64c979ca07b4f67a38878d1d13c1127fe2d1ad6b2b4daff0ee2dbd54b33";
|
||||
revision = "4";
|
||||
editedCabalFile = "10kkj4sf1bn87z6744p9gn6mkciqri2d3l9vmg9ylpi8g7priil2";
|
||||
revision = "5";
|
||||
editedCabalFile = "01x05d62y8f3kippxawra3fdr7jdms3zcgd7c4n8wf39np9wy556";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat deepseq dlist semigroupoids
|
||||
];
|
||||
@ -10168,20 +10184,14 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
}) {};
|
||||
"floskell" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec, base, bytestring
|
||||
, containers, data-default, directory, fetchgit, filepath, ghc-prim
|
||||
, containers, data-default, directory, filepath, ghc-prim
|
||||
, haskell-src-exts, monad-dijkstra, mtl, optparse-applicative
|
||||
, stdenv, text, transformers, unordered-containers, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "floskell";
|
||||
version = "0.9.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/floskell; echo source root reset to $sourceRoot";
|
||||
version = "0.10.0";
|
||||
sha256 = "d4b80e19a7e08487a17ebfbc6748e78cd4ac18bccc43505fcdc3792c73322b99";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -10302,6 +10312,8 @@ inherit (pkgs.xorg) libXfixes;};
|
||||
pname = "foldl";
|
||||
version = "1.4.5";
|
||||
sha256 = "0ba0bd8a8b4273feef61b66b6e251e70f70537c113f8b7f0e3aeab77d8af12a7";
|
||||
revision = "3";
|
||||
editedCabalFile = "0ci6wq1lqmz0i5rlb4my21ic6ziq87kg35mkp3f9la9y32zbq600";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring comonad containers contravariant hashable
|
||||
mwc-random primitive profunctors semigroupoids semigroups text
|
||||
@ -11264,40 +11276,54 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "ExactPrint for GHC";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-lib-parser" = callPackage
|
||||
({ mkDerivation, alex, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, filepath, ghc-prim, happy, hpc, pretty
|
||||
, process, stdenv, time, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-lib-parser";
|
||||
version = "0.20190523";
|
||||
sha256 = "27ce816b7758c6e874040da8cc1d0f85151d6aca45c0017473ce455a631e027c";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring containers deepseq directory filepath
|
||||
ghc-prim hpc pretty process time transformers unix
|
||||
];
|
||||
libraryToolDepends = [ alex happy ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/digital-asset/ghc-lib";
|
||||
description = "The GHC API, decoupled from GHC versions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"ghc-mod" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, Cabal, cabal-doctest
|
||||
, cabal-helper, containers, deepseq, directory, extra, fclabels
|
||||
, fetchgit, filepath, ghc, ghc-boot, ghc-mod-core, ghc-paths
|
||||
, haskell-src-exts, hlint, monad-control, monad-journal, mtl
|
||||
, old-time, optparse-applicative, pipes, process, safe, semigroups
|
||||
, split, stdenv, syb, template-haskell, temporary, text, time
|
||||
, transformers, transformers-base
|
||||
, monad-control, monad-journal, mtl, old-time, optparse-applicative
|
||||
, pipes, process, safe, semigroups, split, stdenv, syb
|
||||
, template-haskell, temporary, text, time, transformers
|
||||
, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-mod";
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod; echo source root reset to $sourceRoot";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cabal-helper containers deepseq directory
|
||||
extra fclabels filepath ghc ghc-boot ghc-mod-core ghc-paths
|
||||
haskell-src-exts hlint monad-control monad-journal mtl old-time
|
||||
optparse-applicative pipes process safe semigroups split syb
|
||||
template-haskell temporary text time transformers transformers-base
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base binary deepseq directory fclabels filepath ghc ghc-mod-core
|
||||
monad-control mtl old-time optparse-applicative process semigroups
|
||||
split time
|
||||
monad-control monad-journal mtl old-time optparse-applicative pipes
|
||||
process safe semigroups split syb template-haskell temporary text
|
||||
time transformers transformers-base
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -11308,7 +11334,7 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"ghc-mod-core" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cabal-helper, containers
|
||||
, deepseq, directory, extra, fclabels, fetchgit, filepath, ghc
|
||||
, ghc-boot, ghc-paths, haskell-src-exts, monad-control
|
||||
, ghc-boot, ghc-paths, ghc-project-types, monad-control
|
||||
, monad-journal, mtl, optparse-applicative, pipes, process, safe
|
||||
, split, stdenv, syb, template-haskell, temporary, time
|
||||
, transformers, transformers-base
|
||||
@ -11318,14 +11344,14 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
version = "5.9.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/./submodules/ghc-mod/core; 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
|
||||
extra fclabels filepath ghc ghc-boot ghc-paths ghc-project-types
|
||||
monad-control monad-journal mtl optparse-applicative pipes process
|
||||
safe split syb template-haskell temporary time transformers
|
||||
transformers-base
|
||||
@ -11370,6 +11396,37 @@ 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/haskell/haskell-ide-engine";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
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 {
|
||||
@ -12293,8 +12350,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hackage-security";
|
||||
version = "0.5.3.0";
|
||||
sha256 = "db986e17e9265aa9e40901690815b890b97d53159eb24d0a6cafaa7c18577c21";
|
||||
revision = "5";
|
||||
editedCabalFile = "07mzv3bwb4rcwlmsd9c36g71y605qh72li0rsxf3c1k5bpcnl3yi";
|
||||
revision = "6";
|
||||
editedCabalFile = "1xs2nkzlvkdz8g27yzfxbjdbdadfmgiydnlpn5dm77cg18r495ay";
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring base64-bytestring bytestring Cabal
|
||||
containers cryptohash-sha256 directory ed25519 filepath ghc-prim
|
||||
@ -12481,6 +12538,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hashtables";
|
||||
version = "1.2.3.1";
|
||||
sha256 = "8fd1c7c77c267eae6af01f1d9ca427754fb092cfffc8041cd50764a9144b3cbe";
|
||||
revision = "1";
|
||||
editedCabalFile = "1yyqnqn85mlw03f2bpvwa1w9gigswk9n30i918myqyxwr595l7rr";
|
||||
libraryHaskellDepends = [
|
||||
base ghc-prim hashable primitive vector
|
||||
];
|
||||
@ -12565,18 +12624,18 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
, fold-debounce, ghc, ghc-exactprint, ghc-mod, ghc-mod-core, gitrev
|
||||
, haddock-api, haddock-library, HaRe, haskell-lsp
|
||||
, haskell-lsp-types, haskell-src-exts, hie-plugin-api, hlint
|
||||
, hoogle, hsimport, hslogger, hspec, hspec-core, lens
|
||||
, hoogle, hsimport, hslogger, hspec, hspec-core, lens, lifted-async
|
||||
, monad-control, monoid-subclasses, mtl, optparse-simple, parsec
|
||||
, process, safe, sorted-list, stdenv, stm, tagsoup, text
|
||||
, transformers, unordered-containers, vector, yaml, yi-rope
|
||||
, process, rope-utf16-splay, safe, sorted-list, stdenv, stm
|
||||
, tagsoup, text, transformers, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-ide-engine";
|
||||
version = "0.9.0.0";
|
||||
version = "0.10.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
@ -12588,10 +12647,10 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
floskell fold-debounce ghc ghc-exactprint ghc-mod ghc-mod-core
|
||||
gitrev haddock-api haddock-library HaRe haskell-lsp
|
||||
haskell-lsp-types haskell-src-exts hie-plugin-api hlint hoogle
|
||||
hsimport hslogger hspec hspec-core lens monad-control
|
||||
monoid-subclasses mtl optparse-simple parsec process safe
|
||||
sorted-list stm tagsoup text transformers unordered-containers
|
||||
vector yaml yi-rope
|
||||
hsimport hslogger hspec hspec-core lens lifted-async monad-control
|
||||
monoid-subclasses mtl optparse-simple parsec process
|
||||
rope-utf16-splay safe sorted-list stm tagsoup text transformers
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base directory ghc-mod-core haskell-lsp hie-plugin-api hslogger
|
||||
@ -12617,28 +12676,30 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"haskell-lsp" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, data-default
|
||||
, directory, filepath, hashable, haskell-lsp-types, hslogger, lens
|
||||
, mtl, network-uri, parsec, sorted-list, stdenv, stm, text, time
|
||||
, transformers, unordered-containers, vector, yi-rope
|
||||
({ mkDerivation, aeson, async, base, bytestring, containers
|
||||
, data-default, directory, filepath, hashable, haskell-lsp-types
|
||||
, hslogger, lens, mtl, network-uri, parsec, rope-utf16-splay
|
||||
, sorted-list, stdenv, stm, temporary, text, time, transformers
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "3a48b099082585555ca300f258acfa2fe1bea38c4c11c1b009a8007799b8b0af";
|
||||
version = "0.13.0.0";
|
||||
sha256 = "ec848264918f0eb4e1331fdade701dcb89c6be8efb068987c9df2529067fb557";
|
||||
revision = "1";
|
||||
editedCabalFile = "0zjbasspywkjzzp8jv9y4ga8khph1nvwx8flw9adv16kcdicjrin";
|
||||
editedCabalFile = "0qni50rymq7qx95i6jcj3mb49zxc123ciyyih82vvm15gks62fp2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers data-default directory filepath
|
||||
hashable haskell-lsp-types hslogger lens mtl network-uri parsec
|
||||
sorted-list stm text time unordered-containers yi-rope
|
||||
aeson async base bytestring containers data-default directory
|
||||
filepath hashable haskell-lsp-types hslogger lens mtl network-uri
|
||||
parsec rope-utf16-splay sorted-list stm temporary text time
|
||||
unordered-containers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base bytestring containers data-default directory filepath
|
||||
hslogger lens mtl network-uri parsec stm text time transformers
|
||||
unordered-containers vector yi-rope
|
||||
hslogger lens mtl network-uri parsec rope-utf16-splay stm text time
|
||||
transformers unordered-containers vector
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -12647,16 +12708,18 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
"haskell-lsp-types" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, data-default, filepath
|
||||
, hashable, lens, network-uri, scientific, stdenv, text
|
||||
({ mkDerivation, aeson, base, bytestring, data-default, deepseq
|
||||
, filepath, hashable, lens, network-uri, scientific, stdenv, text
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-lsp-types";
|
||||
version = "0.9.0.0";
|
||||
sha256 = "f817c6c6e95d2a20e8393669691bdb5f89d7650716866ebecb98df77ac12abe8";
|
||||
version = "0.13.0.0";
|
||||
sha256 = "a8735fbd27c06c68ddb3f8bf3f9a5d8d5817069197edfd3710a0f88d8b0dd7a2";
|
||||
revision = "2";
|
||||
editedCabalFile = "02yh8lkxbr7pzr97n5w2waz9cr1fisb8c0k16ajibhj57y3dn8il";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring data-default filepath hashable lens
|
||||
aeson base bytestring data-default deepseq filepath hashable lens
|
||||
network-uri scientific text unordered-containers
|
||||
];
|
||||
doHaddock = false;
|
||||
@ -12880,8 +12943,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hedgehog";
|
||||
version = "0.6.1";
|
||||
sha256 = "d2f94024906af37fed427fa1f03177d9a530078a2e54cfb24d7397da9807e177";
|
||||
revision = "4";
|
||||
editedCabalFile = "0iaqqdv4qvkzw1vasnz829k9lh7mz5nkqr8i803rilwnq40xgipx";
|
||||
revision = "5";
|
||||
editedCabalFile = "0kwmxjb1y3gk85njacw5wcvmq3bzp1649dbjzgzpiba2w342f7il";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal async base bytestring concurrent-output containers
|
||||
directory exceptions lifted-async mmorph monad-control mtl
|
||||
@ -13089,26 +13152,27 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
"hie-plugin-api" = callPackage
|
||||
({ mkDerivation, aeson, base, constrained-dynamic, containers
|
||||
, data-default, Diff, directory, fetchgit, filepath, fingertree
|
||||
, free, ghc, ghc-mod-core, haskell-lsp, hslogger, monad-control
|
||||
, mtl, stdenv, stm, syb, text, transformers, unix
|
||||
, unordered-containers, yi-rope
|
||||
, free, ghc, ghc-mod-core, ghc-project-types, haskell-lsp, hslogger
|
||||
, monad-control, mtl, rope-utf16-splay, stdenv, stm, syb, text
|
||||
, transformers, unix, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-plugin-api";
|
||||
version = "0.9.0.0";
|
||||
version = "0.10.0.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/haskell/haskell-ide-engine";
|
||||
sha256 = "0z3iphcy0nhbvn9cgly7fgzbzq41dvh6rqazqzm2p3hw3c48kb9y";
|
||||
rev = "50cb42fb3df7f60eed5c4e2123ec92ebdfb276eb";
|
||||
sha256 = "0gy4a8kgay0rk5if8yj6s5516aqvys5lrahbyjg849kjywrc1svq";
|
||||
rev = "2fee8a0cf561d7f2287187fe609732e4c02970de";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
postUnpack = "sourceRoot+=/hie-plugin-api; echo source root reset to $sourceRoot";
|
||||
configureFlags = [ "-fpedantic" ];
|
||||
libraryHaskellDepends = [
|
||||
aeson base constrained-dynamic containers data-default Diff
|
||||
directory filepath fingertree free ghc ghc-mod-core haskell-lsp
|
||||
hslogger monad-control mtl stm syb text transformers unix
|
||||
unordered-containers yi-rope
|
||||
directory filepath fingertree free ghc ghc-mod-core
|
||||
ghc-project-types haskell-lsp hslogger monad-control mtl
|
||||
rope-utf16-splay stm syb text transformers unix
|
||||
unordered-containers
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -13224,22 +13288,22 @@ 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
|
||||
, haskell-src-exts, haskell-src-exts-util, hscolour, process
|
||||
, refact, stdenv, text, transformers, uniplate
|
||||
, ghc-lib-parser, haskell-src-exts, haskell-src-exts-util, hscolour
|
||||
, process, refact, stdenv, text, transformers, uniplate
|
||||
, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hlint";
|
||||
version = "2.1.17";
|
||||
sha256 = "431a6de94f4636253ffc1def7a588fec0d30c5c7cf468f204ec178e9c6b2312f";
|
||||
version = "2.1.22";
|
||||
sha256 = "9fae8e6936d6b512ceb099c08e47e727e74aa8ec8bcd2c0fd5afeabbd7c5936c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal base bytestring cmdargs containers cpphs
|
||||
data-default directory extra filepath haskell-src-exts
|
||||
haskell-src-exts-util hscolour process refact text transformers
|
||||
uniplate unordered-containers vector yaml
|
||||
data-default directory extra filepath ghc-lib-parser
|
||||
haskell-src-exts haskell-src-exts-util hscolour process refact text
|
||||
transformers uniplate unordered-containers vector yaml
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
@ -13337,28 +13401,30 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) mpfr;};
|
||||
"hoogle" = callPackage
|
||||
({ mkDerivation, aeson, base, binary, bytestring, cmdargs, conduit
|
||||
, conduit-extra, connection, containers, deepseq, directory, extra
|
||||
, filepath, foundation, hashable, haskell-src-exts, http-conduit
|
||||
, http-types, js-flot, js-jquery, mmap, network-uri, old-locale
|
||||
, process-extras, QuickCheck, resourcet, stdenv, storable-tuple
|
||||
, tar, template-haskell, text, time, transformers, uniplate
|
||||
, utf8-string, vector, wai, wai-logger, warp, warp-tls, zlib
|
||||
({ mkDerivation, aeson, base, binary, blaze-html, blaze-markup
|
||||
, bytestring, cmdargs, conduit, conduit-extra, connection
|
||||
, containers, deepseq, directory, extra, filepath, foundation
|
||||
, hashable, haskell-src-exts, http-conduit, http-types, js-flot
|
||||
, js-jquery, mmap, old-locale, process-extras, QuickCheck
|
||||
, resourcet, stdenv, storable-tuple, tar, template-haskell, text
|
||||
, time, transformers, uniplate, utf8-string, vector, wai
|
||||
, wai-logger, warp, warp-tls, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hoogle";
|
||||
version = "5.0.17.6";
|
||||
sha256 = "bb91ac180ff8293a74d5f864624d4c73f03d13b8a6dc0b2e6757809b9b7aec4d";
|
||||
version = "5.0.17.9";
|
||||
sha256 = "df207e0cc1214ba3eb83240907d9f3c15b34e2c9a384ef01a37278ada3409768";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary bytestring cmdargs conduit conduit-extra
|
||||
connection containers deepseq directory extra filepath foundation
|
||||
hashable haskell-src-exts http-conduit http-types js-flot js-jquery
|
||||
mmap network-uri old-locale process-extras QuickCheck resourcet
|
||||
storable-tuple tar template-haskell text time transformers uniplate
|
||||
utf8-string vector wai wai-logger warp warp-tls zlib
|
||||
aeson base binary blaze-html blaze-markup bytestring cmdargs
|
||||
conduit conduit-extra connection containers deepseq directory extra
|
||||
filepath foundation hashable haskell-src-exts http-conduit
|
||||
http-types js-flot js-jquery mmap old-locale process-extras
|
||||
QuickCheck resourcet storable-tuple tar template-haskell text time
|
||||
transformers uniplate utf8-string vector wai wai-logger warp
|
||||
warp-tls zlib
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
@ -13739,8 +13805,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hsimport";
|
||||
version = "0.8.8";
|
||||
sha256 = "32b83cb0641437d3a0cd1de2761586b4b75c78f31ba5fd73731f71f22322c360";
|
||||
version = "0.10.0";
|
||||
sha256 = "4920c31b1eb4be9c9cb7293c26a517e0c149ae41ffb20895c1d4de7aa9f72851";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -13750,7 +13816,7 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
executableHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
description = "A command line program for extending the import list of a Haskell source file";
|
||||
description = "Extend the import list of a Haskell source file";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"hsini" = callPackage
|
||||
@ -13834,6 +13900,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hslua-aeson";
|
||||
version = "1.0.0";
|
||||
sha256 = "ffa7c2f6cb90a914f796334c8f07b1eb7bfd9b3717c55d8f756589dd14706c73";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ysgh5s99zv0khkwqw1kcli2r2vi77r7wz3yc0y0i7qr35shzklh";
|
||||
libraryHaskellDepends = [
|
||||
aeson base hashable hslua scientific text unordered-containers
|
||||
vector
|
||||
@ -14436,6 +14504,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "http-media";
|
||||
version = "0.7.1.3";
|
||||
sha256 = "394ffcfb4f655721d5965870bf9861c324c14d40ed4dc173e926235fe0fe124f";
|
||||
revision = "1";
|
||||
editedCabalFile = "19py5pspx80gg679p9dzqr3iidflppxc1x4vkldamjkidyi406j8";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive containers utf8-string
|
||||
];
|
||||
@ -15093,6 +15163,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hybrid-vectors";
|
||||
version = "0.2.2";
|
||||
sha256 = "41c6c371df64b9083354e66101ad8c92f87458474fed2a149e4632db644f86d7";
|
||||
revision = "1";
|
||||
editedCabalFile = "16wpgh7cxgmap5acyccbff02b2jvhqiad5m3fknribpbahvmkk88";
|
||||
libraryHaskellDepends = [
|
||||
base deepseq primitive semigroups vector
|
||||
];
|
||||
@ -15110,8 +15182,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "hyphenation";
|
||||
version = "0.7.1";
|
||||
sha256 = "a25c5073f42896ccf81ff5936f3a42f290730f61da7f225b126ad22ff601b1c0";
|
||||
revision = "4";
|
||||
editedCabalFile = "0pp7qm40alsfd9z5dvp6l2c7dp9zp0skl9g0iib3jahxs3n8qcrr";
|
||||
revision = "5";
|
||||
editedCabalFile = "00wsp69aqi5i906liqa4sfs0p2yclhr1ihz8y1700b3ymb70lzql";
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
@ -15475,6 +15547,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "intern";
|
||||
version = "0.9.2";
|
||||
sha256 = "93a3b20e96dad8d83c9145dfc68bd9d2a6a72c9f64e4a7bc257d330070f42e20";
|
||||
revision = "1";
|
||||
editedCabalFile = "1mav591qx20p9dx4rg4xwpavqw8rciva82n7q0icdgvc1ayy7sl5";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring hashable text unordered-containers
|
||||
];
|
||||
@ -15540,6 +15614,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "intro";
|
||||
version = "0.5.2.1";
|
||||
sha256 = "e8e2124179c749e597998628bf2cd167d15e977db0f1105f5856a02e8bbaac44";
|
||||
revision = "1";
|
||||
editedCabalFile = "19zndrl4rgzjrg97cbc2cyiqih15gaijgibz0vppphcbmn7v9fl8";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers deepseq dlist extra hashable mtl safe
|
||||
text transformers unordered-containers writer-cps-mtl
|
||||
@ -17043,8 +17119,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "log-domain";
|
||||
version = "0.12";
|
||||
sha256 = "7191cba40b9b348c54171f2b86caabb75a30e52b6d7e4c57321bf5dcdf1f367e";
|
||||
revision = "3";
|
||||
editedCabalFile = "19xc24jwfhzy3v26689sc4ma50w4ylqd378dpxphl0nrxili645z";
|
||||
revision = "4";
|
||||
editedCabalFile = "1z7p87dl1rj0v2gnfwfa7zmgaxccd093hvjkijc56whyg4b4az4y";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base binary bytes cereal comonad deepseq distributive hashable
|
||||
@ -17129,8 +17205,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "lrucaching";
|
||||
version = "0.3.3";
|
||||
sha256 = "aa7e5fd27963c70fc1108a7c0526ca0e05f76ccd885844bc50bdae70d5174aa4";
|
||||
revision = "7";
|
||||
editedCabalFile = "0bwl2hpj0w1wg86az52iwz0afs1h99b599vdn0fgygw2ivhbvqjv";
|
||||
revision = "8";
|
||||
editedCabalFile = "11ad87kg09s9md9lqzhbcw19kmzvii4v97nw49q0wb0rs0qizpki";
|
||||
libraryHaskellDepends = [
|
||||
base base-compat deepseq hashable psqueues vector
|
||||
];
|
||||
@ -17144,22 +17220,22 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base
|
||||
, bytestring, conduit, conduit-parse, containers, data-default
|
||||
, Diff, directory, filepath, haskell-lsp, lens, mtl
|
||||
, parser-combinators, process, stdenv, text, transformers, unix
|
||||
, unordered-containers, yi-rope
|
||||
, parser-combinators, process, rope-utf16-splay, stdenv, text
|
||||
, transformers, unix, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lsp-test";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "4b08de4cfdfd0cbd2524be86d156c724a8ad6eca14ab7dc366755613119cbb0d";
|
||||
version = "0.5.2.3";
|
||||
sha256 = "33bb6e4c5596fb23eb845d63579e049ab22b0a2eced688bebf725753716d8ed0";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty ansi-terminal base bytestring conduit
|
||||
conduit-parse containers data-default Diff directory filepath
|
||||
haskell-lsp lens mtl parser-combinators process text transformers
|
||||
unix unordered-containers yi-rope
|
||||
haskell-lsp lens mtl parser-combinators process rope-utf16-splay
|
||||
text transformers unix unordered-containers
|
||||
];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/Bubba/haskell-lsp-test#readme";
|
||||
homepage = "https://github.com/bubba/lsp-test#readme";
|
||||
description = "Functional test framework for LSP servers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -17793,6 +17869,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "microlens-platform";
|
||||
version = "0.3.11";
|
||||
sha256 = "8b77f0630d022e42deb8438d8383c361555975d07f44efb79ee5e9fa3a0525a1";
|
||||
revision = "1";
|
||||
editedCabalFile = "14v7ffibzsa1fhf4pwvpw9ia67kgmk8wmxwibj7vr9rayrxy1ffv";
|
||||
libraryHaskellDepends = [
|
||||
base hashable microlens microlens-ghc microlens-mtl microlens-th
|
||||
text unordered-containers vector
|
||||
@ -19008,8 +19086,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "nats";
|
||||
version = "1.1.2";
|
||||
sha256 = "b9d2d85d8612f9b06f8c9bfd1acecd848e03ab82cfb53afe1d93f5086b6e80ec";
|
||||
revision = "1";
|
||||
editedCabalFile = "1jzyysf758lfindlclqpzqcd0lrgrdv0rnz2lg8g1rvv07x2n7zh";
|
||||
revision = "3";
|
||||
editedCabalFile = "02ww45nskca28fsbh74iy0z4rm0yshws7lrxld45y053hrn1jdzc";
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "http://github.com/ekmett/nats/";
|
||||
@ -19296,10 +19374,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "network-info";
|
||||
version = "0.2.0.10";
|
||||
sha256 = "5680f6975d34cf4f81fa7ca0c8efd682261d6a1119e06dece0f67c7bd97fd52a";
|
||||
revision = "1";
|
||||
editedCabalFile = "07kiw56lhc56kqrnvpa11f5nnnid6by3aq00jrkcbbg7w0q71a6d";
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "http://github.com/jystic/network-info";
|
||||
homepage = "http://github.com/jacobstanley/network-info";
|
||||
description = "Access the local computer's basic network configuration";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -19327,6 +19407,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "network-multicast";
|
||||
version = "0.2.0";
|
||||
sha256 = "0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2";
|
||||
revision = "2";
|
||||
editedCabalFile = "1hha4vvyrx29d2lwwjl0bfpbaj00k85bd4w83s4hvawqbxqvvhkw";
|
||||
libraryHaskellDepends = [ base network ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -19403,6 +19485,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "newtype";
|
||||
version = "0.2";
|
||||
sha256 = "b714033abd9a8b0903bcef0d36d0913de2a5003c852f43f97fa688717289e459";
|
||||
revision = "1";
|
||||
editedCabalFile = "0rbhpa1krcmvv4hsy3h5h8l4vqjk9wckddcz34rfcq0m7zlmsrfz";
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -19816,8 +19900,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "opaleye";
|
||||
version = "0.6.7003.1";
|
||||
sha256 = "5df737b19038efb076f5323044ff9c661fd77592c71756c10a811a51c2df44d2";
|
||||
revision = "1";
|
||||
editedCabalFile = "0nwyz9s81hfziwy7a18gpi0663xy6cfc6fl4vx8a1vkwdyfcjjli";
|
||||
revision = "2";
|
||||
editedCabalFile = "1iq2szdw6xajljrmmz373j0wvsnkgg20gpvfiqyrzknpraq3xvj8";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring case-insensitive
|
||||
contravariant postgresql-simple pretty product-profunctors
|
||||
@ -19890,6 +19974,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "openpgp-asciiarmor";
|
||||
version = "0.1.1";
|
||||
sha256 = "b92f3f5316f18c9e30a95cd59888658384ddd20b628e4cd5fbb647177f52f607";
|
||||
revision = "1";
|
||||
editedCabalFile = "0j4qra3i7g607axj07d7f0ycj07d889nyw2s04m5wc98blbm5k4j";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base base64-bytestring binary bytestring
|
||||
];
|
||||
@ -19953,6 +20039,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "optparse-applicative";
|
||||
version = "0.14.3.0";
|
||||
sha256 = "72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663";
|
||||
revision = "2";
|
||||
editedCabalFile = "1a08dqjly1xy730f6jf45frr8g8gap0n1vg9b0mpzpydv0kgzmrp";
|
||||
libraryHaskellDepends = [
|
||||
ansi-wl-pprint base process transformers transformers-compat
|
||||
];
|
||||
@ -19971,6 +20059,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "optparse-generic";
|
||||
version = "1.3.0";
|
||||
sha256 = "80929958606e4a73672b570ba1a23493fbf46268666d14ab5af53623301c398f";
|
||||
revision = "1";
|
||||
editedCabalFile = "1fnbgrdzfbw5fhncqv9jl8k752b1rna6nir92k646p8k5zq9hr1d";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring Only optparse-applicative semigroups
|
||||
system-filepath text time transformers void
|
||||
@ -20932,8 +21022,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "pipes";
|
||||
version = "4.3.9";
|
||||
sha256 = "5c4cda351f9cf59376832baaeb857db25bd4990fd78c4b061aca0bde47271acb";
|
||||
revision = "1";
|
||||
editedCabalFile = "0mkwbbn8vlrsvm3pl2cyaw1qr9hbjqfm831naj7cbrmiksf2l5aa";
|
||||
revision = "2";
|
||||
editedCabalFile = "0pw4i3pdg3i98a9mbps0ycgb70vf4p7dqv08xf365iy4dzdm3a1i";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions mmorph mtl semigroups transformers void
|
||||
];
|
||||
@ -20980,8 +21070,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "pipes-concurrency";
|
||||
version = "2.0.12";
|
||||
sha256 = "4343c67710e2fcd8987c537389773358150559bf06e86d96b1097c15ae81589d";
|
||||
revision = "1";
|
||||
editedCabalFile = "1c1rys2pp7a2z6si925ps610q8a38a6m26s182phwa5nfhyggpaw";
|
||||
revision = "2";
|
||||
editedCabalFile = "1c06nypirrd76jg5y508517smxh3izy98y6kj89k79kbpi5rncbj";
|
||||
libraryHaskellDepends = [
|
||||
async base contravariant pipes semigroups stm void
|
||||
];
|
||||
@ -21095,8 +21185,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "pointed";
|
||||
version = "5.0.1";
|
||||
sha256 = "b94635a5c8779238501a9156015422ce2fb4d5efd45d68999e8cbe2ecc5121dd";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ccjmzz3jf5ybrzv7qdwm3qb8rz0yskvi4ackrixyhdk8bg5f3nc";
|
||||
revision = "2";
|
||||
editedCabalFile = "00m4f6rgxa3qa72j3jzpg6rrd9k9n4ll2idxlyybil3lxd63r80w";
|
||||
libraryHaskellDepends = [
|
||||
base comonad containers data-default-class hashable kan-extensions
|
||||
semigroupoids semigroups stm tagged transformers
|
||||
@ -21724,6 +21814,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "profunctors";
|
||||
version = "5.3";
|
||||
sha256 = "74632acc5bb76e04ade95e187be432b607da0e863c0e08f3cabafb23d8b4a3b7";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ynskm55fynsli6lpz6v5py344yhf1mq5xz2b1p7arvf2xqrx4kv";
|
||||
libraryHaskellDepends = [
|
||||
base base-orphans bifunctors comonad contravariant distributive
|
||||
semigroups tagged transformers
|
||||
@ -22740,6 +22832,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "reducers";
|
||||
version = "3.12.3";
|
||||
sha256 = "7186733767405984c1eda96b18908f458b379f116a1589cd66f4319fe8458e27";
|
||||
revision = "1";
|
||||
editedCabalFile = "1v0r75wkaahxdv4y0sqgcikvgwymiz12fa8nkk59n1g4x9nng9wb";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers fingertree hashable semigroupoids
|
||||
semigroups text transformers unordered-containers
|
||||
@ -22807,6 +22901,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "reflection";
|
||||
version = "2.1.4";
|
||||
sha256 = "f22fc478d43a36ec3d6c48c57ec53636c0bf936f3733b9a2b34e1a2e6351c44d";
|
||||
revision = "1";
|
||||
editedCabalFile = "05ibi4ivvh87d96xl09yh0day08p5www5vp568mvn2dp37rxyngc";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -23128,8 +23224,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "repa";
|
||||
version = "3.4.1.4";
|
||||
sha256 = "43607a5de4b89b8e58bfcbc261445d89fa40b685d43952797704b80d09e5a39e";
|
||||
revision = "1";
|
||||
editedCabalFile = "1c5rf3ky5lw9q1ji2y37m721gs7m5liw3j84159ib0w0bb3ddzmi";
|
||||
revision = "2";
|
||||
editedCabalFile = "16kyy7ck3yki0mlcap0bbiadcn18yn6x90m4s2prkasi9ip0pcs8";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring ghc-prim QuickCheck template-haskell vector
|
||||
];
|
||||
@ -23477,6 +23573,19 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
description = "Composable class-based roles";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"rope-utf16-splay" = callPackage
|
||||
({ mkDerivation, base, stdenv, text }:
|
||||
mkDerivation {
|
||||
pname = "rope-utf16-splay";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "cbf878098355441ed7be445466fcb72d45390073a298b37649d762de2a7f8cc6";
|
||||
libraryHaskellDepends = [ base text ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/ollef/rope-utf16-splay";
|
||||
description = "Ropes optimised for updating using UTF-16 code units and row/column pairs";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
"rot13" = callPackage
|
||||
({ mkDerivation, base, bytestring, stdenv, text }:
|
||||
mkDerivation {
|
||||
@ -24098,6 +24207,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "semigroups";
|
||||
version = "0.18.5";
|
||||
sha256 = "ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d";
|
||||
revision = "1";
|
||||
editedCabalFile = "1inqcxrzzs8xz60pvbmznyi6g6xwzpxv7p6dqlcwariz31grzvs1";
|
||||
libraryHaskellDepends = [ base ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -25957,6 +26068,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "streaming";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "5a6b7744695a2651e9835789a7c4ce48dbd5f13ee99f35f63261f9501ce1cd11";
|
||||
revision = "1";
|
||||
editedCabalFile = "1sq8blxh4s1lsvxkc64x7drxwn75kszxicjhvw4cg505fp9bfc7y";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc-prim mmorph mtl semigroups transformers
|
||||
transformers-base
|
||||
@ -27278,6 +27391,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "text";
|
||||
version = "1.2.3.1";
|
||||
sha256 = "8360624d5d01f278da320eebd16fd5d6f366b7f876d0ad424041d58e5e1147a6";
|
||||
revision = "2";
|
||||
editedCabalFile = "0ax6h9mvs4567nzi936jkd8f94bi8jnxis4wikjzyaxqfwm5zc6f";
|
||||
configureFlags = [ "-f-integer-simple" ];
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring deepseq ghc-prim integer-gmp
|
||||
@ -27405,8 +27520,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "text-short";
|
||||
version = "0.1.2";
|
||||
sha256 = "b3f2b867d14c7c2586ea580028606b6662293ad080726d5241def937e5e31167";
|
||||
revision = "1";
|
||||
editedCabalFile = "00w77idkh44m88vivkqsys0y1bbxrflh06yq66liq0wgjhhzdppj";
|
||||
revision = "2";
|
||||
editedCabalFile = "106p7c0399zxdlh9f9qkgy7g2gp3bxqdpy6m6lnfhzi0pm5y8mks";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring deepseq ghc-prim hashable text
|
||||
];
|
||||
@ -28041,10 +28156,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "transformers-bifunctors";
|
||||
version = "0.1";
|
||||
sha256 = "3c25d3d76361f62b4c7c37d4bc4b7497af691d000fcd8e5fe9cbb3544d284807";
|
||||
revision = "1";
|
||||
editedCabalFile = "1vjyk2ldwfi2pkvk79p37ii5xgg1399kxqhkq3l4wvag4j5p4afs";
|
||||
libraryHaskellDepends = [ base mmorph transformers ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "https://github.com/jystic/transformers-bifunctors";
|
||||
homepage = "https://github.com/jacobstanley/transformers-bifunctors";
|
||||
description = "Bifunctors over monad transformers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -28137,8 +28254,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "trifecta";
|
||||
version = "2";
|
||||
sha256 = "53972fe9d206eab6ae1a654fe8c57274f01b373b0c8b3882ef01e962226af643";
|
||||
revision = "1";
|
||||
editedCabalFile = "1qqkiwy0yvnj4yszsw9jrv83qf5hw87jdqdb34401dskaf81gwrm";
|
||||
revision = "2";
|
||||
editedCabalFile = "1ihw0dm0sjn7cql6rb3y0gb5kxy1ca3ggflm4lxlmhm3gfrj2sxc";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html
|
||||
@ -28337,6 +28454,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "typed-process";
|
||||
version = "0.2.3.0";
|
||||
sha256 = "c0dea5591a4730d151d5c146685d0fa3db1f390d2a63be70a981209e58de6648";
|
||||
revision = "1";
|
||||
editedCabalFile = "05mg8cggrdvplb7l3rgdfrn2rnrbxx394qi37n0ldfr6v3jirf0p";
|
||||
libraryHaskellDepends = [
|
||||
async base bytestring process stm transformers
|
||||
];
|
||||
@ -28542,6 +28661,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "uniplate";
|
||||
version = "1.6.12";
|
||||
sha256 = "fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7";
|
||||
revision = "1";
|
||||
editedCabalFile = "0gsrs2mk58jg3x36dyzxi4y46isd5p6q0rd6m9l834h5r7ds6a54";
|
||||
libraryHaskellDepends = [
|
||||
base containers hashable syb unordered-containers
|
||||
];
|
||||
@ -28713,10 +28834,12 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "unix-compat";
|
||||
version = "0.5.1";
|
||||
sha256 = "a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52";
|
||||
revision = "1";
|
||||
editedCabalFile = "0c4ak3y72nhv3nf025cyfi1dri2wjmsal3icjwj0aczmlb0imwrd";
|
||||
libraryHaskellDepends = [ base unix ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
homepage = "http://github.com/jystic/unix-compat";
|
||||
homepage = "http://github.com/jacobstanley/unix-compat";
|
||||
description = "Portable POSIX-compatibility layer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -28968,8 +29091,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "uuid-types";
|
||||
version = "1.0.3";
|
||||
sha256 = "9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd";
|
||||
revision = "1";
|
||||
editedCabalFile = "0iwwj07gp28g357hv76k4h8pvlzamvchnw003cv3qk778pcpx201";
|
||||
revision = "2";
|
||||
editedCabalFile = "1lmlmng4lph57cljga3r9jy2axdls5mllsb2xzcwy2a34wgidarc";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring deepseq hashable random text
|
||||
];
|
||||
@ -29221,6 +29344,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "vector-algorithms";
|
||||
version = "0.8.0.1";
|
||||
sha256 = "15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe";
|
||||
revision = "2";
|
||||
editedCabalFile = "0ms473xd1d81dbg47kjr9gxqs11ipg2j1kk99q37rhvrbr5xv5l4";
|
||||
libraryHaskellDepends = [ base bytestring primitive vector ];
|
||||
doHaddock = false;
|
||||
doCheck = false;
|
||||
@ -30641,6 +30766,8 @@ inherit (pkgs) libjpeg; inherit (pkgs) libpng; inherit (pkgs) zlib;};
|
||||
pname = "xmlgen";
|
||||
version = "0.6.2.2";
|
||||
sha256 = "926fa98c77525f5046274758fcebd190e86de3f53a4583179e8ce328f25a34d6";
|
||||
revision = "1";
|
||||
editedCabalFile = "0vwnqd0lsw81llsn0psga5r6pw7jh69vfbj3rnz7c2fpkc0gjh3j";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-builder bytestring containers mtl text
|
||||
];
|
||||
|
479
generated/stable/stack2nix/ghc862.nix
generated
479
generated/stable/stack2nix/ghc862.nix
generated
File diff suppressed because it is too large
Load Diff
503
generated/stable/stack2nix/ghc863.nix
generated
503
generated/stable/stack2nix/ghc863.nix
generated
File diff suppressed because it is too large
Load Diff
515
generated/stable/stack2nix/ghc864.nix
generated
515
generated/stable/stack2nix/ghc864.nix
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2
generated/stable/stack2nix/revision
generated
2
generated/stable/stack2nix/revision
generated
@ -1 +1 @@
|
||||
0.9.0.0
|
||||
0.10.0.0
|
1
generated/unstable
generated
Symbolic link
1
generated/unstable
generated
Symbolic link
@ -0,0 +1 @@
|
||||
stable
|
1
generated/unstable/ghcBaseLibraries/ghc821
generated
1
generated/unstable/ghcBaseLibraries/ghc821
generated
@ -1 +0,0 @@
|
||||
Cabal-2.0.0.2 array-0.5.2.0 base-4.10.0.0 binary-0.8.5.1 bytestring-0.10.8.2 containers-0.5.10.2 deepseq-1.4.3.0 directory-1.3.0.2 filepath-1.4.1.2 ghc-8.2.1 ghc-boot-8.2.1 ghc-boot-th-8.2.1 ghc-compact-0.1.0.0 ghc-prim-0.5.1.0 ghci-8.2.1 haskeline-0.7.4.0 hoopl-3.10.2.2 hpc-0.6.0.3 integer-gmp-1.0.1.0 pretty-1.1.3.3 process-1.6.1.0 rts-1.0 template-haskell-2.12.0.0 terminfo-0.4.1.0 time-1.8.0.2 transformers-0.5.2.0 unix-2.7.2.2 xhtml-3000.2.2
|
1
generated/unstable/ghcBaseLibraries/ghc822
generated
1
generated/unstable/ghcBaseLibraries/ghc822
generated
@ -1 +0,0 @@
|
||||
Cabal-2.0.0.2 array-0.5.2.0 base-4.10.0.0 binary-0.8.5.1 bytestring-0.10.8.2 containers-0.5.10.2 deepseq-1.4.3.0 directory-1.3.0.2 filepath-1.4.1.2 ghc-8.2.1 ghc-boot-8.2.1 ghc-boot-th-8.2.1 ghc-compact-0.1.0.0 ghc-prim-0.5.1.0 ghci-8.2.1 haskeline-0.7.4.0 hoopl-3.10.2.2 hpc-0.6.0.3 integer-gmp-1.0.1.0 pretty-1.1.3.3 process-1.6.1.0 rts-1.0 template-haskell-2.12.0.0 terminfo-0.4.1.0 time-1.8.0.2 transformers-0.5.2.0 unix-2.7.2.2 xhtml-3000.2.2
|
1
generated/unstable/ghcBaseLibraries/ghc842
generated
1
generated/unstable/ghcBaseLibraries/ghc842
generated
@ -1 +0,0 @@
|
||||
Cabal-2.2.0.1 array-0.5.2.0 base-4.11.1.0 binary-0.8.5.1 bytestring-0.10.8.2 containers-0.5.11.0 deepseq-1.4.3.0 directory-1.3.1.5 filepath-1.4.2 ghc-8.4.4 ghc-boot-8.4.4 ghc-boot-th-8.4.4 ghc-compact-0.1.0.0 ghc-prim-0.5.2.0 ghci-8.4.4 haskeline-0.7.4.2 hpc-0.6.0.3 integer-gmp-1.0.2.0 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 rts-1.0 stm-2.4.5.1 template-haskell-2.13.0.0 terminfo-0.4.1.1 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 xhtml-3000.2.2.1
|
1
generated/unstable/ghcBaseLibraries/ghc843
generated
1
generated/unstable/ghcBaseLibraries/ghc843
generated
@ -1 +0,0 @@
|
||||
Cabal-2.2.0.1 array-0.5.2.0 base-4.11.1.0 binary-0.8.5.1 bytestring-0.10.8.2 containers-0.5.11.0 deepseq-1.4.3.0 directory-1.3.1.5 filepath-1.4.2 ghc-8.4.4 ghc-boot-8.4.4 ghc-boot-th-8.4.4 ghc-compact-0.1.0.0 ghc-prim-0.5.2.0 ghci-8.4.4 haskeline-0.7.4.2 hpc-0.6.0.3 integer-gmp-1.0.2.0 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 rts-1.0 stm-2.4.5.1 template-haskell-2.13.0.0 terminfo-0.4.1.1 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 xhtml-3000.2.2.1
|
1
generated/unstable/ghcBaseLibraries/ghc844
generated
1
generated/unstable/ghcBaseLibraries/ghc844
generated
@ -1 +0,0 @@
|
||||
Cabal-2.2.0.1 array-0.5.2.0 base-4.11.1.0 binary-0.8.5.1 bytestring-0.10.8.2 containers-0.5.11.0 deepseq-1.4.3.0 directory-1.3.1.5 filepath-1.4.2 ghc-8.4.4 ghc-boot-8.4.4 ghc-boot-th-8.4.4 ghc-compact-0.1.0.0 ghc-prim-0.5.2.0 ghci-8.4.4 haskeline-0.7.4.2 hpc-0.6.0.3 integer-gmp-1.0.2.0 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 rts-1.0 stm-2.4.5.1 template-haskell-2.13.0.0 terminfo-0.4.1.1 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 xhtml-3000.2.2.1
|
1
generated/unstable/ghcBaseLibraries/ghc861
generated
1
generated/unstable/ghcBaseLibraries/ghc861
generated
@ -1 +0,0 @@
|
||||
Cabal-2.4.0.1 array-0.5.2.0 base-4.12.0.0 binary-0.8.6.0 bytestring-0.10.8.2 containers-0.6.0.1 deepseq-1.4.4.0 directory-1.3.3.0 filepath-1.4.2.1 ghc-8.6.1 ghc-boot-8.6.1 ghc-boot-th-8.6.1 ghc-compact-0.1.0.0 ghc-heap-8.6.1 ghc-prim-0.5.3 ghci-8.6.1 haskeline-0.7.4.3 hpc-0.6.0.3 integer-gmp-1.0.2.0 libiserv-8.6.1 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 rts-1.0 stm-2.5.0.0 template-haskell-2.14.0.0 terminfo-0.4.1.2 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 xhtml-3000.2.2.1
|
1
generated/unstable/ghcBaseLibraries/ghc862
generated
1
generated/unstable/ghcBaseLibraries/ghc862
generated
@ -1 +0,0 @@
|
||||
Cabal-2.4.0.1 array-0.5.2.0 base-4.12.0.0 binary-0.8.6.0 bytestring-0.10.8.2 containers-0.6.0.1 deepseq-1.4.4.0 directory-1.3.3.0 filepath-1.4.2.1 ghc-8.6.1 ghc-boot-8.6.1 ghc-boot-th-8.6.1 ghc-compact-0.1.0.0 ghc-heap-8.6.1 ghc-prim-0.5.3 ghci-8.6.1 haskeline-0.7.4.3 hpc-0.6.0.3 integer-gmp-1.0.2.0 libiserv-8.6.1 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 rts-1.0 stm-2.5.0.0 template-haskell-2.14.0.0 terminfo-0.4.1.2 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 xhtml-3000.2.2.1
|
1
generated/unstable/ghcBaseLibraries/ghc863
generated
1
generated/unstable/ghcBaseLibraries/ghc863
generated
@ -1 +0,0 @@
|
||||
Cabal-2.4.0.1 array-0.5.2.0 base-4.12.0.0 binary-0.8.6.0 bytestring-0.10.8.2 containers-0.6.0.1 deepseq-1.4.4.0 directory-1.3.3.0 filepath-1.4.2.1 ghc-8.6.1 ghc-boot-8.6.1 ghc-boot-th-8.6.1 ghc-compact-0.1.0.0 ghc-heap-8.6.1 ghc-prim-0.5.3 ghci-8.6.1 haskeline-0.7.4.3 hpc-0.6.0.3 integer-gmp-1.0.2.0 libiserv-8.6.1 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 rts-1.0 stm-2.5.0.0 template-haskell-2.14.0.0 terminfo-0.4.1.2 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 xhtml-3000.2.2.1
|
1
generated/unstable/ghcBaseLibraries/ghc864
generated
1
generated/unstable/ghcBaseLibraries/ghc864
generated
@ -1 +0,0 @@
|
||||
Cabal-2.4.0.1 array-0.5.2.0 base-4.12.0.0 binary-0.8.6.0 bytestring-0.10.8.2 containers-0.6.0.1 deepseq-1.4.4.0 directory-1.3.3.0 filepath-1.4.2.1 ghc-8.6.1 ghc-boot-8.6.1 ghc-boot-th-8.6.1 ghc-compact-0.1.0.0 ghc-heap-8.6.1 ghc-prim-0.5.3 ghci-8.6.1 haskeline-0.7.4.3 hpc-0.6.0.3 integer-gmp-1.0.2.0 libiserv-8.6.1 mtl-2.2.2 parsec-3.1.13.0 pretty-1.1.3.6 process-1.6.3.0 rts-1.0 stm-2.5.0.0 template-haskell-2.14.0.0 terminfo-0.4.1.2 text-1.2.3.1 time-1.8.0.2 transformers-0.5.5.0 unix-2.7.2.2 xhtml-3000.2.2.1
|
@ -1 +0,0 @@
|
||||
05ig482akrn71fx9rvb0cq2m5z9cp5c1rckq7khk0qsn43g41bci
|
@ -1 +0,0 @@
|
||||
0980s10j0pz32fwap20nv1jxdm8qqlfjxjyxphkg91zrfavrnlzd
|
@ -1 +0,0 @@
|
||||
195rzph1jfrbccky5m2wvm6d0x0v0zy6iq630wrlbl1dx7jrji37
|
@ -1 +0,0 @@
|
||||
17hxhyqzzlqcpd4mksnxcbq233s8q8ldxnp7n0g21v1dxy56wfhk
|
@ -1 +0,0 @@
|
||||
1bs84r8mbxs9bkkbl0vsazwrc77gvfc140kn8rknh4vhqshmjb15
|
@ -1 +0,0 @@
|
||||
0xalk6q4hajiwg1nx2lyh2l632z5rqq42n8jkqix215bxbg7m57l
|
@ -1 +0,0 @@
|
||||
1b5wix9kr5s3hscpl425si0zw00zzijc9xrcph6l2myh4n5nvcm0
|
43177
generated/unstable/stack2nix/ghc821.nix
generated
43177
generated/unstable/stack2nix/ghc821.nix
generated
File diff suppressed because it is too large
Load Diff
42914
generated/unstable/stack2nix/ghc822.nix
generated
42914
generated/unstable/stack2nix/ghc822.nix
generated
File diff suppressed because it is too large
Load Diff
37495
generated/unstable/stack2nix/ghc842.nix
generated
37495
generated/unstable/stack2nix/ghc842.nix
generated
File diff suppressed because it is too large
Load Diff
41008
generated/unstable/stack2nix/ghc843.nix
generated
41008
generated/unstable/stack2nix/ghc843.nix
generated
File diff suppressed because it is too large
Load Diff
41399
generated/unstable/stack2nix/ghc844.nix
generated
41399
generated/unstable/stack2nix/ghc844.nix
generated
File diff suppressed because it is too large
Load Diff
31690
generated/unstable/stack2nix/ghc861.nix
generated
31690
generated/unstable/stack2nix/ghc861.nix
generated
File diff suppressed because it is too large
Load Diff
39342
generated/unstable/stack2nix/ghc862.nix
generated
39342
generated/unstable/stack2nix/ghc862.nix
generated
File diff suppressed because it is too large
Load Diff
39891
generated/unstable/stack2nix/ghc863.nix
generated
39891
generated/unstable/stack2nix/ghc863.nix
generated
File diff suppressed because it is too large
Load Diff
40033
generated/unstable/stack2nix/ghc864.nix
generated
40033
generated/unstable/stack2nix/ghc864.nix
generated
File diff suppressed because it is too large
Load Diff
1
generated/unstable/stack2nix/revision
generated
1
generated/unstable/stack2nix/revision
generated
@ -1 +0,0 @@
|
||||
33d4581f4d
|
@ -1,3 +1,9 @@
|
||||
self: super: {
|
||||
Cabal = null;
|
||||
hsimport = super.hsimport.overrideAttrs (old: {
|
||||
# See https://github.com/NixOS/nixpkgs/pull/42224
|
||||
# https://github.com/NixOS/nixpkgs/commit/f8a158c3466
|
||||
# Necessary because ghc842 uses an older nixpkgs version
|
||||
configureFlags = [ "--libsubdir=$abi/$libname" ];
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user