Commit 62c0a399 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

feat(ghc): Upgrade GGTX to build with GHC 9.6.6

parent a86bf07b
-- Generated by stack2cabal -- Generated by stack2cabal
-- index-state: 2023-12-10T10:34:46Z -- index-state: 2023-12-10T10:34:46Z
index-state: 2024-09-12T03:02:26Z index-state: 2025-02-17T10:13:39Z
with-compiler: ghc-9.4.8 with-compiler: ghc-9.6.6
optimization: 2 optimization: 2
benchmarks: False benchmarks: False
tests: True
packages: packages:
./ ./
...@@ -103,10 +104,11 @@ source-repository-package ...@@ -103,10 +104,11 @@ source-repository-package
location: https://gitlab.iscpif.fr/gargantext/gargantext-graph.git location: https://gitlab.iscpif.fr/gargantext/gargantext-graph.git
tag: 588e104fe7593210956610cab0041fd16584a4ce tag: 588e104fe7593210956610cab0041fd16584a4ce
-- Support for GHC 9.6.x
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude location: https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude
tag: bb15d828d5ef36eeaa84cccb00598b585048c88e tag: 214b31a2db46de5a2cac24231a3c07a1c4c3fab9
source-repository-package source-repository-package
type: git type: git
...@@ -128,10 +130,11 @@ source-repository-package ...@@ -128,10 +130,11 @@ source-repository-package
location: https://gitlab.iscpif.fr/gargantext/iso639.git location: https://gitlab.iscpif.fr/gargantext/iso639.git
tag: eab929d106833ded8011a0d6705135e3fc506a9c tag: eab929d106833ded8011a0d6705135e3fc506a9c
-- GHC 9.6.6 support
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/patches-class.git location: https://gitlab.iscpif.fr/gargantext/patches-class.git
tag: 3668d28607867a88b2dfc62158139b3cfd629ddb tag: a591716220cfcabffa24eb29cbaa2517023642af
source-repository-package source-repository-package
type: git type: git
...@@ -177,23 +180,26 @@ source-repository-package ...@@ -177,23 +180,26 @@ source-repository-package
location: https://gitlab.iscpif.fr/gargantext/haskell-throttle location: https://gitlab.iscpif.fr/gargantext/haskell-throttle
tag: 02f5ed9ee2d6cce45161addf945b88bc6adf9059 tag: 02f5ed9ee2d6cce45161addf945b88bc6adf9059
allow-newer: MissingH:base allow-newer: MissingH:base
, accelerate-arithmetic:accelerate , accelerate-arithmetic:accelerate
, accelerate-utility:accelerate , accelerate-utility:accelerate
, base:* , *:base
, crawlerHAL:servant , crawlerHAL:*
, eigen:constraints
, eigen:transformers
, eigen:primitive
, epo-api-client:http-client-tls
, openalex:http-client-tls
, iso639:aeson , iso639:aeson
, iso639:text , iso639:text
, servant-ekg:base
, servant-ekg:hashable , servant-ekg:hashable
, servant-ekg:servant , servant-ekg:servant
, servant-ekg:text , servant-ekg:text
, servant-ekg:time , servant-ekg:time
, servant-xml-conduit:base
, servant-xml-conduit:bytestring , servant-xml-conduit:bytestring
, servant-xml-conduit:servant , servant-xml-conduit:servant
, stemmer:base , servant-auth-server:data-default-class
, wuss:template-haskell
allow-older: aeson:hashable allow-older: aeson:hashable
, crawlerHAL:servant-client , crawlerHAL:servant-client
, haskell-bee:stm , haskell-bee:stm
......
active-repositories: hackage.haskell.org:merge active-repositories: hackage.haskell.org:merge
constraints: any.Boolean ==0.2.4, constraints: any.Boolean ==0.2.4,
any.Cabal ==3.8.1.0, any.Cabal ==3.10.3.0,
any.Cabal-syntax ==3.8.1.0, any.Cabal-syntax ==3.10.3.0,
any.Glob ==0.10.2, any.Glob ==0.10.2,
any.HTTP ==4000.4.1, any.HTTP ==4000.4.1,
HTTP -conduit10 +network-uri -warn-as-error -warp-tests, HTTP -conduit10 +network-uri -warn-as-error -warp-tests,
...@@ -9,9 +9,11 @@ constraints: any.Boolean ==0.2.4, ...@@ -9,9 +9,11 @@ constraints: any.Boolean ==0.2.4,
any.JuicyPixels ==3.3.9, any.JuicyPixels ==3.3.9,
JuicyPixels -mmap, JuicyPixels -mmap,
any.KMP ==0.2.0.0, any.KMP ==0.2.0.0,
any.MemoTrie ==0.6.11,
MemoTrie -examples,
any.MissingH ==1.6.0.1, any.MissingH ==1.6.0.1,
MissingH +network--ge-3_0_0, MissingH +network--ge-3_0_0,
any.MonadRandom ==0.6, any.MonadRandom ==0.6.1,
any.NumInstances ==1.4, any.NumInstances ==1.4,
any.OneTuple ==0.4.2, any.OneTuple ==0.4.2,
any.Only ==0.1, any.Only ==0.1,
...@@ -21,8 +23,6 @@ constraints: any.Boolean ==0.2.4, ...@@ -21,8 +23,6 @@ constraints: any.Boolean ==0.2.4,
any.SHA ==1.6.4.4, any.SHA ==1.6.4.4,
SHA -exe, SHA -exe,
any.StateVar ==1.2.2, any.StateVar ==1.2.2,
any.abstract-deque ==0.3,
abstract-deque -usecas,
any.accelerate ==1.3.0.0, any.accelerate ==1.3.0.0,
accelerate +bounds-checks -debug -internal-checks -nofib -unsafe-checks, accelerate +bounds-checks -debug -internal-checks -nofib -unsafe-checks,
any.accelerate-arithmetic ==1.0.0.1, any.accelerate-arithmetic ==1.0.0.1,
...@@ -33,14 +33,15 @@ constraints: any.Boolean ==0.2.4, ...@@ -33,14 +33,15 @@ constraints: any.Boolean ==0.2.4,
any.aeson-pretty ==0.8.10, any.aeson-pretty ==0.8.10,
aeson-pretty -lib-only, aeson-pretty -lib-only,
any.aeson-qq ==0.8.4, any.aeson-qq ==0.8.4,
any.alex ==3.5.1.0, any.alex ==3.5.2.0,
any.algebraic-graphs ==0.7,
any.ansi-terminal ==1.0.2, any.ansi-terminal ==1.0.2,
ansi-terminal -example, ansi-terminal -example,
any.ansi-terminal-types ==0.11.5, any.ansi-terminal-types ==0.11.5,
any.ansi-wl-pprint ==0.6.9, any.ansi-wl-pprint ==0.6.9,
ansi-wl-pprint -example, ansi-wl-pprint -example,
any.appar ==0.1.8, any.appar ==0.1.8,
any.array ==0.5.4.0, any.array ==0.5.6.0,
any.asn1-encoding ==0.9.6, any.asn1-encoding ==0.9.6,
any.asn1-parse ==0.9.5, any.asn1-parse ==0.9.5,
any.asn1-types ==0.3.4, any.asn1-types ==0.3.4,
...@@ -53,14 +54,14 @@ constraints: any.Boolean ==0.2.4, ...@@ -53,14 +54,14 @@ constraints: any.Boolean ==0.2.4,
any.attoparsec ==0.14.4, any.attoparsec ==0.14.4,
attoparsec -developer, attoparsec -developer,
any.attoparsec-aeson ==2.1.0.0, any.attoparsec-aeson ==2.1.0.0,
any.attoparsec-iso8601 ==1.1.0.0, any.attoparsec-iso8601 ==1.1.1.0,
any.authenticate-oauth ==1.7, any.authenticate-oauth ==1.7,
any.auto-update ==0.1.6, any.auto-update ==0.1.6,
any.barbies ==2.1.1.0, any.barbies ==2.1.1.0,
any.base ==4.17.2.1, any.base ==4.18.2.1,
any.base-compat ==0.13.1, any.base-compat ==0.13.1,
any.base-compat-batteries ==0.13.1, any.base-compat-batteries ==0.13.1,
any.base-orphans ==0.9.2, any.base-orphans ==0.9.3,
any.base-unicode-symbols ==0.2.4.2, any.base-unicode-symbols ==0.2.4.2,
base-unicode-symbols +base-4-8 -old-base, base-unicode-symbols +base-4-8 -old-base,
any.base16-bytestring ==1.0.2.0, any.base16-bytestring ==1.0.2.0,
...@@ -84,14 +85,16 @@ constraints: any.Boolean ==0.2.4, ...@@ -84,14 +85,16 @@ constraints: any.Boolean ==0.2.4,
any.bsb-http-chunked ==0.0.0.4, any.bsb-http-chunked ==0.0.0.4,
any.byteable ==0.1.1, any.byteable ==0.1.1,
any.byteorder ==1.0.4, any.byteorder ==1.0.4,
any.bytes ==0.17.4,
any.bytestring ==0.11.5.3, any.bytestring ==0.11.5.3,
any.bytestring-builder ==0.10.8.2.0, any.bytestring-builder ==0.10.8.2.0,
bytestring-builder +bytestring_has_builder, bytestring-builder +bytestring_has_builder,
any.bytestring-lexing ==0.5.0.14, any.bytestring-lexing ==0.5.0.15,
any.bzlib-conduit ==0.3.0.3, any.bzlib-conduit ==0.3.0.4,
bzlib-conduit +system-bzip2,
any.c2hs ==0.28.8, any.c2hs ==0.28.8,
c2hs +base3 -regression, c2hs +base3 -regression,
any.cabal-doctest ==1.0.10, any.cabal-doctest ==1.0.11,
any.cache ==0.1.3.0, any.cache ==0.1.3.0,
any.call-stack ==0.4.0, any.call-stack ==0.4.0,
any.case-insensitive ==1.2.1.0, any.case-insensitive ==1.2.1.0,
...@@ -102,68 +105,63 @@ constraints: any.Boolean ==0.2.4, ...@@ -102,68 +105,63 @@ constraints: any.Boolean ==0.2.4,
cborg +optimize-gmp, cborg +optimize-gmp,
any.cereal ==0.5.8.3, any.cereal ==0.5.8.3,
cereal -bytestring-builder, cereal -bytestring-builder,
any.charset ==0.3.10, any.charset ==0.3.11,
any.cipher-aes ==0.2.11,
cipher-aes +support_aesni,
any.clock ==0.8.4, any.clock ==0.8.4,
clock -llvm, clock -llvm,
any.cmdargs ==0.10.22, any.cmdargs ==0.10.22,
cmdargs +quotation -testprog, cmdargs +quotation -testprog,
any.code-page ==0.2.1, any.code-page ==0.2.1,
any.colour ==2.3.6, any.colour ==2.3.6,
any.comonad ==5.0.8, any.comonad ==5.0.9,
comonad +containers +distributive +indexed-traversable, comonad +containers +distributive +indexed-traversable,
any.concise ==0.1.0.1, any.concise ==0.1.0.1,
any.concurrent-output ==1.10.21, any.concurrent-output ==1.10.21,
any.conduit ==1.3.6, any.conduit ==1.3.6,
any.conduit-extra ==1.3.6, any.conduit-extra ==1.3.7,
any.conduit-zstd ==0.0.2.0, any.conduit-zstd ==0.0.2.0,
any.connection ==0.3.1, any.constraints ==0.14.2,
any.constraints ==0.13.4,
any.containers ==0.6.7, any.containers ==0.6.7,
any.contravariant ==1.5.5, any.contravariant ==1.5.5,
contravariant +semigroups +statevar +tagged, contravariant +semigroups +statevar +tagged,
any.cookie ==0.4.6, any.cookie ==0.4.6,
any.cprng-aes ==0.6.1,
any.crawlerArxiv ==0.1.0.0, any.crawlerArxiv ==0.1.0.0,
any.crawlerHAL ==0.1.0.0, any.crawlerHAL ==0.1.0.0,
any.crawlerISTEX ==0.1.0.0, any.crawlerISTEX ==0.1.0.0,
any.crawlerIsidore ==0.1.0.0, any.crawlerIsidore ==0.1.0.0,
any.crawlerPubMed ==0.1.0.0, any.crawlerPubMed ==0.1.0.0,
any.criterion ==1.6.1.0, any.criterion ==1.6.4.0,
criterion -embed-data-files -fast, criterion -embed-data-files -fast,
any.criterion-measurement ==0.2.2.0, any.criterion-measurement ==0.2.3.0,
criterion-measurement -fast, criterion-measurement -fast,
any.cron ==0.7.1, any.cron ==0.7.2,
cron -lib-werror, cron -lib-werror,
any.crypto-api ==0.13.3, any.crypto-api ==0.13.3,
crypto-api -all_cpolys, crypto-api -all_cpolys,
any.crypto-cipher-types ==0.0.9,
any.crypto-pubkey-types ==0.4.3, any.crypto-pubkey-types ==0.4.3,
any.crypto-random ==0.0.9,
any.cryptohash ==0.11.9, any.cryptohash ==0.11.9,
any.cryptohash-md5 ==0.11.101.0, any.cryptohash-md5 ==0.11.101.0,
any.cryptohash-sha1 ==0.11.101.0, any.cryptohash-sha1 ==0.11.101.0,
any.crypton ==1.0.0, any.crypton ==1.0.1,
crypton -check_alignment +integer-gmp -old_toolchain_inliner +support_aesni +support_deepseq +support_pclmuldq +support_rdrand -support_sse +use_target_attributes, crypton -check_alignment +integer-gmp -old_toolchain_inliner +support_aesni +support_deepseq +support_pclmuldq +support_rdrand -support_sse +use_target_attributes,
any.crypton-connection ==0.4.3,
any.crypton-x509 ==1.7.7, any.crypton-x509 ==1.7.7,
any.crypton-x509-store ==1.6.9,
any.crypton-x509-system ==1.6.7,
any.crypton-x509-validation ==1.6.13,
any.cryptonite ==0.30, any.cryptonite ==0.30,
cryptonite -check_alignment +integer-gmp -old_toolchain_inliner +support_aesni +support_deepseq -support_pclmuldq +support_rdrand -support_sse +use_target_attributes, cryptonite -check_alignment +integer-gmp -old_toolchain_inliner +support_aesni +support_deepseq -support_pclmuldq +support_rdrand -support_sse +use_target_attributes,
any.data-default ==0.7.1.1, any.data-default ==0.8.0.0,
any.data-default-class ==0.1.2.0, any.data-default-class ==0.2.0.0,
any.data-default-instances-containers ==0.0.1,
any.data-default-instances-dlist ==0.0.1,
any.data-default-instances-old-locale ==0.0.1,
any.data-fix ==0.3.4, any.data-fix ==0.3.4,
any.data-ordlist ==0.4.7.0, any.data-ordlist ==0.4.7.0,
any.data-time-segment ==0.1.0.0, any.data-time-segment ==0.1.0.0,
any.dec ==0.0.6, any.dec ==0.0.6,
any.deepseq ==1.4.8.0, any.deepseq ==1.4.8.1,
any.deferred-folds ==0.9.18.6, any.deferred-folds ==0.9.18.7,
any.dense-linear-algebra ==0.1.0.0, any.dense-linear-algebra ==0.1.0.0,
any.digest ==0.0.2.1, any.digest ==0.0.2.1,
digest -have_arm64_crc32c -have_builtin_prefetch -have_mm_prefetch -have_sse42 -have_strong_getauxval -have_weak_getauxval +pkg-config, digest -have_arm64_crc32c -have_builtin_prefetch -have_mm_prefetch -have_sse42 -have_strong_getauxval -have_weak_getauxval +pkg-config,
any.directory ==1.3.7.1, any.directory ==1.3.8.5,
any.discrimination ==0.5, any.discrimination ==0.5,
any.distributive ==0.6.2.1, any.distributive ==0.6.2.1,
distributive +semigroups +tagged, distributive +semigroups +tagged,
...@@ -174,91 +172,96 @@ constraints: any.Boolean ==0.2.4, ...@@ -174,91 +172,96 @@ constraints: any.Boolean ==0.2.4,
any.easy-file ==0.2.5, any.easy-file ==0.2.5,
any.eigen ==3.3.7.0, any.eigen ==3.3.7.0,
any.either ==5.0.2, any.either ==5.0.2,
any.ekg-core ==0.1.1.7, any.ekg-core ==0.1.1.8,
any.ekg-json ==0.1.1.1,
any.enclosed-exceptions ==1.0.3, any.enclosed-exceptions ==1.0.3,
any.entropy ==0.4.1.10, any.entropy ==0.4.1.11,
entropy -donotgetentropy, entropy -donotgetentropy,
any.epo-api-client ==0.1.0.0, any.epo-api-client ==0.1.0.0,
any.erf ==2.0.0.0, any.erf ==2.0.0.0,
any.errors ==2.3.0, any.errors ==2.3.0,
any.exceptions ==0.10.5, any.exceptions ==0.10.7,
any.extra ==1.7.16, any.extra ==1.7.16,
any.fail ==4.9.0.0, any.fail ==4.9.0.0,
any.fast-logger ==3.2.3, any.fast-logger ==3.2.4,
any.fgl ==5.8.2.0, any.fgl ==5.8.3.0,
fgl +containers042, fgl +containers042,
any.file-embed ==0.0.16.0, any.file-embed ==0.0.16.0,
any.file-embed-lzma ==0.1, any.file-embed-lzma ==0.1,
any.filepath ==1.4.2.2, any.filepath ==1.4.300.1,
any.fmt ==0.6.3.0, any.fmt ==0.6.3.0,
any.focus ==1.0.3.2, any.focus ==1.0.3.2,
any.foldable1-classes-compat ==0.1, any.foldl ==1.4.18,
foldable1-classes-compat +tagged,
any.foldl ==1.4.17,
any.formatting ==7.2.0, any.formatting ==7.2.0,
formatting -no-double-conversion, formatting -no-double-conversion,
any.free ==5.2, any.free ==5.2,
any.fullstop ==0.1.4, any.fullstop ==0.1.4,
gargantext -enable-benchmarks +no-phylo-debug-logs -test-crypto,
any.gargantext-graph ==0.1.0.0, any.gargantext-graph ==0.1.0.0,
any.gargantext-prelude ==0.1.0.0, any.gargantext-prelude ==0.1.0.0,
any.generic-arbitrary ==1.0.1,
any.generic-monoid ==0.1.0.1, any.generic-monoid ==0.1.0.1,
any.generically ==0.1.1, any.generically ==0.1.1,
any.generics-sop ==0.5.1.3, any.generics-sop ==0.5.1.3,
any.ghc ==9.4.8, any.ghc ==9.6.6,
any.ghc-bignum ==1.3, any.ghc-bignum ==1.3,
any.ghc-boot ==9.4.8, any.ghc-boot ==9.6.6,
any.ghc-boot-th ==9.4.8, any.ghc-boot-th ==9.6.6,
any.ghc-heap ==9.4.8, any.ghc-heap ==9.6.6,
any.ghc-prim ==0.9.1, any.ghc-prim ==0.10.0,
any.ghci ==9.4.8, any.ghci ==9.6.6,
any.githash ==0.1.7.0, any.githash ==0.1.7.0,
any.graphviz ==2999.20.2.0, any.graphviz ==2999.20.2.1,
graphviz -test-parsing, graphviz -test-parsing,
any.groups ==0.5.3, any.groups ==0.5.3,
any.half ==0.3.1, any.half ==0.3.2,
any.happy ==1.20.1.1, any.happy ==2.1.5,
any.happy-lib ==2.1.5,
any.hashable ==1.4.4.0, any.hashable ==1.4.4.0,
hashable +integer-gmp -random-initial-seed, hashable +integer-gmp -random-initial-seed,
any.hashtables ==1.3.1, any.hashtables ==1.4.2,
hashtables -bounds-checking -debug -detailed-profiling -portable -sse42 +unsafe-tricks, hashtables -bounds-checking -debug -detailed-profiling -portable -sse42 +unsafe-tricks,
any.haskell-bee ==0.1.0.0, any.haskell-bee ==0.1.0.0,
any.haskell-bee-pgmq ==0.1.0.0,
any.haskell-bee-tests ==0.1.0.0,
any.haskell-igraph ==0.10.4, any.haskell-igraph ==0.10.4,
any.haskell-lexer ==1.1.1, any.haskell-lexer ==1.1.2,
any.haskell-pgmq ==0.1.0.0, any.haskell-pgmq ==0.1.0.0,
any.haskell-src-exts ==1.23.1, any.haskell-src-exts ==1.23.1,
any.haskell-src-meta ==0.8.14, any.haskell-src-meta ==0.8.15,
any.haskell-throttle ==0.1.0.0, any.haskell-throttle ==0.1.0.0,
any.hedgehog ==1.5, any.hedgehog ==1.5,
any.hedis ==0.15.2, any.hedis ==0.15.2,
hedis -dev, hedis -dev,
any.hgal ==2.0.0.3,
any.hlcm ==0.2.2, any.hlcm ==0.2.2,
any.hmatrix ==0.20.2, any.hmatrix ==0.20.2,
hmatrix -disable-default-paths -no-random_r -openblas, hmatrix -disable-default-paths -no-random_r -openblas,
any.hmatrix-gsl-stats ==0.4.1.8, any.hmatrix-gsl-stats ==0.4.1.8,
hmatrix-gsl-stats -onlygsl, hmatrix-gsl-stats -onlygsl,
any.hourglass ==0.2.12, any.hourglass ==0.2.12,
any.hpc ==0.6.1.0, any.hpc ==0.6.2.0,
any.hsc2hs ==0.68.10, any.hsc2hs ==0.68.10,
hsc2hs -in-ghc-tree, hsc2hs -in-ghc-tree,
any.hsinfomap ==0.1, any.hsinfomap ==0.1,
any.hslogger ==1.3.1.1, any.hslogger ==1.3.1.1,
hslogger +network--gt-3_0_0, hslogger +network--gt-3_0_0,
any.hsparql ==0.3.8, any.hsparql ==0.3.9,
any.hspec ==2.11.9, any.hspec ==2.11.10,
any.hspec-api ==2.11.9, any.hspec-api ==2.11.10,
any.hspec-core ==2.11.9, any.hspec-core ==2.11.10,
any.hspec-discover ==2.11.9, any.hspec-discover ==2.11.10,
any.hspec-expectations ==0.8.4, any.hspec-expectations ==0.8.4,
any.hspec-expectations-lifted ==0.10.0,
any.hspec-wai ==0.11.1, any.hspec-wai ==0.11.1,
any.hspec-wai-json ==0.11.0, any.hspec-wai-json ==0.11.0,
any.hstatistics ==0.3.1, any.hstatistics ==0.3.1,
any.html-entities ==1.1.4.7,
any.http-accept ==0.2, any.http-accept ==0.2,
any.http-api-data ==0.5.1, any.http-api-data ==0.5.1,
http-api-data -use-text-show, http-api-data -use-text-show,
any.http-client ==0.7.14, any.http-client ==0.7.14,
http-client +network-uri, http-client +network-uri,
any.http-client-tls ==0.3.6.1, any.http-client-tls ==0.3.6.4,
any.http-conduit ==2.3.8.3, any.http-conduit ==2.3.8.3,
http-conduit +aeson, http-conduit +aeson,
any.http-date ==0.0.11, any.http-date ==0.0.11,
...@@ -267,23 +270,17 @@ constraints: any.Boolean ==0.2.4, ...@@ -267,23 +270,17 @@ constraints: any.Boolean ==0.2.4,
any.http-types ==0.12.4, any.http-types ==0.12.4,
any.http2 ==5.0.1, any.http2 ==5.0.1,
http2 -devel -h2spec, http2 -devel -h2spec,
any.hxt ==9.3.1.22,
hxt -network-uri -profile,
any.hxt-charproperties ==9.5.0.0,
hxt-charproperties -profile,
any.hxt-regex-xmlschema ==9.2.0.7,
hxt-regex-xmlschema -profile,
any.hxt-unicode ==9.0.2.4,
any.indexed-profunctors ==0.1.1.1, any.indexed-profunctors ==0.1.1.1,
any.indexed-traversable ==0.1.4, any.indexed-traversable ==0.1.4,
any.indexed-traversable-instances ==0.1.1.2, any.indexed-traversable-instances ==0.1.2,
any.ini ==0.4.2, any.ini ==0.4.2,
any.insert-ordered-containers ==0.2.5.3, any.insert-ordered-containers ==0.2.5.3,
any.integer-conversion ==0.1.0.1,
any.integer-gmp ==1.1, any.integer-gmp ==1.1,
any.integer-logarithms ==1.0.3.1, any.integer-logarithms ==1.0.4,
integer-logarithms -check-bounds +integer-gmp, integer-logarithms -check-bounds +integer-gmp,
any.invariant ==0.6.3, any.invariant ==0.6.4,
any.iproute ==1.7.14, any.iproute ==1.7.15,
any.iso639 ==0.1.0.3, any.iso639 ==0.1.0.3,
any.jose ==0.10.0.1, any.jose ==0.10.0.1,
jose -demos, jose -demos,
...@@ -291,35 +288,35 @@ constraints: any.Boolean ==0.2.4, ...@@ -291,35 +288,35 @@ constraints: any.Boolean ==0.2.4,
any.json-stream ==0.4.6.0, any.json-stream ==0.4.6.0,
json-stream -conduit, json-stream -conduit,
any.kan-extensions ==5.2.6, any.kan-extensions ==5.2.6,
any.language-c ==0.9.3, any.language-c ==0.10.0,
language-c -allwarnings +iecfpextension +usebytestrings, language-c +iecfpextension +usebytestrings,
any.lens ==5.2.3, any.lens ==5.2.3,
lens -benchmark-uniplate -dump-splices +inlining -j +test-hunit +test-properties +test-templates +trustworthy, lens -benchmark-uniplate -dump-splices +inlining -j +test-hunit +test-properties +test-templates +trustworthy,
any.lens-aeson ==1.2.3, any.lens-aeson ==1.2.3,
any.libffi ==0.2.1,
libffi +ghc-bundled-libffi,
any.libyaml ==0.1.4, any.libyaml ==0.1.4,
libyaml -no-unicode -system-libyaml, libyaml -no-unicode -system-libyaml,
any.libyaml-clib ==0.2.5, any.libyaml-clib ==0.2.5,
any.lifted-async ==0.10.2.5, any.lifted-async ==0.10.2.7,
any.lifted-base ==0.2.3.12, any.lifted-base ==0.2.3.12,
any.linear ==1.23, any.linear ==1.23,
linear -herbie +template-haskell, linear -herbie +template-haskell,
any.list-t ==1.0.5.7, any.list-t ==1.0.5.7,
any.lockfree-queue ==0.2.4, any.lockfree-queue ==0.2.4,
any.logict ==0.8.1.0, any.logict ==0.8.2.0,
any.loop ==0.3.0, any.loop ==0.3.0,
any.lzma ==0.0.1.1, any.lzma ==0.0.1.1,
lzma +pkgconfig, lzma +pkgconfig,
any.massiv ==1.0.4.1,
massiv -unsafe-checks,
any.math-functions ==0.3.4.4, any.math-functions ==0.3.4.4,
math-functions +system-erf +system-expm1, math-functions +system-erf +system-expm1,
any.matrix ==0.3.6.3, any.matrix ==0.3.6.3,
any.megaparsec ==9.6.1, any.megaparsec ==9.7.0,
megaparsec -dev, megaparsec -dev,
any.memory ==0.18.0, any.memory ==0.18.0,
memory +support_bytestring +support_deepseq, memory +support_bytestring +support_deepseq,
any.microlens ==0.4.13.1, any.microlens ==0.4.13.1,
any.microlens-th ==0.4.3.15, any.microlens-th ==0.4.3.16,
any.microstache ==1.0.2.3, any.microstache ==1.0.2.3,
any.mime-mail ==0.5.1, any.mime-mail ==0.5.1,
any.mime-types ==0.1.2.0, any.mime-types ==0.1.2.0,
...@@ -327,18 +324,27 @@ constraints: any.Boolean ==0.2.4, ...@@ -327,18 +324,27 @@ constraints: any.Boolean ==0.2.4,
any.modern-uri ==0.3.6.1, any.modern-uri ==0.3.6.1,
modern-uri -dev, modern-uri -dev,
any.monad-control ==1.0.3.1, any.monad-control ==1.0.3.1,
any.monad-logger ==0.3.40, any.monad-logger ==0.3.41,
monad-logger +template_haskell, monad-logger +template_haskell,
any.monad-loops ==0.4.3, any.monad-loops ==0.4.3,
monad-loops +base4, monad-loops +base4,
any.monad-time ==0.4.0.0, any.monad-time ==0.4.0.0,
any.mono-traversable ==1.0.17.0, any.mono-traversable ==1.0.21.0,
any.monoid-extras ==0.6.3, any.monoid-extras ==0.6.4,
any.mtl ==2.2.2, any.morpheus-graphql ==0.28.0,
any.morpheus-graphql-app ==0.28.0,
any.morpheus-graphql-client ==0.28.1,
any.morpheus-graphql-code-gen ==0.28.1,
any.morpheus-graphql-code-gen-utils ==0.28.1,
any.morpheus-graphql-core ==0.28.1,
any.morpheus-graphql-server ==0.28.0,
any.morpheus-graphql-subscriptions ==0.28.0,
any.mtl ==2.3.1,
any.mtl-compat ==0.2.2, any.mtl-compat ==0.2.2,
mtl-compat -two-point-one -two-point-two, mtl-compat -two-point-one -two-point-two,
any.multimap ==1.2.1, any.multimap ==1.2.1,
any.mwc-random ==0.15.1.0, any.mutable-containers ==0.3.4.1,
any.mwc-random ==0.15.2.0,
mwc-random -benchpapi, mwc-random -benchpapi,
any.nanomsg-haskell ==0.2.4, any.nanomsg-haskell ==0.2.4,
any.network ==3.1.4.0, any.network ==3.1.4.0,
...@@ -351,26 +357,27 @@ constraints: any.Boolean ==0.2.4, ...@@ -351,26 +357,27 @@ constraints: any.Boolean ==0.2.4,
any.newtype-generics ==0.6.2, any.newtype-generics ==0.6.2,
any.old-locale ==1.0.0.7, any.old-locale ==1.0.0.7,
any.old-time ==1.1.0.4, any.old-time ==1.1.0.4,
any.opaleye ==0.10.3.1,
any.opaleye-textsearch ==0.2.0.0, any.opaleye-textsearch ==0.2.0.0,
any.openalex ==0.2.0.0, any.openalex ==0.2.0.0,
any.openapi3 ==3.2.4,
any.optics-core ==0.4.1.1, any.optics-core ==0.4.1.1,
optics-core -explicit-generic-labels, optics-core -explicit-generic-labels,
any.optics-extra ==0.4.2.1, any.optics-extra ==0.4.2.1,
any.optics-th ==0.4.1, any.optics-th ==0.4.1,
any.optparse-applicative ==0.17.1.0, any.optparse-applicative ==0.18.1.0,
optparse-applicative +process, optparse-applicative +process,
any.optparse-generic ==1.4.9,
any.optparse-simple ==0.1.1.4, any.optparse-simple ==0.1.1.4,
optparse-simple -build-example, optparse-simple -build-example,
any.ordered-containers ==0.2.4, any.ordered-containers ==0.2.4,
any.os-string ==2.0.6, any.os-string ==2.0.7,
any.parallel ==3.2.2.0, any.parallel ==3.2.2.0,
any.parsec ==3.1.16.1, any.parsec ==3.1.16.1,
any.parser-combinators ==1.3.0, any.parser-combinators ==1.3.0,
parser-combinators -dev, parser-combinators -dev,
any.parsers ==0.12.11, any.parsers ==0.12.12,
parsers +attoparsec +binary +parsec, parsers +attoparsec +binary +parsec,
any.password ==3.0.4.0, any.password ==3.1.0.1,
password +argon2 +bcrypt -crypton -cryptonite +pbkdf2 +scrypt, password +argon2 +bcrypt -crypton -cryptonite +pbkdf2 +scrypt,
any.password-types ==1.0.0.0, any.password-types ==1.0.0.0,
any.patches-class ==0.1.0.1, any.patches-class ==0.1.0.1,
...@@ -379,35 +386,40 @@ constraints: any.Boolean ==0.2.4, ...@@ -379,35 +386,40 @@ constraints: any.Boolean ==0.2.4,
any.polyparse ==1.13, any.polyparse ==1.13,
any.port-utils ==0.2.1.0, any.port-utils ==0.2.1.0,
any.postgres-options ==0.2.2.0, any.postgres-options ==0.2.2.0,
any.postgresql-libpq ==0.10.2.0,
postgresql-libpq -use-pkg-config, postgresql-libpq -use-pkg-config,
any.postgresql-libpq-configure ==0.10.0.1,
any.postgresql-simple ==0.7.0.0,
any.pretty ==1.1.3.6, any.pretty ==1.1.3.6,
any.pretty-show ==1.10, any.pretty-show ==1.10,
any.pretty-simple ==4.1.2.0, any.pretty-simple ==4.1.3.0,
pretty-simple -buildexample +buildexe, pretty-simple -buildexample +buildexe,
any.prettyprinter ==1.7.1, any.prettyprinter ==1.7.1,
prettyprinter -buildreadme +text, prettyprinter -buildreadme +text,
any.prettyprinter-ansi-terminal ==1.1.3, any.prettyprinter-ansi-terminal ==1.1.3,
any.primitive ==0.7.4.0, any.primitive ==0.8.0.0,
any.primitive-extras ==0.10.2, any.primitive-extras ==0.10.2.2,
any.primitive-unlifted ==2.1.0.0, any.primitive-unlifted ==2.2.0.0,
any.process ==1.6.18.0, any.process ==1.6.19.0,
any.product-profunctors ==0.11.1.1, any.product-profunctors ==0.11.1.1,
any.profunctors ==5.6.2, any.profunctors ==5.6.2,
any.promises ==0.3, any.promises ==0.3,
any.protolude ==0.3.4, any.protolude ==0.3.4,
any.psqueues ==0.2.8.0, any.psqueues ==0.2.8.1,
any.qrcode-core ==0.9.9, any.pvar ==1.0.0.0,
any.qrcode-juicypixels ==0.8.5, any.qrcode-core ==0.9.10,
any.qrcode-juicypixels ==0.8.6,
any.quickcheck-instances ==0.3.30, any.quickcheck-instances ==0.3.30,
quickcheck-instances -bytestring-builder, quickcheck-instances -bytestring-builder,
any.quickcheck-io ==0.2.0, any.quickcheck-io ==0.2.0,
any.rake ==0.0.1, any.rake ==0.0.1,
any.random ==1.2.1.2, any.random ==1.2.1.3,
any.random-shuffle ==0.0.4, any.random-shuffle ==0.0.4,
any.random-strings ==0.1.1.0,
any.raw-strings-qq ==1.1, any.raw-strings-qq ==1.1,
any.recover-rtti ==0.4.3, any.rdf4h ==5.1.0,
any.recv ==0.1.0, any.recv ==0.1.0,
any.reflection ==2.1.8, any.reflection ==2.1.9,
reflection -slow +template-haskell, reflection -slow +template-haskell,
any.regex ==1.1.0.2, any.regex ==1.1.0.2,
any.regex-base ==0.94.0.2, any.regex-base ==0.94.0.2,
...@@ -417,9 +429,9 @@ constraints: any.Boolean ==0.2.4, ...@@ -417,9 +429,9 @@ constraints: any.Boolean ==0.2.4,
regex-posix -_regex-posix-clib, regex-posix -_regex-posix-clib,
any.regex-tdfa ==1.3.2.2, any.regex-tdfa ==1.3.2.2,
regex-tdfa +doctest -force-o2, regex-tdfa +doctest -force-o2,
any.relude ==1.2.1.0, any.relude ==1.2.2.0,
any.replace-attoparsec ==1.5.0.0, any.replace-attoparsec ==1.5.0.0,
any.req ==3.13.0, any.req ==3.13.4,
req -dev, req -dev,
any.resource-pool ==0.4.0.0, any.resource-pool ==0.4.0.0,
any.resourcet ==1.3.0, any.resourcet ==1.3.0,
...@@ -429,12 +441,13 @@ constraints: any.Boolean ==0.2.4, ...@@ -429,12 +441,13 @@ constraints: any.Boolean ==0.2.4,
any.safe ==0.3.21, any.safe ==0.3.21,
any.safe-exceptions ==0.1.7.4, any.safe-exceptions ==0.1.7.4,
any.scanner ==0.3.1, any.scanner ==0.3.1,
any.scheduler ==2.0.1.0,
any.scientific ==0.3.7.0, any.scientific ==0.3.7.0,
scientific -bytestring-builder -integer-simple, scientific -bytestring-builder -integer-simple,
any.securemem ==0.1.10, any.selective ==0.7.0.1,
any.semialign ==1.3, any.semialign ==1.3.1,
semialign +semigroupoids, semialign +semigroupoids,
any.semigroupoids ==5.3.7, any.semigroupoids ==6.0.1,
semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers, semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers,
any.semigroups ==0.20, any.semigroups ==0.20,
semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers, semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers,
...@@ -446,9 +459,10 @@ constraints: any.Boolean ==0.2.4, ...@@ -446,9 +459,10 @@ constraints: any.Boolean ==0.2.4,
any.servant-auth-server ==0.4.9.0, any.servant-auth-server ==0.4.9.0,
any.servant-auth-swagger ==0.2.11.0, any.servant-auth-swagger ==0.2.11.0,
any.servant-blaze ==0.9.1, any.servant-blaze ==0.9.1,
any.servant-client ==0.20.2,
any.servant-client-core ==0.20.2,
any.servant-ekg ==0.3.1, any.servant-ekg ==0.3.1,
any.servant-flatten ==0.2, any.servant-openapi3 ==2.0.1.6,
any.servant-job ==0.2.0.0,
any.servant-routes ==0.1.0.0, any.servant-routes ==0.1.0.0,
any.servant-server ==0.20.2, any.servant-server ==0.20.2,
any.servant-swagger ==1.2.1, any.servant-swagger ==1.2.1,
...@@ -461,26 +475,28 @@ constraints: any.Boolean ==0.2.4, ...@@ -461,26 +475,28 @@ constraints: any.Boolean ==0.2.4,
any.simple-sendfile ==0.2.32, any.simple-sendfile ==0.2.32,
simple-sendfile +allow-bsd -fallback, simple-sendfile +allow-bsd -fallback,
any.singleton-bool ==0.1.8, any.singleton-bool ==0.1.8,
any.singletons ==3.0.3, any.singletons ==3.0.4,
any.singletons-base ==3.1.1, any.singletons-base ==3.2,
any.singletons-th ==3.1.1, any.singletons-th ==3.2,
any.smallcheck ==1.2.1.1, any.smallcheck ==1.2.1.1,
any.smtp-mail ==0.3.0.0, any.smtp-mail ==0.5.0.0,
any.socks ==0.6.1, any.socks ==0.6.1,
any.some ==1.0.6, any.some ==1.0.6,
some +newtype-unsafe, some +newtype-unsafe,
any.sop-core ==0.5.0.2, any.sop-core ==0.5.0.2,
any.sparse-linear ==0.1.0.0, any.sparse-linear ==0.1.0.0,
any.split ==0.2.5, any.split ==0.2.5,
any.splitmix ==0.1.0.5, any.splitmix ==0.1.1,
splitmix -optimised-mixer, splitmix -optimised-mixer,
any.statistics ==0.16.2.1, any.statistics ==0.16.3.0,
statistics -benchpapi,
any.stemmer ==0.5.2, any.stemmer ==0.5.2,
any.stm ==2.5.1.0,
any.stm-chans ==3.0.0.9, any.stm-chans ==3.0.0.9,
any.stm-containers ==1.2.1, any.stm-containers ==1.2.1.1,
any.stm-hamt ==1.2.1, any.stm-hamt ==1.2.1.1,
any.storable-complex ==0.2.3.0, any.storable-complex ==0.2.3.0,
any.streaming-commons ==0.2.2.6, any.streaming-commons ==0.2.3.0,
streaming-commons -use-bytestring-builder, streaming-commons -use-bytestring-builder,
any.strict ==0.5, any.strict ==0.5,
any.string-conversions ==0.4.0.1, any.string-conversions ==0.4.0.1,
...@@ -489,26 +505,22 @@ constraints: any.Boolean ==0.2.4, ...@@ -489,26 +505,22 @@ constraints: any.Boolean ==0.2.4,
any.swagger2 ==2.8.9, any.swagger2 ==2.8.9,
any.syb ==0.7.2.4, any.syb ==0.7.2.4,
any.system-cxx-std-lib ==1.0, any.system-cxx-std-lib ==1.0,
any.system-filepath ==0.4.14, any.tagged ==0.8.9,
any.tagged ==0.8.8,
tagged +deepseq +transformers, tagged +deepseq +transformers,
any.taggy ==0.2.1, any.taggy ==0.2.1,
any.taggy-lens ==0.1.2, any.taggy-lens ==0.1.2,
any.tagsoup ==0.14.8, any.tagsoup ==0.14.8,
any.tasty ==1.5, any.tasty ==1.5.3,
tasty +unix, tasty +unix,
any.tasty-bench ==0.4,
tasty-bench +tasty,
any.tasty-golden ==2.3.5, any.tasty-golden ==2.3.5,
tasty-golden -build-example, tasty-golden -build-example,
any.tasty-hspec ==1.2.0.4, any.tasty-hspec ==1.2.0.4,
any.tasty-hunit ==0.10.2, any.tasty-hunit ==0.10.2,
any.tasty-quickcheck ==0.11, any.tasty-quickcheck ==0.11.1,
any.tasty-smallcheck ==0.8.2, any.tasty-smallcheck ==0.8.2,
any.template-haskell ==2.19.0.0, any.template-haskell ==2.20.0.0,
any.temporary ==1.3, any.temporary ==1.3,
any.terminal-size ==0.3.4, any.terminal-size ==0.3.4,
any.terminfo ==0.4.1.5,
any.text ==2.0.2, any.text ==2.0.2,
any.text-format ==0.3.2.1, any.text-format ==0.3.2.1,
text-format -developer, text-format -developer,
...@@ -517,46 +529,45 @@ constraints: any.Boolean ==0.2.4, ...@@ -517,46 +529,45 @@ constraints: any.Boolean ==0.2.4,
any.text-short ==0.1.6, any.text-short ==0.1.6,
text-short -asserts, text-short -asserts,
any.tf-random ==0.5, any.tf-random ==0.5,
any.th-abstraction ==0.4.5.0, any.th-abstraction ==0.5.0.0,
any.th-compat ==0.1.5, any.th-compat ==0.1.6,
any.th-desugar ==1.14, any.th-desugar ==1.15,
any.th-expand-syns ==0.4.11.0, any.th-expand-syns ==0.4.12.0,
any.th-lift ==0.8.4, any.th-lift ==0.8.6,
any.th-lift-instances ==0.1.20, any.th-lift-instances ==0.1.20,
any.th-orphans ==0.13.14, any.th-orphans ==0.13.16,
any.th-reify-many ==0.1.10, any.th-reify-many ==0.1.10,
any.these ==1.2.1, any.these ==1.2.1,
any.time ==1.12.2, any.time ==1.12.2,
any.time-compat ==1.9.7, any.time-compat ==1.9.8,
any.time-locale-compat ==0.1.1.5, any.time-locale-compat ==0.1.1.5,
time-locale-compat -old-locale, time-locale-compat -old-locale,
any.time-manager ==0.0.1, any.time-manager ==0.0.1,
any.tls ==1.6.0, any.tls ==2.1.7,
tls +compat -hans +network, tls -devel,
any.tmp-postgres ==1.34.1.0, any.tmp-postgres ==1.34.1.0,
any.toml-parser ==2.0.1.0, any.toml-parser ==2.0.1.0,
any.transformers ==0.5.6.2, any.transformers ==0.6.1.0,
any.transformers-base ==0.4.6, any.transformers-base ==0.4.6,
transformers-base +orphaninstances, transformers-base +orphaninstances,
any.transformers-compat ==0.7.2, any.transformers-compat ==0.7.2,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.tree-diff ==0.3.0.1, any.tree-diff ==0.3.0.1,
any.tuple ==0.3.0.2, any.tuple ==0.3.0.2,
any.type-equality ==1.0.1,
any.typed-process ==0.2.12.0, any.typed-process ==0.2.12.0,
any.unicode-collation ==0.1.3.6, any.unicode-collation ==0.1.3.6,
unicode-collation -doctests -executable, unicode-collation -doctests -executable,
any.unique ==0.0.1, any.unique ==0.0.1,
any.units ==2.4.1.5, any.units ==2.4.1.5,
any.units-parser ==0.1.1.5, any.units-parser ==0.1.1.5,
any.unix ==2.7.3, any.unix ==2.8.4.0,
any.unix-compat ==0.7.2, any.unix-compat ==0.7.3,
any.unix-time ==0.4.15, any.unix-time ==0.4.16,
any.unliftio ==0.2.25.0, any.unliftio ==0.2.25.0,
any.unliftio-core ==0.2.1.0, any.unliftio-core ==0.2.1.0,
any.unordered-containers ==0.2.20, any.unordered-containers ==0.2.20,
unordered-containers -debug, unordered-containers -debug,
any.uri-bytestring ==0.3.3.1, any.uri-bytestring ==0.4.0.0,
uri-bytestring -lib-werror, uri-bytestring -lib-werror,
any.uri-encode ==1.5.0.7, any.uri-encode ==1.5.0.7,
uri-encode +network-uri -tools, uri-encode +network-uri -tools,
...@@ -567,11 +578,13 @@ constraints: any.Boolean ==0.2.4, ...@@ -567,11 +578,13 @@ constraints: any.Boolean ==0.2.4,
any.validity ==0.12.1.0, any.validity ==0.12.1.0,
any.vault ==0.3.1.5, any.vault ==0.3.1.5,
vault +useghc, vault +useghc,
any.vector ==0.13.1.0,
vector +boundschecks -internalchecks -unsafechecks -wall, vector +boundschecks -internalchecks -unsafechecks -wall,
any.vector-algorithms ==0.9.0.2, any.vector-algorithms ==0.9.1.0,
vector-algorithms +bench +boundschecks -internalchecks -llvm +properties -unsafechecks, vector-algorithms +bench +boundschecks -internalchecks -llvm -unsafechecks,
any.vector-binary-instances ==0.2.5.2, any.vector-binary-instances ==0.2.5.2,
any.vector-space ==0.16, any.vector-space ==0.19,
any.vector-stream ==0.1.0.1,
any.vector-th-unbox ==0.2.2, any.vector-th-unbox ==0.2.2,
any.void ==0.7.3, any.void ==0.7.3,
void -safe, void -safe,
...@@ -579,15 +592,15 @@ constraints: any.Boolean ==0.2.4, ...@@ -579,15 +592,15 @@ constraints: any.Boolean ==0.2.4,
any.wai-app-static ==3.1.9, any.wai-app-static ==3.1.9,
wai-app-static +crypton -print, wai-app-static +crypton -print,
any.wai-cors ==0.2.7, any.wai-cors ==0.2.7,
any.wai-extra ==3.1.15, any.wai-extra ==3.1.17,
wai-extra -build-example, wai-extra -build-example,
any.wai-logger ==2.4.1, any.wai-logger ==2.5.0,
any.wai-util ==0.8, any.wai-util ==0.8,
any.wai-websockets ==3.0.1.2, any.wai-websockets ==3.0.1.2,
wai-websockets +example, wai-websockets +example,
any.warp ==3.3.31, any.warp ==3.3.31,
warp +allow-sendfilefd -network-bytestring -warp-debug +x509, warp +allow-sendfilefd -network-bytestring -warp-debug +x509,
any.websockets ==0.12.7.3, any.websockets ==0.13.0.0,
websockets -example, websockets -example,
any.witherable ==0.4.2, any.witherable ==0.4.2,
any.wl-pprint-annotated ==0.1.0.1, any.wl-pprint-annotated ==0.1.0.1,
...@@ -595,14 +608,13 @@ constraints: any.Boolean ==0.2.4, ...@@ -595,14 +608,13 @@ constraints: any.Boolean ==0.2.4,
any.word8 ==0.1.3, any.word8 ==0.1.3,
any.wreq ==0.5.4.3, any.wreq ==0.5.4.3,
wreq -aws -developer +doctest -httpbin, wreq -aws -developer +doctest -httpbin,
any.wuss ==2.0.1.3, any.wuss ==2.0.2.2,
wuss -pedantic, wuss -pedantic,
any.x509 ==1.7.7, any.x509 ==1.7.7,
any.x509-store ==1.6.9, any.xeno ==0.6,
any.x509-system ==1.6.7, xeno -libxml2 -whitespace-around-equals,
any.x509-validation ==1.6.12,
any.xml ==1.3.14, any.xml ==1.3.14,
any.xml-conduit ==1.9.1.3, any.xml-conduit ==1.9.1.4,
any.xml-types ==0.3.8, any.xml-types ==0.3.8,
any.yaml ==0.11.11.2, any.yaml ==0.11.11.2,
yaml +no-examples +no-exe, yaml +no-examples +no-exe,
...@@ -614,4 +626,4 @@ constraints: any.Boolean ==0.2.4, ...@@ -614,4 +626,4 @@ constraints: any.Boolean ==0.2.4,
zlib -bundled-c-zlib +non-blocking-ffi +pkg-config, zlib -bundled-c-zlib +non-blocking-ffi +pkg-config,
any.zstd ==0.1.3.0, any.zstd ==0.1.3.0,
zstd +standalone zstd +standalone
index-state: hackage.haskell.org 2024-09-12T03:02:26Z index-state: hackage.haskell.org 2025-02-17T10:13:39Z
...@@ -549,7 +549,7 @@ library ...@@ -549,7 +549,7 @@ library
, hstatistics ^>= 0.3.1 , hstatistics ^>= 0.3.1
, http-api-data >= 0.5 && < 0.6 , http-api-data >= 0.5 && < 0.6
, http-client ^>= 0.7.14 , http-client ^>= 0.7.14
, http-client-tls == 0.3.6.1 , http-client-tls >= 0.3.6.1 && < 0.4
, http-conduit >= 2.3.8 && < 2.3.9 , http-conduit >= 2.3.8 && < 2.3.9
, http-media ^>= 0.8.0.0 , http-media ^>= 0.8.0.0
, http-types ^>= 0.12.3 , http-types ^>= 0.12.3
...@@ -570,7 +570,7 @@ library ...@@ -570,7 +570,7 @@ library
, morpheus-graphql-app >= 0.24.3 && < 0.28.1 , morpheus-graphql-app >= 0.24.3 && < 0.28.1
, morpheus-graphql-server >= 0.24.3 && < 0.28.1 , morpheus-graphql-server >= 0.24.3 && < 0.28.1
, morpheus-graphql-subscriptions >= 0.24.3 && < 0.28.1 , morpheus-graphql-subscriptions >= 0.24.3 && < 0.28.1
, mtl ^>= 2.2.2 , mtl >= 2.2.2 && < 2.4
, nanomsg-haskell >= 0.2.4 && < 0.3 , nanomsg-haskell >= 0.2.4 && < 0.3
, network >= 3.1.4.0 , network >= 3.1.4.0
, network-uri ^>= 2.6.4.1 , network-uri ^>= 2.6.4.1
...@@ -597,9 +597,9 @@ library ...@@ -597,9 +597,9 @@ library
, scientific < 0.4 , scientific < 0.4
, serialise ^>= 0.2.4.0 , serialise ^>= 0.2.4.0
, servant >= 0.20.1 && < 0.21 , servant >= 0.20.1 && < 0.21
, servant-auth ^>= 0.4.0.0 , servant-auth >= 0.4.0.0 && < 0.5
, servant-auth-client , servant-auth-client
, servant-auth-server ^>=0.4.6.0 , servant-auth-server >=0.4.6.0 && < 0.5
, servant-auth-swagger ^>= 0.2.10.1 , servant-auth-swagger ^>= 0.2.10.1
, servant-blaze ^>= 0.9.1 , servant-blaze ^>= 0.9.1
, servant-client >= 0.20 && < 0.21 , servant-client >= 0.20 && < 0.21
...@@ -616,7 +616,7 @@ library ...@@ -616,7 +616,7 @@ library
, servant-xml-conduit ^>= 0.1.0.4 , servant-xml-conduit ^>= 0.1.0.4
, shelly >= 1.9 && < 2 , shelly >= 1.9 && < 2
, singletons ^>= 3.0.2 , singletons ^>= 3.0.2
, singletons-th >= 3.1 && < 3.2 , singletons-th >= 3.1 && < 3.3
, smtp-mail >= 0.3.0.0 , smtp-mail >= 0.3.0.0
, split >= 0.2.3.4 , split >= 0.2.3.4
, stemmer == 0.5.2 , stemmer == 0.5.2
...@@ -625,11 +625,12 @@ library ...@@ -625,11 +625,12 @@ library
, stringsearch >= 0.3.6.6 , stringsearch >= 0.3.6.6
, swagger2 ^>= 2.8.7 , swagger2 ^>= 2.8.7
, tagsoup ^>= 0.14.8 , tagsoup ^>= 0.14.8
, template-haskell ^>= 2.19.0.0 , template-haskell >= 2.19.0.0 && < 2.21
, temporary ^>= 1.3 , temporary ^>= 1.3
, text ^>= 2.0.2 , text ^>= 2.0.2
, text-metrics ^>= 0.3.2 , text-metrics ^>= 0.3.2
, time ^>= 1.12.2 , time ^>= 1.12.2
, transformers
, transformers-base ^>= 0.4.6 , transformers-base ^>= 0.4.6
, tree-diff , tree-diff
, toml-parser >= 2.0.1.0 && < 3 , toml-parser >= 2.0.1.0 && < 3
...@@ -648,7 +649,7 @@ library ...@@ -648,7 +649,7 @@ library
, wai-extra ^>= 3.1.8 , wai-extra ^>= 3.1.8
, wai-util >= 0.8 , wai-util >= 0.8
, warp ^>= 3.3.20 , warp ^>= 3.3.20
, websockets ^>= 0.12.7.3 , websockets >= 0.12.7.3 && < 0.14
, wreq ^>= 0.5.3.3 , wreq ^>= 0.5.3.3
, xml-conduit ^>= 1.9.1.3 , xml-conduit ^>= 1.9.1.3
, xml-types ^>= 0.3.8 , xml-types ^>= 0.3.8
...@@ -738,12 +739,11 @@ common commonTestDependencies ...@@ -738,12 +739,11 @@ common commonTestDependencies
, hspec-wai , hspec-wai
, hspec-wai-json , hspec-wai-json
, http-client ^>= 0.7.14 , http-client ^>= 0.7.14
-- important: 0.3.6.1 uses cryptonite, while > uses crypton , http-client-tls >= 0.3.6.1 && < 0.4
, http-client-tls == 0.3.6.1
, http-types , http-types
, lens >= 5.2.2 && < 5.3 , lens >= 5.2.2 && < 5.3
, monad-control >= 1.0.3 && < 1.1 , monad-control >= 1.0.3 && < 1.1
, mtl ^>= 2.2.2 , mtl >= 2.2.2 && < 2.4
, network-uri , network-uri
, parsec ^>= 3.1.16.1 , parsec ^>= 3.1.16.1
, patches-class ^>= 0.1.0.1 , patches-class ^>= 0.1.0.1
......
...@@ -14,7 +14,8 @@ module Gargantext.API.GraphQL.PolicyCheck where ...@@ -14,7 +14,8 @@ module Gargantext.API.GraphQL.PolicyCheck where
import Prelude import Prelude
import Control.Monad.Except (MonadError(..), MonadTrans(..)) import Control.Monad.Except (MonadError(..))
import Control.Monad.Trans.Class (lift)
import Gargantext.API.Admin.Auth.Types ( AuthenticatedUser ) import Gargantext.API.Admin.Auth.Types ( AuthenticatedUser )
import Gargantext.API.Auth.PolicyCheck ( BoolExpr, AccessCheck, AccessPolicyManager(..), AccessResult(..)) import Gargantext.API.Auth.PolicyCheck ( BoolExpr, AccessCheck, AccessPolicyManager(..), AccessResult(..))
import Gargantext.API.Errors.Types ( BackendInternalError(..) ) import Gargantext.API.Errors.Types ( BackendInternalError(..) )
......
...@@ -32,6 +32,9 @@ data Indexed i a = ...@@ -32,6 +32,9 @@ data Indexed i a =
makeLenses ''Indexed makeLenses ''Indexed
instance Functor (Indexed i) where
fmap f (Indexed i a) = Indexed i (f a)
instance Bifunctor Indexed where instance Bifunctor Indexed where
first f (Indexed i a) = Indexed (f i) a first f (Indexed i a) = Indexed (f i) a
second g (Indexed i a) = Indexed i (g a) second g (Indexed i a) = Indexed i (g a)
......
...@@ -10,7 +10,6 @@ module Test.Database.Operations ( ...@@ -10,7 +10,6 @@ module Test.Database.Operations (
, nodeStoryTests , nodeStoryTests
) where ) where
import Control.Monad.Except
import Control.Monad.Reader import Control.Monad.Reader
import Data.Text qualified as T import Data.Text qualified as T
import Data.Text.Encoding qualified as TE import Data.Text.Encoding qualified as TE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment