Merge pull request #119652 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-04-15 (plus other fixes)
This commit is contained in:
commit
cbc9a5a0de
@ -85,7 +85,6 @@ self: super: {
|
|||||||
kademlia = dontCheck super.kademlia;
|
kademlia = dontCheck super.kademlia;
|
||||||
|
|
||||||
# Tests require older versions of tasty.
|
# Tests require older versions of tasty.
|
||||||
cborg = (doJailbreak super.cborg).override { base16-bytestring = self.base16-bytestring_0_1_1_7; };
|
|
||||||
hzk = dontCheck super.hzk;
|
hzk = dontCheck super.hzk;
|
||||||
resolv = doJailbreak super.resolv;
|
resolv = doJailbreak super.resolv;
|
||||||
tdigest = doJailbreak super.tdigest;
|
tdigest = doJailbreak super.tdigest;
|
||||||
@ -326,6 +325,7 @@ self: super: {
|
|||||||
optional = dontCheck super.optional;
|
optional = dontCheck super.optional;
|
||||||
orgmode-parse = dontCheck super.orgmode-parse;
|
orgmode-parse = dontCheck super.orgmode-parse;
|
||||||
os-release = dontCheck super.os-release;
|
os-release = dontCheck super.os-release;
|
||||||
|
parameterized = dontCheck super.parameterized; # https://github.com/louispan/parameterized/issues/2
|
||||||
persistent-redis = dontCheck super.persistent-redis;
|
persistent-redis = dontCheck super.persistent-redis;
|
||||||
pipes-extra = dontCheck super.pipes-extra;
|
pipes-extra = dontCheck super.pipes-extra;
|
||||||
pipes-websockets = dontCheck super.pipes-websockets;
|
pipes-websockets = dontCheck super.pipes-websockets;
|
||||||
@ -1529,7 +1529,7 @@ self: super: {
|
|||||||
|
|
||||||
# 2020-12-05: http-client is fixed on too old version
|
# 2020-12-05: http-client is fixed on too old version
|
||||||
essence-of-live-coding-warp = doJailbreak (super.essence-of-live-coding-warp.override {
|
essence-of-live-coding-warp = doJailbreak (super.essence-of-live-coding-warp.override {
|
||||||
http-client = self.http-client_0_7_7;
|
http-client = self.http-client_0_7_8;
|
||||||
});
|
});
|
||||||
|
|
||||||
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
|
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
|
||||||
@ -1780,4 +1780,11 @@ self: super: {
|
|||||||
# https://github.com/hasufell/lzma-static/issues/1
|
# https://github.com/hasufell/lzma-static/issues/1
|
||||||
lzma-static = doJailbreak super.lzma-static;
|
lzma-static = doJailbreak super.lzma-static;
|
||||||
|
|
||||||
|
# Fix haddock errors: https://github.com/koalaman/shellcheck/issues/2216
|
||||||
|
ShellCheck = appendPatch super.ShellCheck (pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/koalaman/shellcheck/commit/9e60b3ea841bcaf48780bfcfc2e44aa6563a62de.patch";
|
||||||
|
sha256 = "1vmg8mmmnph34x7y0mhkcd5nzky8f1rh10pird750xbkp9zlk099";
|
||||||
|
excludes = ["test/buildtest"];
|
||||||
|
});
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -101,7 +101,7 @@ default-package-overrides:
|
|||||||
- gi-secret < 0.0.13
|
- gi-secret < 0.0.13
|
||||||
- gi-vte < 2.91.28
|
- gi-vte < 2.91.28
|
||||||
|
|
||||||
# Stackage Nightly 2021-04-06
|
# Stackage Nightly 2021-04-15
|
||||||
- abstract-deque ==0.3
|
- abstract-deque ==0.3
|
||||||
- abstract-par ==0.3.3
|
- abstract-par ==0.3.3
|
||||||
- AC-Angle ==1.0
|
- AC-Angle ==1.0
|
||||||
@ -139,7 +139,7 @@ default-package-overrides:
|
|||||||
- alex-meta ==0.3.0.13
|
- alex-meta ==0.3.0.13
|
||||||
- alg ==0.2.13.1
|
- alg ==0.2.13.1
|
||||||
- algebraic-graphs ==0.5
|
- algebraic-graphs ==0.5
|
||||||
- Allure ==0.9.5.0
|
- Allure ==0.10.2.0
|
||||||
- almost-fix ==0.0.2
|
- almost-fix ==0.0.2
|
||||||
- alsa-core ==0.5.0.1
|
- alsa-core ==0.5.0.1
|
||||||
- alsa-mixer ==0.3.0
|
- alsa-mixer ==0.3.0
|
||||||
@ -327,7 +327,7 @@ default-package-overrides:
|
|||||||
- bazel-runfiles ==0.12
|
- bazel-runfiles ==0.12
|
||||||
- bbdb ==0.8
|
- bbdb ==0.8
|
||||||
- bcp47 ==0.2.0.3
|
- bcp47 ==0.2.0.3
|
||||||
- bcp47-orphans ==0.1.0.2
|
- bcp47-orphans ==0.1.0.3
|
||||||
- bcrypt ==0.0.11
|
- bcrypt ==0.0.11
|
||||||
- bech32 ==1.1.0
|
- bech32 ==1.1.0
|
||||||
- bech32-th ==1.0.2
|
- bech32-th ==1.0.2
|
||||||
@ -391,7 +391,7 @@ default-package-overrides:
|
|||||||
- boundingboxes ==0.2.3
|
- boundingboxes ==0.2.3
|
||||||
- bower-json ==1.0.0.1
|
- bower-json ==1.0.0.1
|
||||||
- boxes ==0.1.5
|
- boxes ==0.1.5
|
||||||
- brick ==0.60.2
|
- brick ==0.61
|
||||||
- broadcast-chan ==0.2.1.1
|
- broadcast-chan ==0.2.1.1
|
||||||
- bsb-http-chunked ==0.0.0.4
|
- bsb-http-chunked ==0.0.0.4
|
||||||
- bson ==0.4.0.1
|
- bson ==0.4.0.1
|
||||||
@ -451,8 +451,8 @@ default-package-overrides:
|
|||||||
- cassava-megaparsec ==2.0.2
|
- cassava-megaparsec ==2.0.2
|
||||||
- cast ==0.1.0.2
|
- cast ==0.1.0.2
|
||||||
- category ==0.2.5.0
|
- category ==0.2.5.0
|
||||||
- cayley-client ==0.4.14
|
- cayley-client ==0.4.15
|
||||||
- cborg ==0.2.4.0
|
- cborg ==0.2.5.0
|
||||||
- cborg-json ==0.2.2.0
|
- cborg-json ==0.2.2.0
|
||||||
- cereal ==0.5.8.1
|
- cereal ==0.5.8.1
|
||||||
- cereal-conduit ==0.8.0
|
- cereal-conduit ==0.8.0
|
||||||
@ -528,13 +528,13 @@ default-package-overrides:
|
|||||||
- compiler-warnings ==0.1.0
|
- compiler-warnings ==0.1.0
|
||||||
- composable-associations ==0.1.0.0
|
- composable-associations ==0.1.0.0
|
||||||
- composable-associations-aeson ==0.1.0.1
|
- composable-associations-aeson ==0.1.0.1
|
||||||
- composite-aeson ==0.7.4.0
|
- composite-aeson ==0.7.5.0
|
||||||
- composite-aeson-path ==0.7.4.0
|
- composite-aeson-path ==0.7.5.0
|
||||||
- composite-aeson-refined ==0.7.4.0
|
- composite-aeson-refined ==0.7.5.0
|
||||||
- composite-base ==0.7.4.0
|
- composite-base ==0.7.5.0
|
||||||
- composite-binary ==0.7.4.0
|
- composite-binary ==0.7.5.0
|
||||||
- composite-ekg ==0.7.4.0
|
- composite-ekg ==0.7.5.0
|
||||||
- composite-hashable ==0.7.4.0
|
- composite-hashable ==0.7.5.0
|
||||||
- composite-tuple ==0.1.2.0
|
- composite-tuple ==0.1.2.0
|
||||||
- composite-xstep ==0.1.0.0
|
- composite-xstep ==0.1.0.0
|
||||||
- composition ==1.0.2.2
|
- composition ==1.0.2.2
|
||||||
@ -681,7 +681,7 @@ default-package-overrides:
|
|||||||
- deferred-folds ==0.9.17
|
- deferred-folds ==0.9.17
|
||||||
- dejafu ==2.4.0.2
|
- dejafu ==2.4.0.2
|
||||||
- dense-linear-algebra ==0.1.0.0
|
- dense-linear-algebra ==0.1.0.0
|
||||||
- depq ==0.4.1.0
|
- depq ==0.4.2
|
||||||
- deque ==0.4.3
|
- deque ==0.4.3
|
||||||
- deriveJsonNoPrefix ==0.1.0.1
|
- deriveJsonNoPrefix ==0.1.0.1
|
||||||
- derive-topdown ==0.0.2.2
|
- derive-topdown ==0.0.2.2
|
||||||
@ -710,7 +710,7 @@ default-package-overrides:
|
|||||||
- distributed-closure ==0.4.2.0
|
- distributed-closure ==0.4.2.0
|
||||||
- distribution-opensuse ==1.1.1
|
- distribution-opensuse ==1.1.1
|
||||||
- distributive ==0.6.2.1
|
- distributive ==0.6.2.1
|
||||||
- dl-fedora ==0.7.7
|
- dl-fedora ==0.8
|
||||||
- dlist ==0.8.0.8
|
- dlist ==0.8.0.8
|
||||||
- dlist-instances ==0.1.1.1
|
- dlist-instances ==0.1.1.1
|
||||||
- dlist-nonempty ==0.1.1
|
- dlist-nonempty ==0.1.1
|
||||||
@ -800,10 +800,10 @@ default-package-overrides:
|
|||||||
- errors-ext ==0.4.2
|
- errors-ext ==0.4.2
|
||||||
- ersatz ==0.4.9
|
- ersatz ==0.4.9
|
||||||
- esqueleto ==3.4.1.1
|
- esqueleto ==3.4.1.1
|
||||||
- essence-of-live-coding ==0.2.4
|
- essence-of-live-coding ==0.2.5
|
||||||
- essence-of-live-coding-gloss ==0.2.4
|
- essence-of-live-coding-gloss ==0.2.5
|
||||||
- essence-of-live-coding-pulse ==0.2.4
|
- essence-of-live-coding-pulse ==0.2.5
|
||||||
- essence-of-live-coding-quickcheck ==0.2.4
|
- essence-of-live-coding-quickcheck ==0.2.5
|
||||||
- etc ==0.4.1.0
|
- etc ==0.4.1.0
|
||||||
- eve ==0.1.9.0
|
- eve ==0.1.9.0
|
||||||
- eventful-core ==0.2.0
|
- eventful-core ==0.2.0
|
||||||
@ -825,7 +825,7 @@ default-package-overrides:
|
|||||||
- expiring-cache-map ==0.0.6.1
|
- expiring-cache-map ==0.0.6.1
|
||||||
- explicit-exception ==0.1.10
|
- explicit-exception ==0.1.10
|
||||||
- exp-pairs ==0.2.1.0
|
- exp-pairs ==0.2.1.0
|
||||||
- express ==0.1.3
|
- express ==0.1.4
|
||||||
- extended-reals ==0.2.4.0
|
- extended-reals ==0.2.4.0
|
||||||
- extensible-effects ==5.0.0.1
|
- extensible-effects ==5.0.0.1
|
||||||
- extensible-exceptions ==0.1.1.4
|
- extensible-exceptions ==0.1.1.4
|
||||||
@ -869,7 +869,7 @@ default-package-overrides:
|
|||||||
- first-class-patterns ==0.3.2.5
|
- first-class-patterns ==0.3.2.5
|
||||||
- fitspec ==0.4.8
|
- fitspec ==0.4.8
|
||||||
- fixed ==0.3
|
- fixed ==0.3
|
||||||
- fixed-length ==0.2.2
|
- fixed-length ==0.2.2.1
|
||||||
- fixed-vector ==1.2.0.0
|
- fixed-vector ==1.2.0.0
|
||||||
- fixed-vector-hetero ==0.6.1.0
|
- fixed-vector-hetero ==0.6.1.0
|
||||||
- fix-whitespace ==0.0.5
|
- fix-whitespace ==0.0.5
|
||||||
@ -936,10 +936,10 @@ default-package-overrides:
|
|||||||
- generic-data-surgery ==0.3.0.0
|
- generic-data-surgery ==0.3.0.0
|
||||||
- generic-deriving ==1.13.1
|
- generic-deriving ==1.13.1
|
||||||
- generic-functor ==0.2.0.0
|
- generic-functor ==0.2.0.0
|
||||||
- generic-lens ==2.0.0.0
|
- generic-lens ==2.1.0.0
|
||||||
- generic-lens-core ==2.0.0.0
|
- generic-lens-core ==2.1.0.0
|
||||||
- generic-monoid ==0.1.0.1
|
- generic-monoid ==0.1.0.1
|
||||||
- generic-optics ==2.0.0.0
|
- generic-optics ==2.1.0.0
|
||||||
- GenericPretty ==1.2.2
|
- GenericPretty ==1.2.2
|
||||||
- generic-random ==1.3.0.1
|
- generic-random ==1.3.0.1
|
||||||
- generics-eot ==0.4.0.1
|
- generics-eot ==0.4.0.1
|
||||||
@ -978,7 +978,7 @@ default-package-overrides:
|
|||||||
- geojson ==4.0.2
|
- geojson ==4.0.2
|
||||||
- getopt-generics ==0.13.0.4
|
- getopt-generics ==0.13.0.4
|
||||||
- ghc-byteorder ==4.11.0.0.10
|
- ghc-byteorder ==4.11.0.0.10
|
||||||
- ghc-check ==0.5.0.3
|
- ghc-check ==0.5.0.4
|
||||||
- ghc-core ==0.5.6
|
- ghc-core ==0.5.6
|
||||||
- ghc-events ==0.16.0
|
- ghc-events ==0.16.0
|
||||||
- ghc-exactprint ==0.6.4
|
- ghc-exactprint ==0.6.4
|
||||||
@ -1028,7 +1028,7 @@ default-package-overrides:
|
|||||||
- gitrev ==1.3.1
|
- gitrev ==1.3.1
|
||||||
- gi-xlib ==2.0.9
|
- gi-xlib ==2.0.9
|
||||||
- gl ==0.9
|
- gl ==0.9
|
||||||
- glabrous ==2.0.2
|
- glabrous ==2.0.3
|
||||||
- GLFW-b ==3.3.0.0
|
- GLFW-b ==3.3.0.0
|
||||||
- Glob ==0.10.1
|
- Glob ==0.10.1
|
||||||
- gloss ==1.13.2.1
|
- gloss ==1.13.2.1
|
||||||
@ -1130,7 +1130,7 @@ default-package-overrides:
|
|||||||
- hgrev ==0.2.6
|
- hgrev ==0.2.6
|
||||||
- hidapi ==0.1.7
|
- hidapi ==0.1.7
|
||||||
- hie-bios ==0.7.5
|
- hie-bios ==0.7.5
|
||||||
- hi-file-parser ==0.1.1.0
|
- hi-file-parser ==0.1.2.0
|
||||||
- higher-leveldb ==0.6.0.0
|
- higher-leveldb ==0.6.0.0
|
||||||
- highlighting-kate ==0.6.4
|
- highlighting-kate ==0.6.4
|
||||||
- hinfo ==0.0.3.0
|
- hinfo ==0.0.3.0
|
||||||
@ -1187,7 +1187,7 @@ default-package-overrides:
|
|||||||
- hslua-module-path ==0.1.0.1
|
- hslua-module-path ==0.1.0.1
|
||||||
- hslua-module-system ==0.2.2.1
|
- hslua-module-system ==0.2.2.1
|
||||||
- hslua-module-text ==0.3.0.1
|
- hslua-module-text ==0.3.0.1
|
||||||
- HsOpenSSL ==0.11.6.1
|
- HsOpenSSL ==0.11.6.2
|
||||||
- HsOpenSSL-x509-system ==0.1.0.4
|
- HsOpenSSL-x509-system ==0.1.0.4
|
||||||
- hsp ==0.10.0
|
- hsp ==0.10.0
|
||||||
- hspec ==2.7.9
|
- hspec ==2.7.9
|
||||||
@ -1197,13 +1197,13 @@ default-package-overrides:
|
|||||||
- hspec-core ==2.7.9
|
- hspec-core ==2.7.9
|
||||||
- hspec-discover ==2.7.9
|
- hspec-discover ==2.7.9
|
||||||
- hspec-expectations ==0.8.2
|
- hspec-expectations ==0.8.2
|
||||||
- hspec-expectations-json ==1.0.0.2
|
- hspec-expectations-json ==1.0.0.3
|
||||||
- hspec-expectations-lifted ==0.10.0
|
- hspec-expectations-lifted ==0.10.0
|
||||||
- hspec-expectations-pretty-diff ==0.7.2.5
|
- hspec-expectations-pretty-diff ==0.7.2.5
|
||||||
- hspec-golden ==0.1.0.3
|
- hspec-golden ==0.1.0.3
|
||||||
- hspec-golden-aeson ==0.7.0.0
|
- hspec-golden-aeson ==0.7.0.0
|
||||||
- hspec-hedgehog ==0.0.1.2
|
- hspec-hedgehog ==0.0.1.2
|
||||||
- hspec-junit-formatter ==1.0.0.1
|
- hspec-junit-formatter ==1.0.0.2
|
||||||
- hspec-leancheck ==0.0.4
|
- hspec-leancheck ==0.0.4
|
||||||
- hspec-megaparsec ==2.2.0
|
- hspec-megaparsec ==2.2.0
|
||||||
- hspec-meta ==2.7.8
|
- hspec-meta ==2.7.8
|
||||||
@ -1316,7 +1316,7 @@ default-package-overrides:
|
|||||||
- indexed ==0.1.3
|
- indexed ==0.1.3
|
||||||
- indexed-containers ==0.1.0.2
|
- indexed-containers ==0.1.0.2
|
||||||
- indexed-list-literals ==0.2.1.3
|
- indexed-list-literals ==0.2.1.3
|
||||||
- indexed-profunctors ==0.1
|
- indexed-profunctors ==0.1.1
|
||||||
- indexed-traversable ==0.1.1
|
- indexed-traversable ==0.1.1
|
||||||
- indexed-traversable-instances ==0.1
|
- indexed-traversable-instances ==0.1
|
||||||
- infer-license ==0.2.0
|
- infer-license ==0.2.0
|
||||||
@ -1332,6 +1332,7 @@ default-package-overrides:
|
|||||||
- insert-ordered-containers ==0.2.4
|
- insert-ordered-containers ==0.2.4
|
||||||
- inspection-testing ==0.4.3.0
|
- inspection-testing ==0.4.3.0
|
||||||
- instance-control ==0.1.2.0
|
- instance-control ==0.1.2.0
|
||||||
|
- int-cast ==0.2.0.0
|
||||||
- integer-logarithms ==1.0.3.1
|
- integer-logarithms ==1.0.3.1
|
||||||
- integer-roots ==1.0
|
- integer-roots ==1.0
|
||||||
- integration ==0.2.1
|
- integration ==0.2.1
|
||||||
@ -1356,7 +1357,7 @@ default-package-overrides:
|
|||||||
- io-streams-haproxy ==1.0.1.0
|
- io-streams-haproxy ==1.0.1.0
|
||||||
- ip6addr ==1.0.2
|
- ip6addr ==1.0.2
|
||||||
- iproute ==1.7.11
|
- iproute ==1.7.11
|
||||||
- IPv6Addr ==2.0.1
|
- IPv6Addr ==2.0.2
|
||||||
- ipynb ==0.1.0.1
|
- ipynb ==0.1.0.1
|
||||||
- ipython-kernel ==0.10.2.1
|
- ipython-kernel ==0.10.2.1
|
||||||
- irc ==0.6.1.0
|
- irc ==0.6.1.0
|
||||||
@ -1369,13 +1370,12 @@ default-package-overrides:
|
|||||||
- iso639 ==0.1.0.3
|
- iso639 ==0.1.0.3
|
||||||
- iso8601-time ==0.1.5
|
- iso8601-time ==0.1.5
|
||||||
- iterable ==3.0
|
- iterable ==3.0
|
||||||
- it-has ==0.2.0.0
|
|
||||||
- ixset-typed ==0.5
|
- ixset-typed ==0.5
|
||||||
- ixset-typed-binary-instance ==0.1.0.2
|
- ixset-typed-binary-instance ==0.1.0.2
|
||||||
- ixset-typed-conversions ==0.1.2.0
|
- ixset-typed-conversions ==0.1.2.0
|
||||||
- ixset-typed-hashable-instance ==0.1.0.2
|
- ixset-typed-hashable-instance ==0.1.0.2
|
||||||
- ix-shapable ==0.1.0
|
- ix-shapable ==0.1.0
|
||||||
- jack ==0.7.1.4
|
- jack ==0.7.2
|
||||||
- jalaali ==1.0.0.0
|
- jalaali ==1.0.0.0
|
||||||
- jira-wiki-markup ==1.3.4
|
- jira-wiki-markup ==1.3.4
|
||||||
- jose ==0.8.4
|
- jose ==0.8.4
|
||||||
@ -1416,13 +1416,13 @@ default-package-overrides:
|
|||||||
- l10n ==0.1.0.1
|
- l10n ==0.1.0.1
|
||||||
- labels ==0.3.3
|
- labels ==0.3.3
|
||||||
- lackey ==1.0.14
|
- lackey ==1.0.14
|
||||||
- LambdaHack ==0.9.5.0
|
- LambdaHack ==0.10.2.0
|
||||||
- lame ==0.2.0
|
- lame ==0.2.0
|
||||||
- language-avro ==0.1.3.1
|
- language-avro ==0.1.3.1
|
||||||
- language-bash ==0.9.2
|
- language-bash ==0.9.2
|
||||||
- language-c ==0.8.3
|
- language-c ==0.8.3
|
||||||
- language-c-quote ==0.12.2.1
|
- language-c-quote ==0.12.2.1
|
||||||
- language-docker ==9.1.3
|
- language-docker ==9.2.0
|
||||||
- language-java ==0.2.9
|
- language-java ==0.2.9
|
||||||
- language-javascript ==0.7.1.0
|
- language-javascript ==0.7.1.0
|
||||||
- language-protobuf ==1.0.1
|
- language-protobuf ==1.0.1
|
||||||
@ -1591,7 +1591,7 @@ default-package-overrides:
|
|||||||
- mnist-idx ==0.1.2.8
|
- mnist-idx ==0.1.2.8
|
||||||
- mockery ==0.3.5
|
- mockery ==0.3.5
|
||||||
- mock-time ==0.1.0
|
- mock-time ==0.1.0
|
||||||
- mod ==0.1.2.1
|
- mod ==0.1.2.2
|
||||||
- model ==0.5
|
- model ==0.5
|
||||||
- modern-uri ==0.3.4.1
|
- modern-uri ==0.3.4.1
|
||||||
- modular ==0.1.0.8
|
- modular ==0.1.0.8
|
||||||
@ -1617,7 +1617,7 @@ default-package-overrides:
|
|||||||
- monad-primitive ==0.1
|
- monad-primitive ==0.1
|
||||||
- monad-products ==4.0.1
|
- monad-products ==4.0.1
|
||||||
- MonadPrompt ==1.0.0.5
|
- MonadPrompt ==1.0.0.5
|
||||||
- MonadRandom ==0.5.2
|
- MonadRandom ==0.5.3
|
||||||
- monad-resumption ==0.1.4.0
|
- monad-resumption ==0.1.4.0
|
||||||
- monad-skeleton ==0.1.5
|
- monad-skeleton ==0.1.5
|
||||||
- monad-st ==0.2.4.1
|
- monad-st ==0.2.4.1
|
||||||
@ -1707,7 +1707,7 @@ default-package-overrides:
|
|||||||
- nonemptymap ==0.0.6.0
|
- nonemptymap ==0.0.6.0
|
||||||
- non-empty-sequence ==0.2.0.4
|
- non-empty-sequence ==0.2.0.4
|
||||||
- nonempty-vector ==0.2.1.0
|
- nonempty-vector ==0.2.1.0
|
||||||
- nonempty-zipper ==1.0.0.1
|
- nonempty-zipper ==1.0.0.2
|
||||||
- non-negative ==0.1.2
|
- non-negative ==0.1.2
|
||||||
- not-gloss ==0.7.7.0
|
- not-gloss ==0.7.7.0
|
||||||
- no-value ==1.0.0.0
|
- no-value ==1.0.0.0
|
||||||
@ -1715,7 +1715,7 @@ default-package-overrides:
|
|||||||
- nqe ==0.6.3
|
- nqe ==0.6.3
|
||||||
- nri-env-parser ==0.1.0.6
|
- nri-env-parser ==0.1.0.6
|
||||||
- nri-observability ==0.1.0.1
|
- nri-observability ==0.1.0.1
|
||||||
- nri-prelude ==0.5.0.2
|
- nri-prelude ==0.5.0.3
|
||||||
- nsis ==0.3.3
|
- nsis ==0.3.3
|
||||||
- numbers ==3000.2.0.2
|
- numbers ==3000.2.0.2
|
||||||
- numeric-extras ==0.1
|
- numeric-extras ==0.1
|
||||||
@ -1961,8 +1961,8 @@ default-package-overrides:
|
|||||||
- QuickCheck ==2.14.2
|
- QuickCheck ==2.14.2
|
||||||
- quickcheck-arbitrary-adt ==0.3.1.0
|
- quickcheck-arbitrary-adt ==0.3.1.0
|
||||||
- quickcheck-assertions ==0.3.0
|
- quickcheck-assertions ==0.3.0
|
||||||
- quickcheck-classes ==0.6.4.0
|
- quickcheck-classes ==0.6.5.0
|
||||||
- quickcheck-classes-base ==0.6.1.0
|
- quickcheck-classes-base ==0.6.2.0
|
||||||
- quickcheck-higherorder ==0.1.0.0
|
- quickcheck-higherorder ==0.1.0.0
|
||||||
- quickcheck-instances ==0.3.25.2
|
- quickcheck-instances ==0.3.25.2
|
||||||
- quickcheck-io ==0.2.0
|
- quickcheck-io ==0.2.0
|
||||||
@ -2013,7 +2013,7 @@ default-package-overrides:
|
|||||||
- rebase ==1.6.1
|
- rebase ==1.6.1
|
||||||
- record-dot-preprocessor ==0.2.10
|
- record-dot-preprocessor ==0.2.10
|
||||||
- record-hasfield ==1.0
|
- record-hasfield ==1.0
|
||||||
- records-sop ==0.1.0.3
|
- records-sop ==0.1.1.0
|
||||||
- record-wrangler ==0.1.1.0
|
- record-wrangler ==0.1.1.0
|
||||||
- recursion-schemes ==5.2.2.1
|
- recursion-schemes ==5.2.2.1
|
||||||
- reducers ==3.12.3
|
- reducers ==3.12.3
|
||||||
@ -2038,7 +2038,7 @@ default-package-overrides:
|
|||||||
- regex-posix ==0.96.0.0
|
- regex-posix ==0.96.0.0
|
||||||
- regex-tdfa ==1.3.1.0
|
- regex-tdfa ==1.3.1.0
|
||||||
- regex-with-pcre ==1.1.0.0
|
- regex-with-pcre ==1.1.0.0
|
||||||
- registry ==0.2.0.2
|
- registry ==0.2.0.3
|
||||||
- reinterpret-cast ==0.1.0
|
- reinterpret-cast ==0.1.0
|
||||||
- relapse ==1.0.0.0
|
- relapse ==1.0.0.0
|
||||||
- relational-query ==0.12.2.3
|
- relational-query ==0.12.2.3
|
||||||
@ -2087,7 +2087,7 @@ default-package-overrides:
|
|||||||
- rvar ==0.2.0.6
|
- rvar ==0.2.0.6
|
||||||
- safe ==0.3.19
|
- safe ==0.3.19
|
||||||
- safe-coloured-text ==0.0.0.0
|
- safe-coloured-text ==0.0.0.0
|
||||||
- safecopy ==0.10.4.1
|
- safecopy ==0.10.4.2
|
||||||
- safe-decimal ==0.2.0.0
|
- safe-decimal ==0.2.0.0
|
||||||
- safe-exceptions ==0.1.7.1
|
- safe-exceptions ==0.1.7.1
|
||||||
- safe-foldable ==0.1.0.0
|
- safe-foldable ==0.1.0.0
|
||||||
@ -2248,9 +2248,9 @@ default-package-overrides:
|
|||||||
- sparse-tensor ==0.2.1.5
|
- sparse-tensor ==0.2.1.5
|
||||||
- spatial-math ==0.5.0.1
|
- spatial-math ==0.5.0.1
|
||||||
- special-values ==0.1.0.0
|
- special-values ==0.1.0.0
|
||||||
- speculate ==0.4.2
|
- speculate ==0.4.4
|
||||||
- speedy-slice ==0.3.2
|
- speedy-slice ==0.3.2
|
||||||
- Spintax ==0.3.5
|
- Spintax ==0.3.6
|
||||||
- splice ==0.6.1.1
|
- splice ==0.6.1.1
|
||||||
- splint ==1.0.1.4
|
- splint ==1.0.1.4
|
||||||
- split ==0.2.3.4
|
- split ==0.2.3.4
|
||||||
@ -2419,7 +2419,7 @@ default-package-overrides:
|
|||||||
- text-metrics ==0.3.0
|
- text-metrics ==0.3.0
|
||||||
- text-postgresql ==0.0.3.1
|
- text-postgresql ==0.0.3.1
|
||||||
- text-printer ==0.5.0.1
|
- text-printer ==0.5.0.1
|
||||||
- text-regex-replace ==0.1.1.3
|
- text-regex-replace ==0.1.1.4
|
||||||
- text-region ==0.3.1.0
|
- text-region ==0.3.1.0
|
||||||
- text-short ==0.1.3
|
- text-short ==0.1.3
|
||||||
- text-show ==3.9
|
- text-show ==3.9
|
||||||
@ -2457,9 +2457,9 @@ default-package-overrides:
|
|||||||
- throwable-exceptions ==0.1.0.9
|
- throwable-exceptions ==0.1.0.9
|
||||||
- th-strict-compat ==0.1.0.1
|
- th-strict-compat ==0.1.0.1
|
||||||
- th-test-utils ==1.1.0
|
- th-test-utils ==1.1.0
|
||||||
- th-utilities ==0.2.4.2
|
- th-utilities ==0.2.4.3
|
||||||
- thyme ==0.3.5.5
|
- thyme ==0.3.5.5
|
||||||
- tidal ==1.7.2
|
- tidal ==1.7.3
|
||||||
- tile ==0.3.0.0
|
- tile ==0.3.0.0
|
||||||
- time-compat ==1.9.5
|
- time-compat ==1.9.5
|
||||||
- timeit ==2.0
|
- timeit ==2.0
|
||||||
@ -2604,9 +2604,9 @@ default-package-overrides:
|
|||||||
- valor ==0.1.0.0
|
- valor ==0.1.0.0
|
||||||
- vault ==0.3.1.5
|
- vault ==0.3.1.5
|
||||||
- vec ==0.4
|
- vec ==0.4
|
||||||
- vector ==0.12.2.0
|
- vector ==0.12.3.0
|
||||||
- vector-algorithms ==0.8.0.4
|
- vector-algorithms ==0.8.0.4
|
||||||
- vector-binary-instances ==0.2.5.1
|
- vector-binary-instances ==0.2.5.2
|
||||||
- vector-buffer ==0.4.1
|
- vector-buffer ==0.4.1
|
||||||
- vector-builder ==0.3.8.1
|
- vector-builder ==0.3.8.1
|
||||||
- vector-bytes-instances ==0.1.1
|
- vector-bytes-instances ==0.1.1
|
||||||
@ -2729,15 +2729,15 @@ default-package-overrides:
|
|||||||
- yesod ==1.6.1.0
|
- yesod ==1.6.1.0
|
||||||
- yesod-auth ==1.6.10.2
|
- yesod-auth ==1.6.10.2
|
||||||
- yesod-auth-hashdb ==1.7.1.5
|
- yesod-auth-hashdb ==1.7.1.5
|
||||||
- yesod-auth-oauth2 ==0.6.2.3
|
- yesod-auth-oauth2 ==0.6.3.0
|
||||||
- yesod-bin ==1.6.1
|
- yesod-bin ==1.6.1
|
||||||
- yesod-core ==1.6.18.8
|
- yesod-core ==1.6.19.0
|
||||||
- yesod-fb ==0.6.1
|
- yesod-fb ==0.6.1
|
||||||
- yesod-form ==1.6.7
|
- yesod-form ==1.6.7
|
||||||
- yesod-gitrev ==0.2.1
|
- yesod-gitrev ==0.2.1
|
||||||
- yesod-markdown ==0.12.6.8
|
- yesod-markdown ==0.12.6.8
|
||||||
- yesod-newsfeed ==1.7.0.0
|
- yesod-newsfeed ==1.7.0.0
|
||||||
- yesod-page-cursor ==2.0.0.5
|
- yesod-page-cursor ==2.0.0.6
|
||||||
- yesod-paginator ==1.1.1.0
|
- yesod-paginator ==1.1.1.0
|
||||||
- yesod-persistent ==1.6.0.6
|
- yesod-persistent ==1.6.0.6
|
||||||
- yesod-sitemap ==1.6.0
|
- yesod-sitemap ==1.6.0
|
||||||
@ -5951,7 +5951,6 @@ broken-packages:
|
|||||||
- gw
|
- gw
|
||||||
- gyah-bin
|
- gyah-bin
|
||||||
- gym-http-api
|
- gym-http-api
|
||||||
- H
|
|
||||||
- h-booru
|
- h-booru
|
||||||
- h-gpgme
|
- h-gpgme
|
||||||
- h-reversi
|
- h-reversi
|
||||||
@ -6838,6 +6837,7 @@ broken-packages:
|
|||||||
- hsdip
|
- hsdip
|
||||||
- hsdns-cache
|
- hsdns-cache
|
||||||
- Hsed
|
- Hsed
|
||||||
|
- hsendxmpp
|
||||||
- hsenv
|
- hsenv
|
||||||
- HSet
|
- HSet
|
||||||
- hset
|
- hset
|
||||||
@ -7193,7 +7193,6 @@ broken-packages:
|
|||||||
- inject-function
|
- inject-function
|
||||||
- inline-asm
|
- inline-asm
|
||||||
- inline-java
|
- inline-java
|
||||||
- inline-r
|
|
||||||
- inserts
|
- inserts
|
||||||
- inspector-wrecker
|
- inspector-wrecker
|
||||||
- instana-haskell-trace-sdk
|
- instana-haskell-trace-sdk
|
||||||
@ -8693,6 +8692,8 @@ broken-packages:
|
|||||||
- opentelemetry-http-client
|
- opentelemetry-http-client
|
||||||
- opentheory-char
|
- opentheory-char
|
||||||
- opentok
|
- opentok
|
||||||
|
- opentracing-jaeger
|
||||||
|
- opentracing-zipkin-v1
|
||||||
- opentype
|
- opentype
|
||||||
- OpenVG
|
- OpenVG
|
||||||
- OpenVGRaw
|
- OpenVGRaw
|
||||||
@ -8813,7 +8814,6 @@ broken-packages:
|
|||||||
- Paraiso
|
- Paraiso
|
||||||
- Parallel-Arrows-Eden
|
- Parallel-Arrows-Eden
|
||||||
- parallel-tasks
|
- parallel-tasks
|
||||||
- parameterized
|
|
||||||
- parameterized-utils
|
- parameterized-utils
|
||||||
- paranoia
|
- paranoia
|
||||||
- parco
|
- parco
|
||||||
@ -9818,6 +9818,7 @@ broken-packages:
|
|||||||
- safe-globals
|
- safe-globals
|
||||||
- safe-lazy-io
|
- safe-lazy-io
|
||||||
- safe-length
|
- safe-length
|
||||||
|
- safe-numeric
|
||||||
- safe-plugins
|
- safe-plugins
|
||||||
- safe-printf
|
- safe-printf
|
||||||
- safecopy-migrate
|
- safecopy-migrate
|
||||||
@ -10004,11 +10005,11 @@ broken-packages:
|
|||||||
- servant-db
|
- servant-db
|
||||||
- servant-db-postgresql
|
- servant-db-postgresql
|
||||||
- servant-dhall
|
- servant-dhall
|
||||||
- servant-docs
|
|
||||||
- servant-docs-simple
|
- servant-docs-simple
|
||||||
- servant-ede
|
- servant-ede
|
||||||
- servant-ekg
|
- servant-ekg
|
||||||
- servant-elm
|
- servant-elm
|
||||||
|
- servant-event-stream
|
||||||
- servant-examples
|
- servant-examples
|
||||||
- servant-fiat-content
|
- servant-fiat-content
|
||||||
- servant-generate
|
- servant-generate
|
||||||
@ -10769,6 +10770,7 @@ broken-packages:
|
|||||||
- TaskMonad
|
- TaskMonad
|
||||||
- tasty-auto
|
- tasty-auto
|
||||||
- tasty-bdd
|
- tasty-bdd
|
||||||
|
- tasty-checklist
|
||||||
- tasty-fail-fast
|
- tasty-fail-fast
|
||||||
- tasty-grading-system
|
- tasty-grading-system
|
||||||
- tasty-groundhog-converters
|
- tasty-groundhog-converters
|
||||||
@ -11574,6 +11576,7 @@ broken-packages:
|
|||||||
- whois
|
- whois
|
||||||
- why3
|
- why3
|
||||||
- wide-word
|
- wide-word
|
||||||
|
- wide-word-instances
|
||||||
- WikimediaParser
|
- WikimediaParser
|
||||||
- wikipedia4epub
|
- wikipedia4epub
|
||||||
- wild-bind-indicator
|
- wild-bind-indicator
|
||||||
@ -11637,7 +11640,6 @@ broken-packages:
|
|||||||
- wshterm
|
- wshterm
|
||||||
- wsjtx-udp
|
- wsjtx-udp
|
||||||
- wss-client
|
- wss-client
|
||||||
- wstunnel
|
|
||||||
- wtk
|
- wtk
|
||||||
- wtk-gtk
|
- wtk-gtk
|
||||||
- wu-wei
|
- wu-wei
|
||||||
|
@ -661,20 +661,26 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# fine with newer versions.
|
# fine with newer versions.
|
||||||
spagoWithOverrides = doJailbreak super.spago;
|
spagoWithOverrides = doJailbreak super.spago;
|
||||||
|
|
||||||
# This defines the version of the purescript-docs-search release we are using.
|
docsSearchApp_0_0_10 = pkgs.fetchurl {
|
||||||
# This is defined in the src/Spago/Prelude.hs file in the spago source.
|
url = "https://github.com/purescript/purescript-docs-search/releases/download/v0.0.10/docs-search-app.js";
|
||||||
docsSearchVersion = "v0.0.10";
|
|
||||||
|
|
||||||
docsSearchAppJsFile = pkgs.fetchurl {
|
|
||||||
url = "https://github.com/spacchetti/purescript-docs-search/releases/download/${docsSearchVersion}/docs-search-app.js";
|
|
||||||
sha256 = "0m5ah29x290r0zk19hx2wix2djy7bs4plh9kvjz6bs9r45x25pa5";
|
sha256 = "0m5ah29x290r0zk19hx2wix2djy7bs4plh9kvjz6bs9r45x25pa5";
|
||||||
};
|
};
|
||||||
|
|
||||||
purescriptDocsSearchFile = pkgs.fetchurl {
|
docsSearchApp_0_0_11 = pkgs.fetchurl {
|
||||||
url = "https://github.com/spacchetti/purescript-docs-search/releases/download/${docsSearchVersion}/purescript-docs-search";
|
url = "https://github.com/purescript/purescript-docs-search/releases/download/v0.0.11/docs-search-app.js";
|
||||||
|
sha256 = "17qngsdxfg96cka1cgrl3zdrpal8ll6vyhhnazqm4hwj16ywjm02";
|
||||||
|
};
|
||||||
|
|
||||||
|
purescriptDocsSearch_0_0_10 = pkgs.fetchurl {
|
||||||
|
url = "https://github.com/purescript/purescript-docs-search/releases/download/v0.0.10/purescript-docs-search";
|
||||||
sha256 = "0wc1zyhli4m2yykc6i0crm048gyizxh7b81n8xc4yb7ibjqwhyj3";
|
sha256 = "0wc1zyhli4m2yykc6i0crm048gyizxh7b81n8xc4yb7ibjqwhyj3";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
purescriptDocsSearch_0_0_11 = pkgs.fetchurl {
|
||||||
|
url = "https://github.com/purescript/purescript-docs-search/releases/download/v0.0.11/purescript-docs-search";
|
||||||
|
sha256 = "1hjdprm990vyxz86fgq14ajn0lkams7i00h8k2i2g1a0hjdwppq6";
|
||||||
|
};
|
||||||
|
|
||||||
spagoFixHpack = overrideCabal spagoWithOverrides (drv: {
|
spagoFixHpack = overrideCabal spagoWithOverrides (drv: {
|
||||||
postUnpack = (drv.postUnpack or "") + ''
|
postUnpack = (drv.postUnpack or "") + ''
|
||||||
# The source for spago is pulled directly from GitHub. It uses a
|
# The source for spago is pulled directly from GitHub. It uses a
|
||||||
@ -695,13 +701,19 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# However, they are not actually available in the spago source, so they
|
# However, they are not actually available in the spago source, so they
|
||||||
# need to fetched with nix and put in the correct place.
|
# need to fetched with nix and put in the correct place.
|
||||||
# https://github.com/spacchetti/spago/issues/510
|
# https://github.com/spacchetti/spago/issues/510
|
||||||
cp ${docsSearchAppJsFile} "$sourceRoot/templates/docs-search-app.js"
|
cp ${docsSearchApp_0_0_10} "$sourceRoot/templates/docs-search-app-0.0.10.js"
|
||||||
cp ${purescriptDocsSearchFile} "$sourceRoot/templates/purescript-docs-search"
|
cp ${docsSearchApp_0_0_11} "$sourceRoot/templates/docs-search-app-0.0.11.js"
|
||||||
|
cp ${purescriptDocsSearch_0_0_10} "$sourceRoot/templates/purescript-docs-search-0.0.10"
|
||||||
|
cp ${purescriptDocsSearch_0_0_11} "$sourceRoot/templates/purescript-docs-search-0.0.11"
|
||||||
|
|
||||||
# For some weird reason, on Darwin, the open(2) call to embed these files
|
# For some weird reason, on Darwin, the open(2) call to embed these files
|
||||||
# requires write permissions. The easiest resolution is just to permit that
|
# requires write permissions. The easiest resolution is just to permit that
|
||||||
# (doesn't cause any harm on other systems).
|
# (doesn't cause any harm on other systems).
|
||||||
chmod u+w "$sourceRoot/templates/docs-search-app.js" "$sourceRoot/templates/purescript-docs-search"
|
chmod u+w \
|
||||||
|
"$sourceRoot/templates/docs-search-app-0.0.10.js" \
|
||||||
|
"$sourceRoot/templates/purescript-docs-search-0.0.10" \
|
||||||
|
"$sourceRoot/templates/docs-search-app-0.0.11.js" \
|
||||||
|
"$sourceRoot/templates/purescript-docs-search-0.0.11"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
2154
pkgs/development/haskell-modules/hackage-packages.nix
generated
2154
pkgs/development/haskell-modules/hackage-packages.nix
generated
File diff suppressed because it is too large
Load Diff
@ -1,22 +1,22 @@
|
|||||||
{ mkDerivation, aeson, aeson-pretty, ansi-terminal, async-pool
|
{ mkDerivation, aeson, aeson-pretty, ansi-terminal, async-pool
|
||||||
, base, bower-json, bytestring, Cabal, containers, cryptonite
|
, base, bower-json, bytestring, Cabal, containers, cryptonite
|
||||||
, dhall, directory, either, exceptions, extra, fetchgit, file-embed
|
, dhall, directory, either, extra, fetchgit, file-embed, filepath
|
||||||
, filepath, foldl, fsnotify, generic-lens, github, Glob, hpack
|
, foldl, fsnotify, generic-lens, Glob, hpack, hspec, hspec-discover
|
||||||
, hspec, hspec-discover, hspec-megaparsec, http-client
|
, hspec-megaparsec, http-client, http-conduit, http-types
|
||||||
, http-conduit, http-types, lens-family-core, megaparsec, mtl
|
, lens-family-core, lib, megaparsec, mtl, network-uri, open-browser
|
||||||
, network-uri, open-browser, optparse-applicative, prettyprinter
|
, optparse-applicative, prettyprinter, process, QuickCheck, retry
|
||||||
, process, QuickCheck, retry, rio, rio-orphans, safe, semver-range
|
, rio, rio-orphans, safe, semver-range, stm, stringsearch
|
||||||
, lib, stm, stringsearch, tar, template-haskell, temporary, text
|
, tar, template-haskell, temporary, text, time, transformers
|
||||||
, time, transformers, turtle, unliftio, unordered-containers
|
, turtle, unliftio, unordered-containers, utf8-string, versions
|
||||||
, utf8-string, vector, versions, with-utf8, zlib
|
, with-utf8, zlib
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "spago";
|
pname = "spago";
|
||||||
version = "0.20.0";
|
version = "0.20.1";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/purescript/spago.git";
|
url = "https://github.com/purescript/spago.git";
|
||||||
sha256 = "1n48p9ycry8bjnf9jlcfgyxsbgn5985l4vhbwlv46kbb41ddwi51";
|
sha256 = "1j2yi6zz9m0k0298wllin39h244v8b2rx87yxxgdbjg77kn96vxg";
|
||||||
rev = "7dfd2236aff92e5ae4f7a4dc336b50a7e14e4f44";
|
rev = "41ad739614f4f2c2356ac921308f9475a5a918f4";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
@ -24,16 +24,17 @@ mkDerivation {
|
|||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty ansi-terminal async-pool base bower-json
|
aeson aeson-pretty ansi-terminal async-pool base bower-json
|
||||||
bytestring Cabal containers cryptonite dhall directory either
|
bytestring Cabal containers cryptonite dhall directory either
|
||||||
exceptions file-embed filepath foldl fsnotify generic-lens github
|
file-embed filepath foldl fsnotify generic-lens Glob http-client
|
||||||
Glob http-client http-conduit http-types lens-family-core
|
http-conduit http-types lens-family-core megaparsec mtl network-uri
|
||||||
megaparsec mtl network-uri open-browser optparse-applicative
|
open-browser optparse-applicative prettyprinter process retry rio
|
||||||
prettyprinter process retry rio rio-orphans safe semver-range stm
|
rio-orphans safe semver-range stm stringsearch tar template-haskell
|
||||||
stringsearch tar template-haskell temporary text time transformers
|
temporary text time transformers turtle unliftio
|
||||||
turtle unliftio unordered-containers utf8-string vector versions
|
unordered-containers utf8-string versions with-utf8 zlib
|
||||||
with-utf8 zlib
|
|
||||||
];
|
];
|
||||||
libraryToolDepends = [ hpack ];
|
libraryToolDepends = [ hpack ];
|
||||||
executableHaskellDepends = [ base text turtle with-utf8 ];
|
executableHaskellDepends = [
|
||||||
|
ansi-terminal base text turtle with-utf8
|
||||||
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base containers directory extra hspec hspec-megaparsec megaparsec
|
base containers directory extra hspec hspec-megaparsec megaparsec
|
||||||
process QuickCheck temporary text turtle versions
|
process QuickCheck temporary text turtle versions
|
||||||
|
@ -1,41 +0,0 @@
|
|||||||
{ mkDerivation, async, base, base64-bytestring, binary, bytestring
|
|
||||||
, classy-prelude, cmdargs, connection, hslogger, mtl, network
|
|
||||||
, network-conduit-tls, streaming-commons, text
|
|
||||||
, unordered-containers, websockets
|
|
||||||
, hspec, iproute
|
|
||||||
, lib, fetchFromGitHub, fetchpatch
|
|
||||||
}:
|
|
||||||
|
|
||||||
mkDerivation rec {
|
|
||||||
pname = "wstunnel";
|
|
||||||
version = "unstable-2020-07-12";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "erebe";
|
|
||||||
repo = pname;
|
|
||||||
rev = "093a01fa3a34eee5efd8f827900e64eab9d16c05";
|
|
||||||
sha256 = "17p9kq0ssz05qzl6fyi5a5fjbpn4bxkkwibb9si3fhzrxc508b59";
|
|
||||||
};
|
|
||||||
|
|
||||||
isLibrary = false;
|
|
||||||
isExecutable = true;
|
|
||||||
|
|
||||||
libraryHaskellDepends = [
|
|
||||||
async base base64-bytestring binary bytestring classy-prelude
|
|
||||||
connection hslogger mtl network network-conduit-tls
|
|
||||||
streaming-commons text unordered-containers websockets
|
|
||||||
iproute
|
|
||||||
];
|
|
||||||
|
|
||||||
executableHaskellDepends = [
|
|
||||||
base bytestring classy-prelude cmdargs hslogger text
|
|
||||||
];
|
|
||||||
|
|
||||||
testHaskellDepends = [ base text hspec ];
|
|
||||||
|
|
||||||
homepage = "https://github.com/erebe/wstunnel";
|
|
||||||
description = "UDP and TCP tunnelling over WebSocket";
|
|
||||||
maintainers = with lib.maintainers; [ gebner ];
|
|
||||||
license = lib.licenses.bsd3;
|
|
||||||
|
|
||||||
}
|
|
@ -9306,8 +9306,7 @@ in
|
|||||||
|
|
||||||
wsmancli = callPackage ../tools/system/wsmancli {};
|
wsmancli = callPackage ../tools/system/wsmancli {};
|
||||||
|
|
||||||
wstunnel = haskell.lib.justStaticExecutables
|
wstunnel = haskell.lib.justStaticExecutables haskellPackages.wstunnel;
|
||||||
(haskellPackages.callPackage ../tools/networking/wstunnel {});
|
|
||||||
|
|
||||||
wolfebin = callPackage ../tools/networking/wolfebin {
|
wolfebin = callPackage ../tools/networking/wolfebin {
|
||||||
python = python2;
|
python = python2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user