From 40c746d0dde45686a69046447b9fbd0d5a361e16 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 11 Aug 2020 17:34:20 +0200 Subject: [PATCH] Allow to build with cabal The process to create these files is roughly: 1. run `stack2cabal` 2. work around cabal bugs (see https://github.com/haskell/cabal/issues/5444) 3. disable tests to avoid build failures with --enable-tests from unrelated packages (cabal considers all packages defined via source-repository-package as *local* and will try to build its tests) 4. fix package constraints in cabal.project.freeze, where stackage constraings were overwritten in stack.yaml files (usually raising a version number) Rationale: 1. good to support all available tools as options for interested users 2. cabal allows easier managing of package bounds (and testing against latest package versions) 3. #1303 is an excellent workaround for nix users, but requires nix. This should be the go-to fallback in case cabal project files get out of sync for too long. --- cabal.nosystemd.project | 432 ++++++ cabal.nosystemd.project.freeze | 2492 ++++++++++++++++++++++++++++++++ cabal.project | 437 +++++- cabal.project.freeze | 2492 ++++++++++++++++++++++++++++++++ gen-cabal-nosystemd.sh | 8 + 5 files changed, 5860 insertions(+), 1 deletion(-) create mode 100644 cabal.nosystemd.project create mode 100644 cabal.nosystemd.project.freeze create mode 100644 cabal.project.freeze create mode 100755 gen-cabal-nosystemd.sh diff --git a/cabal.nosystemd.project b/cabal.nosystemd.project new file mode 100644 index 00000000000..c2d53867870 --- /dev/null +++ b/cabal.nosystemd.project @@ -0,0 +1,432 @@ +index-state: 2020-07-15T00:00:00Z + +with-compiler: ghc-8.6.5 + +packages: + lib/core/ + , lib/core-integration/ + , lib/cli/ + , lib/launcher/ + , lib/text-class/ + , lib/test-utils/ + , lib/jormungandr/ + , lib/shelley/ + +source-repository-package + type: git + location: https://github.com/input-output-hk/persistent + tag: 107787ecc4c8a112375493cd66574f788f950fce + subdir: persistent + +source-repository-package + type: git + location: https://github.com/input-output-hk/persistent + tag: 107787ecc4c8a112375493cd66574f788f950fce + subdir: persistent-sqlite + +source-repository-package + type: git + location: https://github.com/input-output-hk/persistent + tag: 107787ecc4c8a112375493cd66574f788f950fce + subdir: persistent-template + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-addresses + tag: 3f11638847bfc8c457dc4bb080c63e5d6de806ee + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-transactions + tag: a68107c1682c3fd119c7e83f5adcbba2c37e1744 + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: binary + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: binary/test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: cardano-crypto-class + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: slotting + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: cardano-crypto-praos + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-crypto + tag: 2547ad1e80aeabca2899951601079408becbc92c + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/ledger/impl + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/crypto + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/ledger/impl/test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/crypto/test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/chain/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/ledger/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: semantics/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: semantics/small-steps-test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: shelley/chain-and-ledger/dependencies/non-integer + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: shelley/chain-and-ledger/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: shelley/chain-and-ledger/shelley-spec-ledger-test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-api + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-cli + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-config + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-node + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-prelude + tag: 71ea865408f2e03e6d6832359423546699730849 + subdir: . + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-prelude + tag: 71ea865408f2e03e6d6832359423546699730849 + subdir: test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-sl-x509 + tag: 43a036c5bbe68ca2e9cbe611eab7982e2348fe49 + +source-repository-package + type: git + location: https://github.com/input-output-hk/goblins + tag: 312198a1523736181ef7ddab15958bb32a9d9052 + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: contra-tracer + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: iohk-monitoring + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-aggregation + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-ekg + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-monitoring + + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: tracer-transformers + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-trace-forwarder + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: io-sim + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: io-sim-classes + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: network-mux + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ntp-client + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: Win32-network + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-byron + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-byronspec + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-cardano + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-shelley + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus/ouroboros-consensus-mock + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus/ouroboros-consensus-test-infra + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-network + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-network-framework + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-network-testing + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: typed-protocols + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: typed-protocols-examples + +source-repository-package + type: git + location: https://github.com/snoyberg/http-client.git + tag: 1a75bdfca014723dd5d40760fad854b3f0f37156 + subdir: http-client + +allow-older: * +allow-newer: * + +package cardano-crypto + tests: False + +package contra-tracer + tests: False + +package iohk-monitoring + tests: False + +package zip + tests: False + flags: +disable-bzip2 + +package cardano-crypto-praos + tests: False + flags: -external-libsodium-vrf + +package byron-spec-ledger + tests: False + +package ouroboros-consensus-cardano + tests: False + +package small-steps + tests: False + +package small-steps-test + tests: False + +package ouroboros-consensus + tests: False + +package ouroboros-consensus-byron + tests: False + +package ouroboros-consensus-shelley + tests: False + +package ouroboros-consensus-mock + tests: False + +package cborg + tests: False + +package http-client + tests: False + +package goblins + tests: False + +package io-sim + tests: False + +package io-sim-classes + tests: False + +package shelley-spec-non-integral + tests: False + +package network-mux + tests: False + +package typed-protocols + tests: False + +package typed-protocols-examples + tests: False + +package cardano-prelude + tests: False + +package cardano-binary + tests: False + +package cardano-sl-x509 + tests: False + +package cardano-crypto-class + tests: False + +package cardano-crypto-wrapper + tests: False + +package ouroboros-network-framework + tests: False + +package ouroboros-network + tests: False + diff --git a/cabal.nosystemd.project.freeze b/cabal.nosystemd.project.freeze new file mode 100644 index 00000000000..31a682c35ef --- /dev/null +++ b/cabal.nosystemd.project.freeze @@ -0,0 +1,2492 @@ +constraints: any.ALUT ==2.4.0.3, + any.ANum ==0.2.0.2, + any.Allure ==0.9.5.0, + any.Boolean ==0.2.4, + any.BoundedChan ==1.0.3.0, + any.Cabal ==2.4.1.0, + any.ChannelT ==0.0.0.7, + any.Chart ==1.9.3, + any.Chart-diagrams ==1.9.3, + any.Clipboard ==2.3.2.0, + any.DAV ==1.3.4, + any.DBFunctor ==0.1.1.1, + any.Decimal ==0.5.1, + any.Diff ==0.3.4, + any.ENIG ==0.0.1.0, + any.Earley ==0.13.0.1, + any.Ebnf2ps ==1.0.15, + any.FenwickTree ==0.1.2.1, + any.FindBin ==0.0.5, + any.FloatingHex ==0.4, + any.FontyFruity ==0.5.3.5, + any.GLFW-b ==3.2.1.1, + any.GLURaw ==2.0.0.4, + any.GLUT ==2.7.0.15, + any.GenericPretty ==1.2.2, + any.Glob ==0.10.0, + any.H ==0.9.0.1, + any.HCodecs ==0.5.1, + any.HDBC ==2.4.0.3, + any.HDBC-mysql ==0.7.1.0, + any.HDBC-session ==0.1.2.0, + any.HSet ==0.0.1, + any.HSlippyMap ==3.0.1, + any.HStringTemplate ==0.8.7, + any.HSvm ==0.1.1.3.22, + any.HTF ==0.13.2.5, + any.HTTP ==4000.3.14, + any.HUnit ==1.6.0.0, + any.HUnit-approx ==1.1.1.1, + any.HaTeX ==3.21.0.0, + any.HandsomeSoup ==0.4.2, + any.Hoed ==0.5.1, + HsOpenSSL -fast-bignum, + any.HsOpenSSL ==0.11.4.17, + any.HsOpenSSL-x509-system ==0.1.0.3, + any.HsYAML ==0.1.2.0, + any.IPv6Addr ==1.1.3, + any.Imlib ==0.1.2, + any.IntervalMap ==0.6.1.1, + any.JuicyPixels ==3.3.4, + any.JuicyPixels-extra ==0.4.1, + any.JuicyPixels-scale-dct ==0.1.2, + any.LambdaHack ==0.9.5.0, + any.LibZip ==1.0.1, + any.List ==0.6.2, + any.ListLike ==4.6.3, + any.ListTree ==0.2.3, + any.MemoTrie ==0.6.10, + any.MissingH ==1.4.1.0, + any.MonadPrompt ==1.0.0.5, + any.MonadRandom ==0.5.1.2, + any.MusicBrainz ==0.4.1, + NineP -bytestring-in-base, + any.NineP ==0.0.2.1, + any.NoHoed ==0.1.1, + any.NumInstances ==1.4, + any.ObjectName ==1.1.0.1, + any.OddWord ==1.0.2.0, + any.OneTuple ==0.2.2, + any.Only ==0.1, + any.OpenAL ==1.7.0.5, + any.OpenGL ==3.0.3.0, + any.OpenGLRaw ==3.3.4.0, + any.ParsecTools ==0.0.2.0, + any.QuasiText ==0.1.2.6, + any.QuickCheck ==2.12.6.1, + any.RSA ==2.3.1, + any.Ranged-sets ==0.4.0, + any.Rasterific ==0.7.5.1, + any.RefSerialize ==0.4.0, + any.SHA ==1.6.4.4, + any.SVGFonts ==1.7.0.1, + any.SafeSemaphore ==0.10.1, + any.ShellCheck ==0.7.0, + any.Spintax ==0.3.3, + any.StateVar ==1.2, + any.Strafunski-StrategyLib ==5.0.1.0, + any.TCache ==0.12.1, + any.TotalMap ==0.1.1.1, + any.TypeCompose ==0.9.14, + any.Unique ==0.4.7.6, + any.ViennaRNAParser ==1.3.3, + any.Win32 ==2.6.2.0, + any.Win32-notify ==0.3.0.3, + any.X11 ==1.9.1, + any.X11-xft ==0.3.1, + any.Xauth ==0.1, + any.abstract-deque ==0.3, + any.abstract-deque-tests ==0.3, + any.abstract-par ==0.3.3, + any.accuerr ==0.2.0.2, + any.ace ==0.6, + any.action-permutations ==0.0.0.1, + any.active ==0.2.0.14, + any.ad ==4.3.6, + any.adjunctions ==4.4, + any.adler32 ==0.1.2.0, + any.advent-of-code-api ==0.1.2.3, + any.aeson ==1.4.6.0, + any.aeson-attoparsec ==0.0.0, + any.aeson-better-errors ==0.9.1.0, + any.aeson-casing ==0.2.0.0, + any.aeson-compat ==0.3.9, + any.aeson-diff ==1.1.0.8, + any.aeson-extra ==0.4.1.3, + any.aeson-generic-compat ==0.0.1.3, + any.aeson-iproute ==0.2, + any.aeson-picker ==0.1.0.5, + any.aeson-pretty ==0.8.8, + any.aeson-qq ==0.8.3, + any.aeson-utils ==0.3.0.2, + any.aeson-yak ==0.1.1.3, + any.al ==0.1.4.2, + any.alarmclock ==0.7.0.2, + any.alerts ==0.1.2.0, + any.alex ==3.2.5, + any.alg ==0.2.13.1, + any.algebraic-graphs ==0.4, + any.almost-fix ==0.0.2, + any.alsa-core ==0.5.0.1, + any.alsa-mixer ==0.3.0, + any.alsa-pcm ==0.6.1.1, + any.alsa-seq ==0.6.0.7, + any.alternative-vector ==0.0.0, + any.alternators ==1.0.0.0, + any.amqp ==0.18.3, + any.annotated-wl-pprint ==0.7.0, + any.ansi-terminal ==0.9.1, + any.ansi-wl-pprint ==0.6.9, + any.aos-signature ==0.1.1, + any.apecs ==0.8.3, + any.apecs-gloss ==0.2.3, + any.apecs-physics ==0.4.2, + any.api-field-json-th ==0.1.0.2, + any.app-settings ==0.2.0.12, + any.appar ==0.1.8, + any.appendmap ==0.1.5, + any.apply-refact ==0.6.0.0, + any.apportionment ==0.0.0.3, + any.approximate ==0.3.2, + any.arbor-lru-cache ==0.1.1.1, + any.arithmoi ==0.9.0.0, + any.array-memoize ==0.6.0, + any.arrow-extras ==0.1.0.1, + any.ascii-progress ==0.3.3.0, + any.asciidiagram ==1.3.3.3, + any.asif ==6.0.3, + any.asn1-encoding ==0.9.6, + any.asn1-parse ==0.9.5, + any.asn1-types ==0.3.3, + any.assert-failure ==0.1.2.2, + any.assoc ==1.0.1, + any.astro ==0.4.2.1, + any.async ==2.2.2, + any.async-extra ==0.2.0.0, + any.async-refresh ==0.3.0.0, + any.async-refresh-tokens ==0.4.0.0, + any.async-timer ==0.2.0.0, + any.atom-basic ==0.2.5, + any.atomic-primops ==0.8.3, + any.atomic-write ==0.2.0.7, + any.attoparsec ==0.13.2.3, + any.attoparsec-base64 ==0.0.0, + any.attoparsec-binary ==0.2, + any.attoparsec-expr ==0.1.1.2, + any.attoparsec-ip ==0.0.5, + any.attoparsec-iso8601 ==1.0.1.0, + any.attoparsec-path ==0.0.0.1, + any.attoparsec-uri ==0.0.7, + any.audacity ==0.0.2, + any.aur ==6.2.0.1, + any.authenticate ==1.3.5, + any.authenticate-oauth ==1.6.0.1, + any.auto ==0.4.3.1, + any.auto-update ==0.1.6, + any.autoexporter ==1.1.15, + any.avers ==0.0.17.1, + any.avers-api ==0.1.0, + any.avers-server ==0.1.0.1, + any.avro ==0.4.6.0, + any.avwx ==0.3.0.2, + any.aws-cloudfront-signed-cookies ==0.2.0.1, + any.aws-lambda-haskell-runtime ==2.0.3, + any.backprop ==0.2.6.3, + any.bank-holidays-england ==0.2.0.2, + any.barbies ==1.1.3.0, + any.barrier ==0.1.1, + any.base-compat ==0.10.5, + any.base-compat-batteries ==0.10.5, + any.base-noprelude ==4.12.0.0, + any.base-orphans ==0.8.2, + any.base-prelude ==1.3, + any.base-unicode-symbols ==0.2.3, + any.base16 ==0.1.2.1, + any.base16-bytestring ==0.1.1.6, + any.base32string ==0.9.1, + any.base58-bytestring ==0.1.0, + any.base58string ==0.10.0, + any.base64 ==0.4.2, + any.base64-bytestring ==1.0.0.3, + any.base64-bytestring-type ==1.0.1, + any.base64-string ==0.2, + any.basement ==0.0.11, + any.basic-prelude ==0.7.0, + any.bazel-runfiles ==0.7.0.1, + any.bbdb ==0.8, + any.bcrypt ==0.0.11, + any.beam-core ==0.8.0.0, + any.beam-migrate ==0.4.0.1, + any.beam-mysql ==0.2.0.0, + any.beam-postgres ==0.4.0.0, + any.beam-sqlite ==0.4.0.0, + any.bech32 ==1.1.0, + any.bech32-th ==1.0.2, + any.bench ==1.0.12, + any.bench-show ==0.3.1, + any.benchpress ==0.2.2.12, + any.bencode ==0.6.0.0, + any.bencoding ==0.4.5.2, + any.between ==0.11.0.0, + any.bibtex ==0.1.0.6, + any.bifunctors ==5.5.7, + any.bimap ==0.4.0, + any.bimap-server ==0.1.0.1, + any.binary ==0.8.7.0, + any.binary-bits ==0.5, + any.binary-conduit ==1.3.1, + any.binary-ext ==2.0.4, + any.binary-ieee754 ==0.1.0.0, + any.binary-list ==1.1.1.2, + any.binary-orphans ==1.0.1, + any.binary-parser ==0.5.5, + any.binary-parsers ==0.2.4.0, + any.binary-search ==1.0.0.3, + any.binary-shared ==0.8.3, + any.binary-tagged ==0.2, + any.bindings-DSL ==1.0.25, + any.bindings-GLFW ==3.2.1.1, + any.bindings-libzip ==1.0.1, + any.bindings-uname ==0.1, + any.bins ==0.1.2.0, + any.bitarray ==0.0.1.1, + any.bitcoin-block ==0.13.1, + any.bitcoin-script ==0.11.1, + any.bitcoin-tx ==0.13.1, + any.bitcoin-types ==0.9.2, + any.bits ==0.5.2, + any.bits-extra ==0.0.1.5, + any.bitset-word8 ==0.1.1.1, + any.bitvec ==1.0.2.0, + any.bitx-bitcoin ==0.12.0.0, + any.blake2 ==0.3.0, + any.blas-carray ==0.1.0.1, + any.blas-comfort-array ==0.0.0.2, + any.blas-ffi ==0.1, + any.blas-hs ==0.1.1.0, + any.blaze-bootstrap ==0.1.0.1, + any.blaze-builder ==0.4.1.0, + any.blaze-colonnade ==1.2.2.1, + any.blaze-html ==0.9.1.2, + any.blaze-markup ==0.8.2.3, + any.blaze-svg ==0.3.6.1, + any.blaze-textual ==0.2.1.0, + any.bmp ==1.2.6.3, + any.board-games ==0.3, + any.boltzmann-samplers ==0.1.1.0, + any.boolean-like ==0.1.1.0, + any.boolean-normal-forms ==0.0.1.1, + any.boolsimplifier ==0.1.8, + any.boots ==0.0.100, + any.bordacount ==0.1.0.0, + any.boring ==0.1.2, + any.both ==0.1.1.0, + any.bound ==2.0.1, + any.bounded-queue ==1.0.0, + any.boundingboxes ==0.2.3, + any.bower-json ==1.0.0.1, + any.boxes ==0.1.5, + brick +demos, + any.brick ==0.47, + any.brittany ==0.12.1.1, + any.bsb-http-chunked ==0.0.0.4, + any.bson ==0.3.2.8, + any.bson-lens ==0.1.1, + any.btrfs ==0.2.0.0, + any.buffer-builder ==0.2.4.7, + any.buffer-pipe ==0.0, + any.bugsnag-haskell ==0.0.3.0, + any.bulletproofs ==0.4.0, + any.butcher ==1.3.2.3, + any.butter ==0.1.0.6, + any.bv ==0.5, + any.bv-little ==1.1.1, + any.byteable ==0.1.1, + any.bytedump ==1.0, + any.byteorder ==1.0.4, + any.bytes ==0.15.5, + any.byteset ==0.1.1.0, + any.bytestring-builder ==0.10.8.2.0, + any.bytestring-conversion ==0.3.1, + any.bytestring-lexing ==0.5.0.2, + any.bytestring-strict-builder ==0.4.5.3, + any.bytestring-to-vector ==0.3.0.1, + any.bytestring-tree-builder ==0.2.7.3, + any.bzlib ==0.5.0.5, + any.bzlib-conduit ==0.3.0.2, + any.c2hs ==0.28.6, + any.ca-province-codes ==1.0.0.0, + any.cabal-doctest ==1.0.8, + any.cabal-file-th ==0.2.6, + cabal-install -native-dns, + any.cabal-install ==2.4.1.0, + any.cabal-rpm ==1.0.3, + any.cabal2nix ==2.14.4, + any.cabal2spec ==2.2.2.1, + any.cache ==0.1.3.0, + any.cacophony ==0.10.1, + any.calendar-recycling ==0.0.0.1, + any.call-stack ==0.1.0, + any.canonical-json ==0.6.0.0, + any.carray ==0.1.6.8, + any.case-insensitive ==1.2.0.11, + any.cased ==0.1.0.0, + any.cases ==0.1.3.2, + any.casing ==0.1.4.1, + cassava -bytestring--lt-0_10_4, + any.cassava ==0.5.2.0, + any.cassava-conduit ==0.5.1, + any.cassava-megaparsec ==2.0.1, + any.cassava-records ==0.1.0.4, + any.cast ==0.1.0.2, + any.caster ==0.0.3.0, + any.category ==0.2.5.0, + any.cayley-client ==0.4.9, + any.cborg ==0.2.4.0, + any.cborg-json ==0.2.2.0, + any.cereal ==0.5.8.1, + any.cereal-conduit ==0.8.0, + any.cereal-text ==0.1.0.2, + any.cereal-time ==0.1.0.0, + any.cereal-vector ==0.2.0.1, + any.cfenv ==0.1.0.0, + any.cgi ==3001.4.0.0, + any.chan ==0.0.4.1, + any.charset ==0.3.7.1, + any.charsetdetect-ae ==1.1.0.4, + any.chaselev-deque ==0.5.0.5, + any.cheapskate ==0.1.1.2, + any.cheapskate-highlight ==0.1.0.0, + any.cheapskate-lucid ==0.1.0.0, + any.check-email ==1.0.2, + any.checkers ==0.5.2, + any.checksum ==0.0, + any.chimera ==0.2.0.0, + any.chiphunk ==0.1.2.1, + any.choice ==0.2.2, + any.chronologique ==0.3.1.1, + any.chronos ==1.0.9, + any.chronos-bench ==0.2.0.2, + any.chunked-data ==0.3.1, + any.cipher-aes ==0.2.11, + any.cipher-aes128 ==0.7.0.5, + any.cipher-blowfish ==0.0.3, + any.cipher-camellia ==0.0.2, + any.cipher-des ==0.0.6, + any.cipher-rc4 ==0.1.4, + any.circle-packing ==0.1.0.6, + any.cisco-spark-api ==0.1.0.4, + any.classy-prelude ==1.5.0, + any.classy-prelude-conduit ==1.5.0, + any.classy-prelude-yesod ==1.5.0, + any.classyplate ==0.3.2.0, + any.clay ==0.13.3, + any.clientsession ==0.9.1.2, + any.clock ==0.8, + any.clock-extras ==0.1.0.2, + any.closed ==0.2.0.1, + any.clr-host ==0.2.1.0, + any.clr-marshal ==0.2.0.0, + any.clumpiness ==0.17.0.2, + any.cmark ==0.6, + any.cmark-gfm ==0.2.1, + any.cmdargs ==0.10.20, + any.co-log ==0.3.0.0, + any.co-log-core ==0.2.1.0, + any.code-page ==0.2, + any.codec ==0.2.1, + any.codec-beam ==0.2.0, + any.codec-rpm ==0.2.2, + any.codo-notation ==0.5.2, + any.coercible-utils ==0.0.0, + any.colonnade ==1.2.0.2, + any.colorful-monoids ==0.2.1.2, + any.colorize-haskell ==1.0.1, + any.colour ==2.3.5, + any.columnar ==1.0.0.0, + any.combinatorial ==0.1.0.1, + any.comfort-array ==0.4, + any.comfort-graph ==0.0.3.1, + any.command ==0.1.1, + any.commutative ==0.0.2, + any.comonad ==5.0.6, + any.compact ==0.1.0.1, + any.compactmap ==0.1.4.2.1, + any.compensated ==0.7.3, + any.compiler-warnings ==0.1.0, + any.composable-associations ==0.1.0.0, + any.composable-associations-aeson ==0.1.0.0, + any.composition ==1.0.2.1, + any.composition-extra ==2.0.0, + any.concise ==0.1.0.1, + any.concurrency ==1.7.0.0, + any.concurrent-extra ==0.7.0.12, + any.concurrent-output ==1.10.11, + any.concurrent-split ==0.0.1.1, + any.concurrent-supply ==0.1.8, + any.cond ==0.4.1.1, + any.conduit ==1.3.1.2, + any.conduit-algorithms ==0.0.11.0, + any.conduit-combinators ==1.3.0, + any.conduit-concurrent-map ==0.1.1, + any.conduit-extra ==1.3.4, + any.conduit-iconv ==0.1.1.3, + any.conduit-parse ==0.2.1.0, + any.conduit-throttle ==0.3.1.0, + any.conduit-zstd ==0.0.1.1, + any.config-ini ==0.2.4.0, + any.configuration-tools ==0.4.2, + any.configurator ==0.3.0.0, + any.configurator-export ==0.1.0.1, + any.configurator-pg ==0.1.0.3, + any.connection ==0.3.1, + any.connection-pool ==0.2.2, + any.console-style ==0.0.2.1, + any.constraint ==0.1.4.0, + any.constraints ==0.10.1, + any.containers ==0.5.11.0, + any.contravariant ==1.5.2, + any.contravariant-extras ==0.3.5, + any.control-bool ==0.2.1, + any.control-dsl ==0.2.1.3, + any.control-monad-free ==0.6.2, + any.control-monad-omega ==0.3.2, + any.convertible ==1.1.1.0, + any.cookie ==0.4.5, + any.core-data ==0.2.1.5, + any.core-text ==0.2.3.3, + any.countable ==1.0, + any.country ==0.1.6, + any.courier ==0.1.1.5, + any.cpio-conduit ==0.7.0, + any.cpphs ==1.20.8, + any.cprng-aes ==0.6.1, + any.cpu ==0.1.2, + any.cpuinfo ==0.1.0.1, + any.cql ==4.0.2, + any.cql-io ==1.1.1, + any.crackNum ==2.3, + any.crc32c ==0.0.0, + any.credential-store ==0.1.2, + any.criterion ==1.5.6.1, + any.criterion-measurement ==0.1.2.0, + any.cron ==0.6.2, + any.crypt-sha512 ==0, + any.crypto-api ==0.13.3, + any.crypto-api-tests ==0.3, + any.crypto-cipher-tests ==0.0.11, + any.crypto-cipher-types ==0.0.9, + any.crypto-enigma ==0.1.1.6, + any.crypto-numbers ==0.2.7, + any.crypto-pubkey ==0.2.8, + any.crypto-pubkey-openssh ==0.2.7, + any.crypto-pubkey-types ==0.4.3, + any.crypto-random ==0.0.9, + any.crypto-random-api ==0.2.0, + any.cryptocipher ==0.6.2, + any.cryptocompare ==0.1.1, + any.cryptohash ==0.11.9, + any.cryptohash-cryptoapi ==0.1.4, + any.cryptohash-md5 ==0.11.100.1, + any.cryptohash-sha1 ==0.11.100.1, + any.cryptohash-sha256 ==0.11.101.0, + any.cryptohash-sha512 ==0.11.100.1, + any.cryptonite ==0.25, + any.cryptonite-conduit ==0.2.2, + any.cryptonite-openssl ==0.7, + any.csp ==1.4.0, + any.css-syntax ==0.1.0.0, + any.css-text ==0.1.3.0, + any.csv ==0.1.2, + any.ctrie ==0.2, + any.cubicbezier ==0.6.0.6, + any.cubicspline ==0.1.2, + any.cublas ==0.5.0.0, + any.cuckoo-filter ==0.2.0.2, + any.cuda ==0.10.1.0, + any.cue-sheet ==2.0.1, + any.cufft ==0.9.0.1, + curl +new-base, + any.curl ==1.3.8, + any.currencies ==0.2.0.0, + any.currency ==0.2.0.0, + any.cusparse ==0.2.0.0, + any.cutter ==0.0, + any.cyclotomic ==1.0.1, + any.czipwith ==1.0.1.2, + any.data-accessor ==0.2.2.8, + any.data-accessor-mtl ==0.2.0.4, + any.data-accessor-template ==0.2.1.16, + any.data-accessor-transformers ==0.2.1.7, + any.data-binary-ieee754 ==0.4.4, + any.data-bword ==0.1.0.1, + any.data-checked ==0.3, + any.data-clist ==0.1.2.2, + any.data-default ==0.7.1.1, + any.data-default-class ==0.1.2.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-diverse ==4.6.0.0, + any.data-diverse-lens ==4.3.0.0, + any.data-dword ==0.3.1.3, + any.data-endian ==0.1.1, + any.data-fix ==0.2.0, + any.data-has ==0.3.0.0, + any.data-inttrie ==0.1.4, + any.data-lens-light ==0.1.2.2, + any.data-memocombinators ==0.5.1, + any.data-msgpack ==0.0.12, + any.data-msgpack-types ==0.0.2, + any.data-or ==1.0.0.5, + any.data-ordlist ==0.4.7.0, + any.data-ref ==0.0.2, + any.data-reify ==0.6.1, + any.data-serializer ==0.3.4.1, + any.data-textual ==0.3.0.3, + any.data-tree-print ==0.1.0.2, + any.datadog ==0.2.4.0, + any.datasets ==0.4.0, + any.dataurl ==0.1.0.0, + any.dbcleaner ==0.1.3, + any.dbus ==1.2.7, + any.debian-build ==0.10.2.0, + any.debug ==0.1.1, + any.debug-trace-var ==0.2.0, + any.dec ==0.0.3, + any.decidable ==0.1.5.0, + any.declarative ==0.5.2, + any.deepseq-generics ==0.2.0.0, + any.deferred-folds ==0.9.10.1, + any.dejafu ==2.1.0.1, + any.dense-linear-algebra ==0.1.0.0, + any.dependent-map ==0.2.4.0, + any.dependent-sum ==0.4, + any.dependent-sum-template ==0.0.0.6, + any.deque ==0.4.3, + any.deriveJsonNoPrefix ==0.1.0.1, + any.deriving-compat ==0.5.8, + any.derulo ==1.0.7, + any.detour-via-sci ==1.0.0, + any.dhall ==1.24.0, + any.dhall-bash ==1.0.21, + any.dhall-json ==1.3.0, + any.di-core ==1.0.4, + any.di-monad ==1.3.1, + any.diagrams ==1.4, + any.diagrams-contrib ==1.4.4, + any.diagrams-core ==1.4.2, + any.diagrams-lib ==1.4.3, + any.diagrams-postscript ==1.4.1, + any.diagrams-rasterific ==1.4.2, + any.diagrams-solve ==0.1.1, + any.diagrams-svg ==1.4.3, + any.dictionary-sharing ==0.1.0.0, + any.digest ==0.0.1.2, + any.digits ==0.3.1, + any.dimensional ==1.3, + any.direct-sqlite ==2.3.24, + any.directory-tree ==0.12.1, + any.discount ==0.1.1, + any.disk-free-space ==0.1.0.1, + any.distributed-closure ==0.4.2.0, + any.distribution-nixpkgs ==1.2, + any.distribution-opensuse ==1.1.1, + any.distributive ==0.6.1, + any.dl-fedora ==0.5, + any.dlist ==0.8.0.7, + any.dlist-instances ==0.1.1.1, + any.dlist-nonempty ==0.1.1, + any.dns ==3.0.4, + any.do-list ==1.0.1, + any.do-notation ==0.1.0.2, + any.dockerfile ==0.2.0, + any.docopt ==0.7.0.5, + any.doctemplates ==0.2.2.1, + any.doctest ==0.16.2, + any.doctest-discover ==0.2.0.0, + any.doctest-driver-gen ==0.3.0.2, + any.doldol ==0.4.1.2, + any.dom-parser ==3.1.0, + any.dotenv ==0.8.0.4, + any.dotgen ==0.4.2, + any.dotnet-timespan ==0.0.1.0, + any.double-conversion ==2.0.2.0, + any.download ==0.3.2.7, + any.drinkery ==0.4, + any.dsp ==0.2.5, + any.dual ==0.1.1.1, + any.dual-tree ==0.2.2.1, + any.dublincore-xml-conduit ==0.1.0.2, + any.dunai ==0.5.1, + any.dunai-core ==0.5.1.0, + any.duration ==0.1.0.0, + any.dvorak ==0.1.0.0, + any.dynamic-state ==0.3.1, + any.dyre ==0.8.12, + any.eap ==0.9.0.2, + any.easy-file ==0.2.2, + any.easytest ==0.2.1, + any.echo ==0.1.3, + any.ecstasy ==0.2.1.0, + any.ed25519 ==0.0.5.0, + any.edit-distance ==0.2.2.1, + any.edit-distance-vector ==1.0.0.4, + any.editor-open ==0.6.0.0, + any.either ==5.0.1.1, + any.either-both ==0.1.1.1, + any.ekg ==0.4.0.15, + any.ekg-core ==0.1.1.6, + any.ekg-json ==0.1.0.6, + any.ekg-statsd ==0.2.4.0, + any.elerea ==2.9.0, + any.elf ==0.30, + any.eliminators ==0.5.1, + any.elm-bridge ==0.5.2, + any.elm-core-sources ==1.0.0, + any.elm-export ==0.6.0.1, + any.elm2nix ==0.1.2, + any.emacs-module ==0.1.1, + any.email-validate ==2.3.2.12, + any.emd ==0.1.5.1, + any.enclosed-exceptions ==1.0.3, + any.entropy ==0.4.1.5, + any.enum-subset-generate ==0.1.0.0, + any.enum-text ==0.5.1.0, + any.enum-text-rio ==1.2.0.0, + any.enummapset ==0.6.0.2, + any.enumset ==0.0.5, + any.envelope ==0.2.2.0, + any.envy ==2.0.0.0, + any.epub-metadata ==4.5, + any.eq ==4.2, + any.equal-files ==0.0.5.3, + any.erf ==2.0.0.0, + any.error-util ==0.0.1.2, + any.errors ==2.3.0, + any.errors-ext ==0.4.2, + any.ersatz ==0.4.8, + any.esqueleto ==3.0.0, + any.etc ==0.4.1.0, + any.event-list ==0.1.2, + any.eventful-core ==0.2.0, + any.eventful-memory ==0.2.0, + any.eventful-sql-common ==0.2.0, + any.eventful-sqlite ==0.2.0, + any.eventful-test-helpers ==0.2.0, + any.eventstore ==1.3.3, + any.every ==0.0.1, + any.exact-combinatorics ==0.2.0.9, + any.exact-pi ==0.5.0.1, + any.exception-mtl ==0.4.0.1, + any.exception-transformers ==0.4.0.8, + any.exceptional ==0.3.0.0, + any.exceptions ==0.10.4, + any.executable-hash ==0.2.0.4, + any.executable-path ==0.0.3.1, + any.exit-codes ==1.0.0, + any.exomizer ==1.0.0, + any.exp-pairs ==0.2.0.0, + any.expiring-cache-map ==0.0.6.1, + any.explicit-exception ==0.1.10, + any.extensible-exceptions ==0.1.1.4, + any.extra ==1.6.18, + any.extractable-singleton ==0.0.1, + any.extrapolate ==0.3.3, + any.fail ==4.9.0.0, + any.failable ==1.2.4.0, + any.fakedata ==0.2.2, + any.farmhash ==0.1.0.5, + any.fast-builder ==0.1.2.0, + any.fast-digits ==0.2.1.0, + any.fast-logger ==2.4.17, + any.fast-math ==1.0.2, + any.fb ==2.0.0, + any.fclabels ==2.0.4, + any.feature-flags ==0.1.0.1, + any.fedora-dists ==1.0.1, + any.feed ==1.2.0.1, + any.fft ==0.1.8.6, + any.fgl ==5.7.0.2, + any.fib ==0.1, + any.file-embed ==0.0.11.1, + any.file-embed-lzma ==0, + any.file-modules ==0.1.2.4, + any.filecache ==0.4.1, + any.filelock ==0.1.1.4, + any.filemanip ==0.3.6.3, + any.filepattern ==0.1.1, + any.fileplow ==0.1.0.0, + any.filter-logger ==0.6.0.0, + any.filtrable ==0.1.3.0, + any.fin ==0.1.1, + any.fingertree ==0.1.4.2, + any.finite-typelits ==0.1.4.2, + any.first-class-families ==0.5.0.0, + any.first-class-patterns ==0.3.2.5, + any.fitspec ==0.4.7, + any.fixed ==0.3, + any.fixed-length ==0.2.1, + any.fixed-vector ==1.2.0.0, + any.fixed-vector-hetero ==0.5.0.0, + any.flac ==0.2.0, + any.flac-picture ==0.1.2, + any.flags-applicative ==0.1.0.2, + any.flat-mcmc ==1.5.1, + any.flay ==0.4, + any.flexible-defaults ==0.0.3, + any.floatshow ==0.2.4, + any.flow ==1.0.19, + any.fmlist ==0.9.3, + any.fmt ==0.6.1.2, + any.fmt-for-rio ==1.0.0.0, + any.fn ==0.3.0.2, + any.focus ==1.0.1.3, + any.focuslist ==0.1.0.2, + any.fold-debounce ==0.2.0.9, + any.fold-debounce-conduit ==0.2.0.4, + any.foldable1 ==0.1.0.0, + any.foldl ==1.4.6, + any.folds ==0.7.5, + any.follow-file ==0.0.3, + any.force-layout ==0.4.0.6, + any.foreign-store ==0.2, + any.forkable-monad ==0.2.0.3, + any.forma ==1.1.3, + any.format-numbers ==0.1.0.0, + any.formatting ==6.3.7, + any.foundation ==0.0.25, + any.free ==5.1.3, + any.free-vl ==0.1.4, + any.freenect ==1.2.1, + any.freer-simple ==1.2.1.1, + any.freetype2 ==0.1.2, + any.friendly-time ==0.4.1, + any.frisby ==0.2.2, + any.from-sum ==0.2.3.0, + any.frontmatter ==0.1.0.2, + any.fsnotify ==0.3.0.1, + any.fsnotify-conduit ==0.1.1.1, + any.funcmp ==1.9, + any.function-builder ==0.3.0.1, + functor-classes-compat +containers, + any.functor-classes-compat ==1, + any.functor-combinators ==0.1.1.1, + any.fused-effects ==0.5.0.1, + any.fuzzcheck ==0.1.1, + any.fuzzy-dates ==0.1.1.1, + any.fuzzyset ==0.1.1, + any.galois-field ==0.3.0, + any.gauge ==0.2.5, + any.gc ==0.0.3, + any.gd ==3000.7.3, + any.gdp ==0.0.3.0, + any.general-games ==1.1.1, + any.generic-arbitrary ==0.1.0, + any.generic-data ==0.7.0.0, + any.generic-data-surgery ==0.2.0.0, + any.generic-deriving ==1.12.4, + any.generic-lens ==1.1.0.0, + any.generic-monoid ==0.1.0.0, + any.generic-random ==1.2.0.0, + any.generics-eot ==0.4.0.1, + any.generics-mrsop ==2.1.0, + any.generics-sop ==0.5.1.0, + any.generics-sop-lens ==0.2, + any.genvalidity ==0.8.0.0, + any.genvalidity-aeson ==0.3.0.0, + any.genvalidity-bytestring ==0.5.0.0, + any.genvalidity-containers ==0.6.0.0, + any.genvalidity-hspec ==0.7.0.0, + any.genvalidity-hspec-aeson ==0.3.1.0, + any.genvalidity-hspec-binary ==0.2.0.3, + any.genvalidity-hspec-cereal ==0.2.0.3, + any.genvalidity-hspec-hashable ==0.2.0.4, + any.genvalidity-hspec-optics ==0.1.1.1, + any.genvalidity-path ==0.3.0.3, + any.genvalidity-property ==0.4.0.0, + any.genvalidity-scientific ==0.2.1.0, + any.genvalidity-text ==0.6.0.0, + any.genvalidity-time ==0.2.1.1, + any.genvalidity-unordered-containers ==0.3.0.0, + any.genvalidity-uuid ==0.1.0.2, + any.genvalidity-vector ==0.3.0.0, + any.geojson ==4.0.1, + any.getopt-generics ==0.13.0.4, + any.ghc-byteorder ==4.11.0.0.10, + any.ghc-compact ==0.1.0.0, + any.ghc-core ==0.5.6, + any.ghc-exactprint ==0.6.1, + any.ghc-lib ==8.8.0.20190424, + any.ghc-lib-parser ==8.8.0.20190424, + any.ghc-parser ==0.2.1.0, + any.ghc-paths ==0.1.0.12, + any.ghc-prof ==1.4.1.6, + any.ghc-syntax-highlighter ==0.0.4.1, + any.ghc-tcplugins-extra ==0.3.2, + any.ghc-typelits-extra ==0.3.2, + any.ghc-typelits-knownnat ==0.6, + any.ghc-typelits-natnormalise ==0.6.2, + any.ghci-hexcalc ==0.1.1.0, + any.ghcid ==0.7.7, + any.ghcjs-codemirror ==0.0.0.2, + any.ghost-buster ==0.1.1.0, + any.gi-atk ==2.0.21, + any.gi-cairo ==1.0.23, + any.gi-gdk ==3.0.22, + any.gi-gdkpixbuf ==2.0.23, + any.gi-gio ==2.0.25, + any.gi-glib ==2.0.23, + any.gi-gobject ==2.0.22, + any.gi-gtk ==3.0.32, + any.gi-gtk-hs ==0.3.8.0, + any.gi-gtksource ==3.0.22, + any.gi-javascriptcore ==4.0.21, + any.gi-pango ==1.0.22, + any.gi-vte ==2.91.25, + any.ginger ==0.9.1.0, + any.gingersnap ==0.3.1.0, + any.githash ==0.1.3.3, + any.github-release ==1.2.5, + any.github-types ==0.2.1, + any.github-webhooks ==0.10.1, + any.gitrev ==1.3.1, + any.gl ==0.9, + any.glabrous ==2.0.1, + any.glaze ==0.3.0.1, + any.glazier ==1.0.0.0, + any.gloss ==1.13.1.1, + any.gloss-algorithms ==1.13.0.1, + any.gloss-examples ==1.13.0.2, + any.gloss-raster ==1.13.1.1, + any.gloss-rendering ==1.13.1.1, + any.gnuplot ==0.5.6.1, + any.google-isbn ==1.0.3, + any.google-oauth2-jwt ==0.3.2, + any.gpolyline ==0.1.0.1, + any.graph-core ==0.3.0.0, + any.graph-wrapper ==0.2.6.0, + any.graphite ==0.10.0.1, + any.graphs ==0.7.1, + any.graphviz ==2999.20.0.4, + any.gravatar ==0.8.0, + any.gray-code ==0.3.1, + any.graylog ==0.1.0.1, + greskell -hint-test, + any.greskell ==0.2.3.1, + any.greskell-core ==0.1.3.1, + any.greskell-websocket ==0.1.2.1, + any.groom ==0.1.2.1, + any.groundhog ==0.10.0, + any.groundhog-inspector ==0.10.0, + any.groundhog-mysql ==0.10, + any.groundhog-postgresql ==0.10, + any.groundhog-sqlite ==0.10.0, + any.groundhog-th ==0.10.2, + any.group-by-date ==0.1.0.3, + any.grouped-list ==0.2.2.1, + any.groups ==0.4.1.0, + any.guarded-allocation ==0.0.1, + any.gym-http-api ==0.1.0.1, + any.hOpenPGP ==2.8.5, + any.hackage-db ==2.0.1, + any.hackage-security ==0.5.3.0, + any.haddock-library ==1.7.0, + any.hadolint ==1.17.3, + any.half ==0.3, + any.hamilton ==0.1.0.3, + any.hamtsolo ==1.0.3, + any.hapistrano ==0.3.10.0, + any.happy ==1.19.12, + any.hasbolt ==0.1.4.1, + any.hashable ==1.2.7.0, + any.hashable-time ==0.2.0.2, + any.hashids ==1.0.2.4, + any.hashmap ==1.3.3, + any.hashtables ==1.2.3.4, + any.haskeline ==0.7.5.0, + any.haskell-gi ==0.23.0, + any.haskell-gi-base ==0.23.0, + any.haskell-gi-overloading ==1.0, + any.haskell-lexer ==1.0.2, + any.haskell-lsp ==0.15.0.0, + any.haskell-lsp-types ==0.15.0.0, + any.haskell-names ==0.9.7, + any.haskell-spacegoo ==0.2.0.1, + any.haskell-src ==1.0.3.0, + any.haskell-src-exts ==1.21.1, + any.haskell-src-exts-util ==0.2.5, + any.haskell-src-meta ==0.8.3, + any.haskey-btree ==0.3.0.1, + any.haskintex ==0.8.0.0, + any.haskoin-core ==0.9.8, + any.hasql ==1.4.1, + any.hasql-optparse-applicative ==0.3.0.5, + any.hasql-pool ==0.5.1, + any.hasql-transaction ==0.7.2, + any.hasty-hamiltonian ==1.3.2, + any.haxl ==2.1.2.0, + any.hbeanstalk ==0.2.4, + any.hdaemonize ==0.5.6, + any.heap ==1.0.4, + any.heaps ==0.3.6.1, + any.hebrew-time ==0.1.2, + any.hedgehog ==1.0.3, + any.hedgehog-corpus ==0.1.0, + any.hedgehog-fn ==1.0, + any.hedgehog-quickcheck ==0.1.1, + any.hedis ==0.12.11, + any.hedn ==0.2.0.1, + any.here ==1.2.13, + any.heredoc ==0.2.0.0, + any.heterocephalus ==1.0.5.3, + any.hex ==0.1.2, + any.hexml ==0.3.4, + any.hexml-lens ==0.2.1, + any.hexpat ==0.20.13, + any.hexstring ==0.11.1, + any.hformat ==0.3.3.1, + any.hfsevents ==0.1.6, + any.hi-file-parser ==0.1.0.0, + any.hidapi ==0.1.5, + any.hidden-char ==0.1.0.2, + any.higher-leveldb ==0.5.0.2, + any.highlighting-kate ==0.6.4, + any.hinfo ==0.0.3.0, + any.hinotify ==0.4, + any.hint ==0.9.0.2, + any.hjsmin ==0.2.0.4, + any.hkgr ==0.2.4, + any.hledger ==1.14.2, + any.hledger-iadd ==1.3.10, + any.hledger-interest ==1.5.3, + any.hledger-lib ==1.14.1, + any.hledger-ui ==1.14.2, + any.hledger-web ==1.14.1, + any.hlibgit2 ==0.18.0.16, + any.hlibsass ==0.1.8.0, + any.hlint ==2.1.26, + any.hmatrix ==0.20.0.0, + any.hmatrix-backprop ==0.1.3.0, + any.hmatrix-gsl ==0.19.0.1, + any.hmatrix-gsl-stats ==0.4.1.8, + any.hmatrix-morpheus ==0.1.1.2, + any.hmatrix-vector-sized ==0.1.2.0, + any.hmm-lapack ==0.4, + any.hmpfr ==0.4.4, + any.hoauth2 ==1.8.9, + any.hoogle ==5.0.17.11, + any.hopenpgp-tools ==0.21.3, + any.hopenssl ==2.2.4, + any.hopfli ==0.2.2.1, + any.hosc ==0.17, + any.hostname ==1.0, + any.hostname-validate ==1.0.0, + any.hourglass ==0.2.12, + any.hourglass-orphans ==0.1.0.0, + any.hp2pretty ==0.9, + any.hpack ==0.31.2, + any.hpack-dhall ==0.5.2, + any.hquantlib-time ==0.0.4.1, + any.hreader ==1.1.0, + any.hreader-lens ==0.1.3.0, + any.hruby ==0.3.8, + any.hs-GeoIP ==0.3, + any.hs-bibutils ==6.7.0.0, + any.hs-functors ==0.1.6.0, + any.hs-php-session ==0.0.9.3, + any.hsass ==0.8.0, + any.hsc2hs ==0.68.6, + any.hschema ==0.0.1.1, + any.hschema-aeson ==0.0.1.1, + any.hschema-prettyprinter ==0.0.1.1, + any.hschema-quickcheck ==0.0.1.1, + any.hscolour ==1.24.4, + hsdev -docs, + any.hsdev ==0.3.2.3, + any.hsdns ==1.8, + any.hsebaysdk ==0.4.0.0, + any.hsemail ==2.2.0, + any.hset ==2.2.0, + any.hsexif ==0.6.1.6, + any.hsini ==0.5.1.2, + any.hsinstall ==2.2, + any.hslogger ==1.2.12, + any.hslua ==1.0.3.2, + any.hslua-aeson ==1.0.0, + any.hslua-module-system ==0.2.1, + any.hslua-module-text ==0.2.1, + any.hsp ==0.10.0, + any.hspec ==2.7.0, + any.hspec-attoparsec ==0.1.0.2, + any.hspec-checkers ==0.1.0.2, + any.hspec-contrib ==0.5.1, + any.hspec-core ==2.7.0, + any.hspec-discover ==2.7.0, + any.hspec-expectations ==0.8.2, + any.hspec-expectations-lifted ==0.10.0, + any.hspec-expectations-pretty-diff ==0.7.2.5, + any.hspec-golden-aeson ==0.7.0.0, + any.hspec-leancheck ==0.0.3, + any.hspec-megaparsec ==2.0.1, + any.hspec-meta ==2.6.0, + any.hspec-need-env ==0.1.0.4, + any.hspec-pg-transact ==0.1.0.2, + any.hspec-smallcheck ==0.5.2, + any.hspec-wai ==0.9.2, + any.hspec-wai-json ==0.9.2, + any.hsshellscript ==3.4.5, + any.hstatsd ==0.1, + any.hsyslog ==5.0.2, + any.htaglib ==1.2.0, + any.html ==1.0.1.2, + any.html-conduit ==1.3.2.1, + any.html-email-validate ==0.2.0.0, + any.html-entities ==1.1.4.3, + any.html-entity-map ==0.1.0.0, + any.htoml ==1.0.0.3, + any.http-api-data ==0.4.1.1, + any.http-client ==0.6.4.1, + any.http-client-tls ==0.3.5.3, + any.http-common ==0.8.2.0, + any.http-conduit ==2.3.7.3, + any.http-date ==0.0.8, + any.http-directory ==0.1.7, + any.http-download ==0.1.0.1, + any.http-link-header ==1.0.3.1, + any.http-media ==0.8.0.0, + any.http-reverse-proxy ==0.6.0, + any.http-streams ==0.8.7.1, + any.http-types ==0.12.3, + any.http2 ==2.0.3, + any.httpd-shed ==0.4.1.1, + any.human-readable-duration ==0.2.1.4, + any.hunit-dejafu ==2.0.0.1, + any.hvect ==0.4.0.0, + any.hvega ==0.3.0.1, + any.hw-balancedparens ==0.2.0.4, + any.hw-bits ==0.7.1.0, + any.hw-conduit ==0.2.0.6, + any.hw-conduit-merges ==0.2.0.0, + any.hw-diagnostics ==0.0.0.7, + any.hw-dsv ==0.3.5, + any.hw-eliasfano ==0.1.1.0, + any.hw-excess ==0.2.2.3, + any.hw-fingertree ==0.1.1.1, + any.hw-fingertree-strict ==0.1.1.3, + any.hw-hedgehog ==0.1.0.5, + any.hw-hspec-hedgehog ==0.1.0.9, + any.hw-int ==0.0.0.4, + any.hw-ip ==2.3.4.2, + any.hw-json ==1.0.0.2, + any.hw-json-simd ==0.1.0.4, + any.hw-mquery ==0.2.0.2, + any.hw-packed-vector ==0.0.0.3, + any.hw-parser ==0.1.0.2, + any.hw-prim ==0.6.2.39, + any.hw-rankselect ==0.13.0.0, + any.hw-rankselect-base ==0.3.3.0, + any.hw-simd ==0.1.1.5, + any.hw-streams ==0.0.0.12, + any.hw-string-parse ==0.0.0.4, + any.hw-succinct ==0.1.0.1, + any.hweblib ==0.6.3, + hxt +network-uri, + any.hxt ==9.3.1.18, + any.hxt-charproperties ==9.4.0.0, + any.hxt-css ==0.1.0.3, + any.hxt-curl ==9.1.1.1, + any.hxt-expat ==9.1.1, + hxt-http +network-uri, + any.hxt-http ==9.1.5.2, + any.hxt-regex-xmlschema ==9.2.0.3, + any.hxt-tagsoup ==9.1.4, + any.hxt-unicode ==9.0.2.4, + any.hybrid-vectors ==0.2.2, + any.hyper ==0.1.0.3, + any.hyperloglog ==0.4.3, + any.hyphenation ==0.8, + any.hyraxAbif ==0.2.3.15, + any.iconv ==0.4.1.3, + any.identicon ==0.2.2, + any.ieee754 ==0.8.0, + any.if ==0.1.0.0, + any.iff ==0.0.6, + any.ihaskell ==0.10.0.2, + any.ihs ==0.1.0.3, + any.ilist ==0.3.1.0, + any.imagesize-conduit ==1.1, + any.immortal ==0.3, + any.include-file ==0.1.0.4, + any.incremental-parser ==0.3.3, + any.indentation-core ==0.0.0.2, + any.indentation-parsec ==0.0.0.2, + any.indents ==0.5.0.1, + any.indexed ==0.1.3, + any.indexed-list-literals ==0.2.1.2, + any.infer-license ==0.2.0, + any.inflections ==0.4.0.5, + any.influxdb ==1.7.1.2, + any.ini ==0.4.1, + any.inj ==1.0, + any.inline-c ==0.7.0.1, + any.inline-c-cpp ==0.3.0.3, + any.inline-r ==0.10.2, + any.inliterate ==0.1.0, + any.insert-ordered-containers ==0.2.2, + any.inspection-testing ==0.4.2.2, + any.instance-control ==0.1.2.0, + any.int-cast ==0.2.0.0, + any.integer-logarithms ==1.0.3, + any.integration ==0.2.1, + any.intern ==0.9.2, + any.interpolate ==0.2.0, + any.interpolatedstring-perl6 ==1.0.2, + any.interpolatedstring-qq2 ==0.1.0.0, + any.interpolation ==0.1.1.1, + any.interpolator ==1.0.0, + any.intervals ==0.8.1, + any.intro ==0.5.2.1, + any.intset-imperative ==0.1.0.0, + any.invariant ==0.5.3, + any.invertible ==0.2.0.5, + any.invertible-grammar ==0.1.2, + any.io-choice ==0.0.7, + any.io-machine ==0.2.0.0, + any.io-manager ==0.1.0.2, + any.io-memoize ==1.1.1.0, + any.io-region ==0.1.1, + any.io-storage ==0.3, + any.io-streams ==1.5.1.0, + any.io-streams-haproxy ==1.0.1.0, + any.ip ==1.4.2.1, + any.ip6addr ==1.0.1, + any.iproute ==1.7.9, + any.ipynb ==0.1, + any.ipython-kernel ==0.10.1.0, + any.irc ==0.6.1.0, + any.irc-client ==1.1.1.1, + any.irc-conduit ==0.3.0.4, + any.irc-ctcp ==0.1.3.0, + any.islink ==0.1.0.0, + any.iso3166-country-codes ==0.20140203.8, + any.iso639 ==0.1.0.3, + any.iso8601-time ==0.1.5, + any.iterable ==3.0, + any.ix-shapable ==0.1.0, + any.ixset-typed ==0.4.0.1, + any.jack ==0.7.1.4, + any.jailbreak-cabal ==1.3.4, + any.jose ==0.8.2.0, + any.jose-jwt ==0.8.0, + any.js-dgtable ==0.5.2, + any.js-flot ==0.8.3, + any.js-jquery ==3.3.1, + any.json ==0.9.3, + any.json-alt ==1.0.0, + any.json-autotype ==3.0.1, + any.json-feed ==1.0.8, + any.json-rpc ==1.0.1, + any.json-rpc-client ==0.2.5.0, + any.json-rpc-generic ==0.2.1.5, + any.json-rpc-server ==0.2.6.0, + any.jsonpath ==0.1.0.2, + any.justified-containers ==0.3.0.0, + any.jwt ==0.10.0, + any.kan-extensions ==5.2, + any.kanji ==3.4.1, + any.katip ==0.8.4.0, + any.kawhi ==0.3.0, + any.kazura-queue ==0.1.0.4, + any.kdt ==0.2.4, + any.keycode ==0.2.2, + any.keys ==3.12.3, + any.kind-apply ==0.3.2.0, + any.kind-generics ==0.3.0.0, + any.kind-generics-th ==0.1.1.0, + any.kleene ==0.1, + any.kmeans ==0.1.3, + any.koofr-client ==1.0.0.3, + any.kraken ==0.1.0, + any.l10n ==0.1.0.1, + any.labels ==0.3.3, + any.lackey ==1.0.11, + any.lambdabot-core ==5.2, + any.lambdabot-irc-plugins ==5.2, + any.lame ==0.2.0, + any.language-c ==0.8.3, + any.language-c-quote ==0.12.2.1, + any.language-docker ==8.0.2, + any.language-ecmascript ==0.19, + any.language-haskell-extract ==0.2.4, + any.language-java ==0.2.9, + any.language-javascript ==0.6.0.14, + any.language-nix ==2.1.0.1, + any.language-puppet ==1.4.6.2, + any.lapack ==0.3.1, + any.lapack-carray ==0.0.3, + any.lapack-comfort-array ==0.0.0.1, + any.lapack-ffi ==0.0.2, + any.lapack-ffi-tools ==0.1.2.1, + any.largeword ==1.2.5, + any.latex ==0.1.0.4, + any.lattices ==2.0.1, + any.lawful ==0.1.0.0, + any.lazy-csv ==0.5.1, + any.lazyio ==0.1.0.4, + any.lca ==0.3.1, + any.leancheck ==0.9.1, + any.leancheck-instances ==0.0.3, + any.leapseconds-announced ==2017.1.0.1, + any.learn-physics ==0.6.5, + any.lens ==4.17.1, + any.lens-action ==0.2.4, + any.lens-aeson ==1.0.2, + any.lens-datetime ==0.3, + any.lens-family ==1.2.3, + any.lens-family-core ==1.2.3, + any.lens-family-th ==0.5.0.2, + any.lens-misc ==0.0.2.0, + any.lens-process ==0.3.0.1, + any.lens-properties ==4.11.1, + any.lens-regex ==0.1.1, + any.lens-regex-pcre ==0.3.1.0, + any.lens-simple ==0.1.0.9, + any.lens-typelevel ==0.1.1.0, + any.lenz ==0.3.1.0, + any.leveldb-haskell ==0.6.5, + any.libffi ==0.1, + any.libgit ==0.3.1, + any.libgraph ==1.14, + any.libmpd ==0.9.1.0, + any.liboath-hs ==0.0.1.1, + any.libraft ==0.5.0.0, + any.libsystemd-journal ==1.4.4, + any.libyaml ==0.1.2, + any.lift-generics ==0.1.3, + any.lifted-async ==0.10.0.5, + any.lifted-base ==0.2.3.12, + any.line ==4.0.1, + any.linear ==1.20.9, + any.linear-circuit ==0.1.0.2, + any.linux-file-extents ==0.2.0.0, + any.linux-namespaces ==0.1.3.0, + any.list-t ==1.0.4, + any.list-witnesses ==0.1.1.1, + any.listsafe ==0.1.0.1, + any.llvm-hs ==8.0.0, + any.llvm-hs-pure ==8.0.0, + any.lmdb ==0.2.5, + any.load-env ==0.2.1.0, + any.loc ==0.1.3.4, + any.locators ==0.2.4.4, + any.loch-th ==0.2.2, + any.lockfree-queue ==0.2.3.1, + any.log-base ==0.8.0.0, + any.log-domain ==0.12, + any.logfloat ==0.13.3.3, + any.logger-thread ==0.1.0.2, + any.logging-effect ==1.3.9, + any.logging-facade ==0.3.0, + any.logging-facade-syslog ==1, + any.logict ==0.7.0.2, + any.loop ==0.3.0, + any.loopbreaker ==0.1.1.1, + any.lrucache ==1.2.0.1, + any.lrucaching ==0.3.3, + any.lsp-test ==0.6.1.0, + any.lucid ==2.9.12, + any.lucid-extras ==0.2.2, + any.lxd-client-config ==0.1.0.1, + any.lzma ==0.0.0.3, + any.lzma-conduit ==1.2.1, + any.machines ==0.6.4, + any.machines-binary ==0.3.0.3, + any.machines-directory ==0.2.1.0, + any.machines-io ==0.2.0.13, + any.magico ==0.0.2.1, + any.main-tester ==0.2.0.1, + any.mainland-pretty ==0.7.0.1, + any.makefile ==1.1.0.0, + any.managed ==1.0.7, + any.markdown ==0.1.17.4, + any.markdown-unlit ==0.5.0, + any.markov-chain ==0.0.3.4, + any.massiv ==0.4.5.0, + any.massiv-io ==0.1.9.0, + any.massiv-test ==0.1.2, + any.math-functions ==0.3.3.0, + any.mathexpr ==0.3.0.0, + any.matplotlib ==0.7.5, + any.matrices ==0.5.0, + any.matrix ==0.3.6.1, + any.matrix-market-attoparsec ==0.1.1.3, + any.matrix-static ==0.2.1, + any.maximal-cliques ==0.1.1, + any.mbox ==0.3.4, + any.mbtiles ==0.6.0.0, + any.mcmc-types ==1.0.3, + any.median-stream ==0.7.0.0, + any.mega-sdist ==0.4.0.1, + any.megaparsec ==7.0.5, + any.megaparsec-tests ==7.0.5, + any.memory ==0.14.18, + any.menshen ==0.0.3, + any.mercury-api ==0.1.0.2, + any.merkle-tree ==0.1.1, + mersenne-random-pure64 -small_base, + any.mersenne-random-pure64 ==0.2.2.0, + any.messagepack ==0.5.4, + any.metrics ==0.4.1.1, + any.mfsolve ==0.3.2.0, + any.micro-recursion-schemes ==5.0.2.2, + any.microformats2-parser ==1.0.1.9, + any.microlens ==0.4.10, + any.microlens-aeson ==2.3.0.4, + any.microlens-contra ==0.1.0.2, + any.microlens-ghc ==0.4.10, + any.microlens-mtl ==0.1.11.1, + any.microlens-platform ==0.3.11, + any.microlens-process ==0.2.0.1, + any.microlens-th ==0.4.2.3, + any.microspec ==0.2.1.3, + any.microstache ==1.0.1.1, + any.midair ==0.2.0.1, + any.midi ==0.2.2.2, + any.midi-music-box ==0.0.1.1, + any.mighty-metropolis ==1.2.0, + any.mime-mail ==0.5.0, + any.mime-mail-ses ==0.4.1, + any.mime-types ==0.1.0.9, + any.minimorph ==0.2.1.0, + minio-hs -live-test, + any.minio-hs ==1.5.2, + any.miniutter ==0.5.0.0, + mintty +win32-2-5-3, + any.mintty ==0.1.2, + any.miso ==1.2.0.0, + any.missing-foreign ==0.1.1, + any.mixed-types-num ==0.4.0.1, + any.mltool ==0.2.0.1, + any.mmap ==0.5.9, + any.mmark ==0.0.7.1, + any.mmark-cli ==0.0.5.0, + any.mmark-ext ==0.2.1.2, + any.mmorph ==1.1.3, + any.mmtf ==0.1.3.1, + any.mnist-idx ==0.1.2.8, + any.mockery ==0.3.5, + any.modern-uri ==0.3.1.0, + any.modular ==0.1.0.8, + any.monad-control ==1.0.2.3, + any.monad-control-aligned ==0.0.1.1, + any.monad-coroutine ==0.9.0.4, + any.monad-extras ==0.6.0, + any.monad-journal ==0.8.1, + any.monad-logger ==0.3.31, + any.monad-logger-json ==0.1.0.0, + any.monad-logger-prefix ==0.1.11, + any.monad-logger-syslog ==0.1.6.0, + any.monad-loops ==0.4.3, + any.monad-memo ==0.5.1, + any.monad-metrics ==0.2.1.4, + any.monad-par ==0.3.5, + any.monad-par-extras ==0.3.3, + any.monad-parallel ==0.7.2.3, + any.monad-peel ==0.2.1.2, + any.monad-products ==4.0.1, + any.monad-skeleton ==0.1.5, + any.monad-st ==0.2.4.1, + any.monad-time ==0.3.1.0, + any.monad-unlift ==0.2.0, + any.monad-unlift-ref ==0.2.1, + any.monadic-arrays ==0.2.2, + any.monads-tf ==0.1.0.3, + any.mongoDB ==2.5.0.0, + any.mono-traversable ==1.0.15.1, + any.mono-traversable-instances ==0.1.0.0, + any.mono-traversable-keys ==0.1.0, + any.monoid-extras ==0.5.1, + any.monoid-subclasses ==0.4.6.1, + any.monoid-transformer ==0.0.4, + any.monoidal-containers ==0.4.0.0, + any.moo ==1.2, + any.more-containers ==0.2.2.0, + any.mountpoints ==1.0.2, + any.mpi-hs ==0.5.3.0, + any.msgpack ==1.0.1.0, + any.msgpack-aeson ==0.1.0.0, + any.mtl ==2.2.2, + any.mtl-compat ==0.2.2, + any.mtl-prelude ==2.0.3.1, + any.multiarg ==0.30.0.10, + any.multimap ==1.2.1, + any.multipart ==0.1.3, + any.multiset ==0.3.4.3, + any.multistate ==0.8.0.2, + any.murmur-hash ==0.1.0.9, + any.murmur3 ==1.0.3, + any.mustache ==2.3.1, + any.mutable-containers ==0.3.4, + any.mwc-probability ==2.1.0, + any.mwc-probability-transition ==0.4, + any.mwc-random ==0.14.0.0, + any.mysql ==0.1.7, + any.mysql-haskell ==0.8.4.2, + any.mysql-haskell-nem ==0.1.0.0, + any.mysql-simple ==0.4.5, + any.n2o ==0.11.1, + any.nagios-check ==0.3.2, + any.named ==0.3.0.1, + any.names-th ==0.3.0.0, + any.nano-erl ==0.1.0.1, + any.nanospec ==0.2.2, + any.nats ==1.1.2, + any.natural-induction ==0.2.0.0, + any.natural-sort ==0.1.2, + any.natural-transformation ==0.4, + any.ndjson-conduit ==0.1.0.5, + any.neat-interpolation ==0.3.2.6, + any.netlib-carray ==0.1, + any.netlib-comfort-array ==0.0.0.1, + any.netlib-ffi ==0.1.1, + any.netpbm ==1.0.3, + any.netrc ==0.2.0.0, + any.nettle ==0.3.0, + any.netwire ==5.0.3, + any.netwire-input ==0.0.7, + any.netwire-input-glfw ==0.0.10, + any.network ==3.1.1.1, + any.network-anonymous-i2p ==0.10.0, + any.network-attoparsec ==0.12.2, + any.network-bsd ==2.8.0.0, + any.network-byte-order ==0.1.4.0, + any.network-conduit-tls ==1.3.2, + any.network-house ==0.1.0.2, + any.network-info ==0.2.0.10, + any.network-ip ==0.3.0.3, + any.network-messagepack-rpc ==0.1.2.0, + any.network-multicast ==0.3.2, + any.network-simple ==0.4.5, + any.network-simple-tls ==0.3.2, + any.network-transport ==0.5.4, + any.network-transport-composed ==0.2.1, + any.network-uri ==2.6.2.0, + any.newtype ==0.2.2.0, + any.newtype-generics ==0.5.4, + any.nicify-lib ==1.0.1, + nix-paths +allow-relative-paths, + any.nix-paths ==1.0.1, + any.no-value ==1.0.0.0, + any.non-empty ==0.3.2, + any.non-empty-sequence ==0.2.0.4, + any.non-negative ==0.1.2, + any.nonce ==1.0.7, + any.nondeterminism ==1.4, + any.nonempty-containers ==0.3.1.0, + any.nonemptymap ==0.0.6.0, + any.not-gloss ==0.7.7.0, + any.nowdoc ==0.1.1.0, + any.nqe ==0.6.1, + any.nsis ==0.3.3, + any.numbers ==3000.2.0.2, + any.numeric-extras ==0.1, + any.numeric-prelude ==0.4.3.1, + any.numhask ==0.3.1, + any.numtype-dk ==0.5.0.2, + any.nuxeo ==0.3.2, + any.nvim-hs ==2.1.0.2, + any.nvim-hs-contrib ==2.0.0.0, + any.nvvm ==0.9.0.0, + any.oauthenticated ==0.2.1.0, + any.oblivious-transfer ==0.1.0, + any.odbc ==0.2.2, + any.oeis ==0.3.10, + any.oeis2 ==1.0.3, + any.ofx ==0.4.4.0, + any.old-locale ==1.0.0.7, + any.old-time ==1.1.0.3, + any.once ==0.4, + any.one-liner ==1.0, + any.one-liner-instances ==0.1.2.1, + any.oo-prototypes ==0.1.0.0, + any.opaleye ==0.6.7004.1, + any.open-browser ==0.2.1.0, + any.open-witness ==0.4.0.1, + any.openexr-write ==0.1.0.2, + any.openpgp-asciiarmor ==0.1.2, + any.opensource ==0.1.1.0, + any.openssl-streams ==1.2.2.0, + any.operational ==0.2.3.5, + any.operational-class ==0.3.0.0, + any.optional-args ==1.0.2, + any.options ==1.2.1.1, + any.optparse-applicative ==0.14.3.0, + any.optparse-enum ==1.0.0.0, + any.optparse-generic ==1.3.1, + any.optparse-simple ==0.1.1.2, + any.optparse-text ==0.1.1.0, + any.ordered-containers ==0.2.2, + any.oset ==0.4.0.1, + any.overhang ==1.0.0, + any.packcheck ==0.4.2, + any.pager ==0.1.1.0, + any.pagination ==0.2.1, + any.pairing ==0.4.1, + any.palette ==0.3.0.2, + any.pandoc ==2.7.3, + any.pandoc-citeproc ==0.16.2, + any.pandoc-csv2table ==1.0.8, + any.pandoc-markdown-ghci-filter ==0.1.0.0, + any.pandoc-pyplot ==2.1.5.1, + any.pandoc-types ==1.17.6.1, + any.pantry ==0.1.1.2, + any.parallel ==3.2.2.0, + any.parallel-io ==0.3.3, + any.paripari ==0.6.0.1, + any.parseargs ==0.2.0.9, + any.parsec ==3.1.14.0, + any.parsec-class ==1.0.0.0, + any.parsec-numbers ==0.1.0, + any.parsec-numeric ==0.1.0.0, + any.parser-combinators ==1.1.0, + any.parser-combinators-tests ==1.1.0, + any.parsers ==0.12.10, + any.partial-handler ==1.0.3, + any.partial-isomorphisms ==0.2.2.1, + any.partial-semigroup ==0.5.1.1, + any.password ==0.1.0.1, + any.password-instances ==0.3.0.1, + any.path ==0.6.1, + any.path-extra ==0.2.0, + any.path-io ==1.4.2, + any.path-pieces ==0.2.1, + any.path-text-utf8 ==0.0.1.2, + pathtype -old-time, + any.pathtype ==0.8.1, + any.pathwalk ==0.3.1.2, + any.pattern-arrows ==0.0.2, + any.pcf-font ==0.2.2.0, + any.pcf-font-embed ==0.1.2.0, + any.pcg-random ==0.1.3.6, + any.pcre-heavy ==1.0.0.2, + any.pcre-light ==0.4.1.0, + any.pcre-utils ==0.1.8.1.1, + any.pdfinfo ==1.5.4, + any.peano ==0.1.0.1, + any.pedersen-commitment ==0.2.0, + any.pem ==0.2.4, + any.pencil ==1.0.1, + any.percent-format ==0.0.1, + any.peregrin ==0.3.0, + any.perfect-hash-generator ==0.2.0.6, + any.persist ==0.1.1.4, + any.persistable-record ==0.6.0.4, + any.persistable-types-HDBC-pg ==0.0.3.5, + any.persistent ==2.10.2, + any.persistent-iproute ==0.2.4, + any.persistent-mysql ==2.9.0, + any.persistent-mysql-haskell ==0.5.2, + any.persistent-pagination ==0.1.1.1, + any.persistent-postgresql ==2.9.1, + any.persistent-qq ==2.9.1, + any.persistent-sqlite ==2.10.5, + any.persistent-template ==2.7.2, + any.persistent-typed-db ==0.0.1.1, + any.pg-harness-client ==0.6.0, + any.pg-harness-server ==0.6.2, + any.pg-transact ==0.1.2.0, + any.pgp-wordlist ==0.1.0.3, + any.phantom-state ==0.2.1.2, + any.pid1 ==0.1.2.0, + any.pinboard ==0.10.1.4, + any.pipes ==4.3.13, + any.pipes-aeson ==0.4.1.8, + any.pipes-attoparsec ==0.5.1.5, + any.pipes-binary ==0.4.2, + any.pipes-bytestring ==2.1.6, + any.pipes-category ==0.3.0.0, + any.pipes-concurrency ==2.0.12, + any.pipes-csv ==1.4.3, + any.pipes-extras ==1.0.15, + any.pipes-fastx ==0.3.0.0, + any.pipes-fluid ==0.6.0.1, + any.pipes-group ==1.0.12, + any.pipes-http ==1.0.6, + any.pipes-misc ==0.5.0.0, + any.pipes-network ==0.6.5, + any.pipes-network-tls ==0.3, + any.pipes-parse ==3.0.8, + any.pipes-random ==1.0.0.5, + any.pipes-safe ==2.3.2, + any.pipes-wai ==3.2.0, + any.pkcs10 ==0.2.0.0, + any.placeholders ==0.1, + any.planb-token-introspection ==0.1.4.0, + any.plotlyhs ==0.2.1, + any.pointed ==5.0.1, + any.pointedlist ==0.6.1, + any.pointless-fun ==1.1.0.6, + any.poll ==0.0.0.1, + any.poly ==0.3.1.0, + any.poly-arity ==0.1.0, + any.polynomials-bernstein ==1.1.2, + any.polyparse ==1.12.1, + any.polysemy ==1.0.0.0, + any.polysemy-plugin ==0.2.4.0, + any.polysemy-zoo ==0.5.0.1, + any.pooled-io ==0.0.2.2, + any.port-utils ==0.2.1.0, + any.posix-paths ==0.2.1.6, + any.possibly ==1.0.0.0, + any.post-mess-age ==0.2.1.0, + any.postgresql-binary ==0.12.2, + any.postgresql-libpq ==0.9.4.2, + any.postgresql-orm ==0.5.1, + any.postgresql-schema ==0.1.14, + any.postgresql-simple ==0.6.2, + any.postgresql-simple-migration ==0.1.15.0, + any.postgresql-simple-queue ==1.0.1, + any.postgresql-simple-url ==0.2.1.0, + any.postgresql-transactional ==1.1.1, + any.postgresql-typed ==0.6.1.0, + any.pptable ==0.3.0.0, + any.pqueue ==1.4.1.2, + any.prefix-units ==0.2.0, + any.prelude-compat ==0.0.0.2, + any.prelude-safeenum ==0.1.1.2, + any.present ==4.1.0, + any.pretty-class ==1.0.1.1, + any.pretty-hex ==1.0, + any.pretty-show ==1.9.5, + any.pretty-simple ==2.2.0.1, + any.pretty-sop ==0.2.0.3, + any.pretty-types ==0.3.0.1, + any.prettyclass ==1.0.0.0, + any.prettyprinter ==1.2.1.1, + any.prettyprinter-ansi-terminal ==1.1.1.2, + any.prettyprinter-compat-annotated-wl-pprint ==1, + any.prettyprinter-compat-ansi-wl-pprint ==1.0.1, + any.prettyprinter-compat-wl-pprint ==1.0.0.1, + any.prettyprinter-convert-ansi-wl-pprint ==1.1, + any.prim-uniq ==0.1.0.1, + any.primes ==0.2.1.0, + any.primitive ==0.7.1.0, + any.primitive-extras ==0.7.1.1, + any.probability ==0.2.6, + any.process-extras ==0.7.4, + any.product-isomorphic ==0.0.3.3, + any.product-profunctors ==0.10.0.0, + any.profiterole ==0.1, + any.profunctors ==5.3, + any.project-template ==0.2.0.1, + any.projectroot ==0.2.0.1, + any.prometheus ==2.1.2, + any.prometheus-client ==1.0.0, + any.promises ==0.3, + any.prompt ==0.1.1.2, + any.prospect ==0.1.0.0, + any.proto-lens ==0.5.1.0, + any.proto-lens-arbitrary ==0.1.2.8, + any.proto-lens-optparse ==0.1.1.6, + any.proto-lens-protobuf-types ==0.5.0.0, + any.proto-lens-protoc ==0.5.0.0, + any.proto-lens-runtime ==0.5.0.0, + any.proto-lens-setup ==0.4.0.2, + any.protobuf ==0.2.1.2, + any.protobuf-simple ==0.1.1.0, + any.protocol-buffers ==2.4.13, + any.protocol-buffers-descriptor ==2.4.13, + any.protocol-radius ==0.0.1.1, + any.protocol-radius-test ==0.1.0.1, + any.protolude ==0.2.3, + any.proxied ==0.3.1, + any.psql-helpers ==0.1.0.0, + any.psqueues ==0.2.7.2, + any.pure-zlib ==0.6.7, + any.pureMD5 ==2.1.3, + any.purescript-bridge ==0.13.0.0, + any.pushbullet-types ==0.4.1.0, + any.pusher-http-haskell ==1.5.1.11, + any.qchas ==1.1.0.1, + any.qm-interpolated-string ==0.3.0.0, + any.qnap-decrypt ==0.3.5, + any.qrcode-core ==0.9.2, + any.qrcode-juicypixels ==0.8.0, + any.quadratic-irrational ==0.1.0, + any.quickbench ==1.0, + any.quickcheck-arbitrary-adt ==0.3.1.0, + any.quickcheck-assertions ==0.3.0, + any.quickcheck-classes ==0.6.1.0, + any.quickcheck-instances ==0.3.19, + any.quickcheck-io ==0.2.0, + any.quickcheck-simple ==0.1.1.1, + any.quickcheck-special ==0.1.0.6, + any.quickcheck-state-machine ==0.6.0, + any.quickcheck-text ==0.1.2.1, + any.quickcheck-transformer ==0.3.1, + any.quickcheck-unicode ==1.0.1.0, + any.quiet ==0.2, + any.radius ==0.6.1.0, + any.rainbow ==0.30.0.2, + any.rainbox ==0.20.0.0, + any.ramus ==0.1.2, + any.rando ==0.0.0.4, + any.random ==1.1, + any.random-bytestring ==0.1.3.2, + any.random-fu ==0.2.7.3, + any.random-shuffle ==0.0.4, + any.random-source ==0.3.0.6, + any.random-tree ==0.6.0.5, + any.range ==0.2.1.1, + any.range-set-list ==0.1.3.1, + any.rank1dynamic ==0.4.0, + any.rank2classes ==1.3.2.1, + any.rasterific-svg ==0.3.3.2, + any.ratel ==1.0.9, + any.ratel-wai ==1.1.1, + any.rattle ==0.1, + any.rattletrap ==9.0.7, + any.raw-strings-qq ==1.1, + any.rawfilepath ==0.2.4, + any.rawstring-qm ==0.2.3.0, + any.rcu ==0.2.4, + any.rdf ==0.1.0.3, + any.re2 ==0.3, + any.read-editor ==0.1.0.2, + any.read-env-var ==1.0.0.0, + any.readable ==0.3.1, + any.reanimate ==0.1.8.0, + any.reanimate-svg ==0.9.3.1, + any.rebase ==1.3.1.1, + any.record-dot-preprocessor ==0.2.2, + any.record-hasfield ==1.0, + any.records-sop ==0.1.0.3, + any.recursion-schemes ==5.1.3, + any.reducers ==3.12.3, + any.refact ==0.3.0.2, + any.references ==0.3.3.1, + any.reflection ==2.1.5, + any.regex ==1.0.2.0, + any.regex-applicative ==0.3.3.1, + any.regex-applicative-text ==0.1.0.1, + any.regex-base ==0.93.2, + any.regex-compat ==0.95.1, + any.regex-compat-tdfa ==0.95.1.4, + any.regex-pcre ==0.94.4, + any.regex-pcre-builtin ==0.94.5.8.8.35, + any.regex-pcre-text ==0.94.0.1, + any.regex-posix ==0.95.2, + any.regex-tdfa ==1.2.3.2, + any.regex-tdfa-text ==1.0.0.3, + any.regex-with-pcre ==1.0.2.0, + any.registry ==0.1.7.0, + any.reinterpret-cast ==0.1.0, + any.relapse ==1.0.0.0, + any.relational-query ==0.12.2.2, + any.relational-query-HDBC ==0.7.2.0, + any.relational-record ==0.2.2.0, + any.relational-schemas ==0.1.7.0, + any.relude ==0.5.0, + any.renderable ==0.2.0.1, + any.repa ==3.4.1.4, + any.repa-algorithms ==3.4.1.3, + any.repa-io ==3.4.1.1, + any.replace-attoparsec ==1.0.3.0, + any.replace-megaparsec ==1.1.5.0, + any.repline ==0.2.1.0, + any.req ==2.1.0, + any.req-conduit ==1.0.0, + any.require ==0.4.3, + any.rerebase ==1.3.1.1, + any.resistor-cube ==0.0.1.2, + any.resource-pool ==0.2.3.2, + any.resourcet ==1.2.2, + any.result ==0.2.6.0, + any.rethinkdb-client-driver ==0.0.25, + any.retry ==0.8.1.0, + any.rev-state ==0.1.2, + any.rfc1751 ==0.1.2, + any.rfc5051 ==0.1.0.4, + any.rg ==1.4.0.0, + any.rhine ==0.5.1.0, + any.rhine-gloss ==0.5.1.0, + any.rigel-viz ==0.2.0.0, + any.rio ==0.1.13.0, + any.rio-orphans ==0.1.1.0, + any.rio-prettyprint ==0.1.0.0, + any.roc-id ==0.1.0.0, + any.rocksdb-haskell ==1.0.1, + any.rocksdb-query ==0.2.0, + any.roles ==0.2.0.0, + any.rope-utf16-splay ==0.3.1.0, + any.rosezipper ==0.2, + any.rot13 ==0.2.0.1, + any.rpmbuild-order ==0.2.1, + any.runmemo ==1.0.0.1, + any.rvar ==0.2.0.3, + any.s3-signer ==0.5.0.0, + any.safe ==0.3.18, + any.safe-exceptions ==0.1.7.0, + any.safe-exceptions-checked ==0.1.0, + any.safe-foldable ==0.1.0.0, + any.safe-json ==0.1.0, + any.safe-money ==0.9, + any.safecopy ==0.9.4.3, + any.safeio ==0.0.5.0, + any.salak ==0.3.5.3, + any.salak-toml ==0.3.5.3, + any.salak-yaml ==0.3.5.3, + any.saltine ==0.1.0.2, + any.salve ==1.0.8, + any.sample-frame ==0.0.3, + any.sample-frame-np ==0.0.4.1, + any.sampling ==0.3.3, + any.sandman ==0.2.0.1, + any.say ==0.1.0.1, + any.sbp ==2.6.3, + any.sbv ==8.3, + any.scalpel ==0.6.1, + any.scalpel-core ==0.6.1, + any.scanf ==0.1.0.0, + any.scanner ==0.3.1, + any.scheduler ==1.4.2.1, + any.scientific ==0.3.6.2, + any.scotty ==0.11.5, + any.scrypt ==0.5.0, + any.sdl2 ==2.5.1.0, + any.sdl2-gfx ==0.2, + any.sdl2-image ==2.0.0, + any.sdl2-mixer ==1.1.0, + any.sdl2-ttf ==2.1.0, + any.secp256k1-haskell ==0.1.8, + any.securemem ==0.1.10, + any.selda ==0.4.0.0, + any.selda-json ==0.1.1.0, + any.selda-postgresql ==0.1.8.0, + any.selda-sqlite ==0.1.7.0, + any.selective ==0.3, + any.semialign ==1, + any.semigroupoid-extras ==5, + any.semigroupoids ==5.3.4, + any.semigroups ==0.18.5, + any.semiring-simple ==1.0.0.1, + any.semirings ==0.4.2, + any.semver ==0.3.4, + any.sendfile ==0.7.11.1, + any.seqalign ==0.2.0.4, + any.serf ==0.1.1.0, + any.serialise ==0.2.2.0, + any.servant ==0.17, + any.servant-JuicyPixels ==0.3.0.5, + any.servant-auth ==0.3.2.0, + any.servant-auth-docs ==0.2.10.0, + any.servant-auth-server ==0.4.5.1, + any.servant-auth-swagger ==0.2.10.0, + any.servant-auth-wordpress ==1.0.0.1, + any.servant-blaze ==0.9, + any.servant-cassava ==0.10, + any.servant-checked-exceptions ==2.2.0.0, + any.servant-checked-exceptions-core ==2.2.0.0, + any.servant-cli ==0.1.0.1, + any.servant-client ==0.17, + any.servant-client-core ==0.17, + any.servant-conduit ==0.15, + any.servant-docs ==0.11.4, + any.servant-elm ==0.6.1, + any.servant-foreign ==0.15, + any.servant-http-streams ==0.16.0.1, + any.servant-js ==0.9.4.1, + any.servant-kotlin ==0.1.1.9, + any.servant-lucid ==0.9, + any.servant-machines ==0.15, + any.servant-mock ==0.8.5, + any.servant-multipart ==0.11.5, + any.servant-pipes ==0.15.1, + any.servant-rawm ==0.3.2.0, + any.servant-ruby ==0.9.0.0, + any.servant-server ==0.17, + any.servant-static-th ==0.2.2.1, + any.servant-swagger ==1.1.8, + any.servant-swagger-ui ==0.3.4.3.23.11, + any.servant-swagger-ui-core ==0.3.3, + any.servant-swagger-ui-redoc ==0.3.3.1.22.3, + any.servant-tracing ==0.1.0.2, + any.servant-xml ==1.0.1.4, + any.servant-yaml ==0.1.0.1, + any.serversession ==1.0.1, + any.serversession-frontend-wai ==1.0, + any.servius ==1.2.3.0, + any.ses-html ==0.4.0.0, + any.set-cover ==0.0.9, + any.setenv ==0.1.1.3, + any.setlocale ==1.0.0.9, + any.sexp-grammar ==2.0.2, + any.sexpr-parser ==0.1.1.2, + any.shake ==0.18.5, + any.shake-language-c ==0.12.0, + any.shakespeare ==2.0.24, + any.shared-memory ==0.2.0.0, + any.shell-conduit ==4.7.0, + any.shell-escape ==0.2.0, + any.shellmet ==0.0.3.0, + any.shelltestrunner ==1.9, + any.shelly ==1.8.1, + any.shikensu ==0.3.11, + any.shortcut-links ==0.4.2.1, + any.should-not-typecheck ==2.1.0, + any.show-combinators ==0.1.1.0, + any.show-prettyprint ==0.3.0.1, + any.shower ==0.2.0.2, + any.siggy-chardust ==1.0.0, + any.signal ==0.1.0.4, + any.silently ==1.2.5.1, + any.simple ==0.11.3, + any.simple-cabal ==0.1.1, + any.simple-cmd ==0.2.1, + any.simple-cmd-args ==0.1.5, + any.simple-log ==0.9.12, + any.simple-reflect ==0.3.3, + any.simple-sendfile ==0.2.30, + any.simple-session ==0.10.1.1, + any.simple-templates ==0.9.0.0, + any.simple-vec3 ==0.6, + any.simplistic-generics ==0.1.0.0, + any.since ==0.0.0, + any.singleton-bool ==0.1.5, + any.singleton-nats ==0.4.3, + any.singletons ==2.5.1, + any.siphash ==1.0.3, + any.size-based ==0.1.2.0, + any.sized-grid ==0.1.1.6, + any.skein ==1.0.9.4, + any.skews ==0.1.0.2, + any.skip-var ==0.1.1.0, + any.skylighting ==0.8.2.1, + any.skylighting-core ==0.8.2.1, + any.slack-web ==0.2.0.11, + any.smallcheck ==1.1.5, + any.smallcheck-series ==0.6.1, + any.smoothie ==0.4.2.10, + any.snap-blaze ==0.2.1.5, + any.snap-core ==1.0.4.1, + any.snap-server ==1.1.1.1, + any.snowflake ==0.1.1.1, + any.soap ==0.2.3.6, + any.soap-tls ==0.1.1.4, + any.socket-activation ==0.1.0.2, + any.socks ==0.6.1, + any.sop-core ==0.5.0.1, + any.sort ==1.0.0.0, + any.sorted-list ==0.2.1.0, + any.sourcemap ==0.1.6, + any.sox ==0.2.3.1, + any.soxlib ==0.0.3.1, + any.sparse-linear-algebra ==0.3.1, + any.spatial-math ==0.5.0.1, + any.special-values ==0.1.0.0, + any.speculate ==0.3.5, + any.speedy-slice ==0.3.0, + any.sphinx ==0.6.0.2, + any.splice ==0.6.1.1, + any.split ==0.2.3.3, + any.splitmix ==0.0.3, + any.spoon ==0.3.1, + any.spreadsheet ==0.1.3.8, + any.sql-words ==0.1.6.3, + any.sqlite-simple ==0.4.16.0, + any.sqlite-simple-errors ==0.6.1.0, + any.srcloc ==0.5.1.2, + any.stache ==2.0.1, + any.stack ==2.1.3.1, + any.starter ==0.3.0, + any.state-codes ==0.1.3, + any.stateref ==0.3, + any.statestack ==0.2.0.5, + any.static-text ==0.2.0.4, + any.statistics ==0.15.2.0, + any.statistics-linreg ==0.3, + any.stb-image-redux ==0.2.1.3, + any.step-function ==0.2, + any.stm-chans ==3.0.0.4, + any.stm-conduit ==4.0.1, + any.stm-delay ==0.1.1.1, + any.stm-extras ==0.1.0.3, + any.stm-split ==0.0.2.1, + any.stopwatch ==0.1.0.6, + any.storable-complex ==0.2.3.0, + any.storable-record ==0.0.4.1, + any.storable-tuple ==0.0.3.3, + any.storablevector ==0.2.13, + any.store ==0.7.2, + any.store-core ==0.4.4.2, + any.stratosphere ==0.40.0, + any.streaming ==0.2.3.0, + any.streaming-attoparsec ==1.0.0.1, + any.streaming-binary ==0.3.0.1, + any.streaming-bytestring ==0.1.6, + any.streaming-cassava ==0.1.0.1, + any.streaming-commons ==0.2.1.2, + any.streaming-wai ==0.1.1, + any.streamly ==0.6.1, + any.streamproc ==1.6.2, + any.streams ==3.3, + any.strict ==0.3.2, + any.strict-base-types ==0.6.1, + any.strict-concurrency ==0.2.4.3, + any.strict-list ==0.1.5, + any.string-class ==0.1.7.0, + any.string-combinators ==0.6.0.5, + any.string-conv ==0.1.2, + any.string-conversions ==0.4.0.1, + any.string-interpolate ==0.1.0.1, + any.string-qq ==0.0.4, + any.string-transform ==1.1.1, + any.stringbuilder ==0.5.1, + any.stringsearch ==0.3.6.6, + any.stripe-concepts ==1.0.2.0, + any.stripe-scotty ==1.0.0.0, + any.stripe-signature ==1.0.0.1, + any.stripe-wreq ==1.0.1.0, + any.strive ==5.0.9, + any.structs ==0.1.3, + any.structured-cli ==2.5.2.0, + any.sum-type-boilerplate ==0.1.1, + any.summoner ==1.3.0.1, + any.sundown ==0.6, + any.superbuffer ==0.3.1.1, + any.sv ==1.3.1, + any.sv-cassava ==0.3, + any.sv-core ==0.4.1, + any.svg-builder ==0.1.1, + any.svg-tree ==0.6.2.4, + any.swagger ==0.3.0, + any.swagger2 ==2.4, + any.swish ==0.10.0.2, + any.syb ==0.7.1, + any.symbol ==0.2.4, + any.symengine ==0.1.2.0, + any.sysinfo ==0.1.1, + any.system-argv0 ==0.1.1, + any.system-fileio ==0.3.16.4, + any.system-filepath ==0.4.14, + any.systemd ==2.3.0, + any.tabular ==0.2.2.7, + any.tagchup ==0.4.1.1, + any.tagged ==0.8.6, + any.tagged-binary ==0.2.0.1, + any.tagged-identity ==0.1.3, + any.tagged-transformer ==0.8.1, + any.tagshare ==0.0, + any.tagsoup ==0.14.8, + any.tagstream-conduit ==0.5.5.3, + any.tao ==1.0.0, + any.tao-example ==1.0.0, + tar -old-time, + any.tar ==0.5.1.1, + any.tar-conduit ==0.3.2, + any.tardis ==0.4.1.0, + any.tasty ==1.2.3, + any.tasty-ant-xml ==1.1.6, + any.tasty-dejafu ==2.0.0.1, + any.tasty-discover ==4.2.1, + any.tasty-expected-failure ==0.11.1.2, + any.tasty-golden ==2.3.2, + any.tasty-hedgehog ==1.0.0.2, + any.tasty-hspec ==1.1.5.1, + any.tasty-hunit ==0.10.0.2, + any.tasty-kat ==0.0.3, + any.tasty-leancheck ==0.0.1, + any.tasty-lua ==0.2.2, + any.tasty-program ==1.0.5, + any.tasty-quickcheck ==0.10.1.1, + any.tasty-silver ==3.1.13, + any.tasty-smallcheck ==0.8.1, + any.tasty-th ==0.1.7, + any.tce-conf ==1.3, + any.tcp-streams ==1.0.1.1, + any.tcp-streams-openssl ==1.0.1.0, + any.tdigest ==0.2.1, + any.template-toolkit ==0.1.1.0, + any.temporary ==1.3, + any.temporary-rc ==1.2.0.3, + any.temporary-resourcet ==0.1.0.1, + any.tensorflow-test ==0.1.0.0, + any.tensors ==0.1.4, + any.termbox ==0.2.0, + any.terminal-progress-bar ==0.4.1, + any.terminal-size ==0.3.2.1, + any.test-framework ==0.8.2.0, + any.test-framework-hunit ==0.3.0.2, + any.test-framework-leancheck ==0.0.1, + any.test-framework-quickcheck2 ==0.3.0.5, + any.test-framework-smallcheck ==0.2, + any.test-framework-th ==0.2.4, + any.testing-feat ==1.1.0.0, + any.testing-type-modifiers ==0.1.0.1, + any.texmath ==0.11.3, + any.text ==1.2.4.0, + any.text-ansi ==0.1.0, + any.text-binary ==0.2.1.1, + any.text-builder ==0.6.6.1, + any.text-conversions ==0.3.0, + any.text-format ==0.3.2, + any.text-icu ==0.7.0.1, + any.text-latin1 ==0.3.1, + any.text-ldap ==0.1.1.13, + any.text-manipulate ==0.2.0.1, + any.text-metrics ==0.3.0, + any.text-postgresql ==0.0.3.1, + any.text-printer ==0.5.0.1, + any.text-region ==0.3.1.0, + any.text-short ==0.1.3, + any.text-show ==3.8.2, + any.text-show-instances ==3.8.3, + any.text-zipper ==0.10.1, + any.textlocal ==0.1.0.5, + any.tf-random ==0.5, + any.tfp ==1.0.1.1, + any.th-abstraction ==0.3.2.0, + any.th-data-compat ==0.0.2.7, + any.th-desugar ==1.9, + any.th-expand-syns ==0.4.5.0, + any.th-extras ==0.0.0.4, + any.th-lift ==0.8.1, + any.th-lift-instances ==0.1.14, + any.th-nowq ==0.1.0.3, + any.th-orphans ==0.13.9, + any.th-printf ==0.6.0, + any.th-reify-compat ==0.0.1.5, + any.th-reify-many ==0.1.9, + any.th-strict-compat ==0.1.0.1, + any.th-test-utils ==1.0.1, + any.th-utilities ==0.2.3.1, + any.these ==1.0.1, + any.thread-hierarchy ==0.3.0.1, + any.thread-local-storage ==0.2, + any.threads ==0.5.1.6, + any.threepenny-gui ==0.8.3.1, + any.throttle-io-stream ==0.2.0.1, + any.throwable-exceptions ==0.1.0.9, + any.thyme ==0.3.5.5, + any.tile ==0.3.0.0, + any.time-compat ==1.9.2.2, + any.time-lens ==0.4.0.2, + time-locale-compat -old-locale, + any.time-locale-compat ==0.1.1.5, + any.time-locale-vietnamese ==1.0.0.0, + any.time-manager ==0.0.0, + any.time-parsers ==0.1.2.1, + any.time-qq ==0.0.1.0, + any.time-units ==1.0.0, + any.timeit ==2.0, + any.timelens ==0.2.0.2, + any.timer-wheel ==0.2.0.1, + any.timerep ==2.0.0.2, + any.timezone-olson ==0.1.9, + any.timezone-series ==0.1.9, + any.tintin ==1.10.1, + any.tinylog ==0.15.0, + any.titlecase ==1.0.1, + any.tldr ==0.4.0.2, + any.tls ==1.5.4, + any.tls-debug ==0.4.5, + any.tls-session-manager ==0.0.4, + any.tmapchan ==0.0.3, + any.tmapmvar ==0.0.4, + any.tmp-postgres ==0.2.0.0, + any.token-bucket ==0.1.0.1, + any.tomland ==1.1.0.1, + any.tonalude ==0.1.1.0, + any.tonaparser ==0.1.0.0, + any.tonatona ==0.1.1.0, + any.tonatona-logger ==0.2.0.0, + any.tonatona-persistent-postgresql ==0.1.0.1, + any.tonatona-persistent-sqlite ==0.1.0.1, + any.tonatona-servant ==0.1.0.3, + any.torsor ==0.1, + any.tostring ==0.2.1.1, + any.tracing ==0.0.4.0, + any.transaction ==0.1.1.3, + any.transformers-base ==0.4.5.2, + any.transformers-bifunctors ==0.1, + transformers-compat +five-three, + any.transformers-compat ==0.6.5, + any.transformers-except ==0.1.1, + any.transformers-fix ==1.0, + any.traverse-with-class ==1.0.1.0, + any.tree-diff ==0.1, + any.tree-fun ==0.8.1.0, + any.trifecta ==2, + any.triplesec ==0.2.2.1, + any.trivial-constraint ==0.6.0.0, + any.true-name ==0.1.0.3, + any.tsv2csv ==0.1.0.2, + any.ttl-hashtables ==1.3.1.1, + any.ttrie ==0.1.2.1, + any.tuple ==0.3.0.2, + any.tuple-sop ==0.3.1.0, + any.tuple-th ==0.2.5, + any.tuples-homogenous-h98 ==0.1.1.0, + any.turtle ==1.5.16, + any.type-errors ==0.2.0.0, + any.type-errors-pretty ==0.0.1.0, + any.type-fun ==0.1.1, + any.type-hint ==0.1, + any.type-level-integers ==0.0.1, + any.type-level-kv-list ==1.1.0, + any.type-level-numbers ==0.1.1.1, + any.type-map ==0.1.6.0, + any.type-of-html ==1.5.1.0, + any.type-of-html-static ==0.1.0.2, + any.type-operators ==0.2.0.0, + any.type-spec ==0.4.0.0, + any.typed-process ==0.2.6.0, + any.typelits-witnesses ==0.4.0.0, + any.typenums ==0.1.2.1, + any.typerep-map ==0.3.2, + any.tz ==0.1.3.3, + any.tzdata ==0.1.20190911.0, + any.ua-parser ==0.7.5.1, + any.ucam-webauth ==0.1.0.0, + any.ucam-webauth-types ==0.1.0.0, + any.uglymemo ==0.1.0.1, + any.unagi-chan ==0.4.1.3, + any.unbound-generics ==0.4.0, + any.unbounded-delays ==0.1.1.0, + any.unboxed-ref ==0.4.0.0, + any.unboxing-vector ==0.1.1.0, + any.uncertain ==0.3.1.0, + any.unconstrained ==0.1.0.2, + any.unicode ==0.0.1.1, + any.unicode-show ==0.1.0.4, + any.unicode-transforms ==0.3.6, + any.unification-fd ==0.10.0.1, + any.union ==0.1.2, + any.union-find ==0.2, + any.uniplate ==1.6.12, + any.uniprot-kb ==0.1.2.0, + any.uniq-deep ==1.1.1, + any.unique ==0, + any.unique-logic ==0.4, + any.unique-logic-tf ==0.5.1, + any.unit-constraint ==0.0.0, + any.universe ==1.1.1, + any.universe-base ==1.1.1, + any.universe-dependent-sum ==1.1.0.1, + any.universe-instances-base ==1.1, + any.universe-instances-extended ==1.1.1, + any.universe-instances-trans ==1.1, + any.universe-reverse-instances ==1.1, + any.universum ==1.5.0, + any.unix-bytestring ==0.3.7.3, + any.unix-compat ==0.5.2, + any.unix-time ==0.4.7, + any.unliftio ==0.2.12, + any.unliftio-core ==0.1.2.0, + any.unliftio-pool ==0.2.1.0, + any.unliftio-streams ==0.1.1.0, + any.unlit ==0.4.0.0, + any.unordered-containers ==0.2.10.0, + any.unordered-intmap ==0.1.1, + any.unsafe ==0.0, + any.uri-bytestring ==0.3.2.2, + any.uri-bytestring-aeson ==0.1.0.7, + any.uri-encode ==1.5.0.5, + any.uri-templater ==0.3.1.0, + any.url ==2.1.3, + any.urlpath ==9.0.1, + any.users ==0.5.0.0, + any.users-postgresql-simple ==0.5.0.2, + any.users-test ==0.5.0.1, + any.utf8-light ==0.4.2, + any.utf8-string ==1.0.1.1, + any.util ==0.1.17.1, + any.utility-ht ==0.0.14, + any.uuid ==1.3.13, + any.uuid-types ==1.0.3, + any.validation ==1.1, + any.validity ==0.9.0.2, + any.validity-aeson ==0.2.0.2, + any.validity-bytestring ==0.4.1.0, + any.validity-containers ==0.3.1.0, + any.validity-path ==0.3.0.2, + any.validity-scientific ==0.2.0.2, + any.validity-text ==0.3.1.0, + any.validity-time ==0.2.0.2, + any.validity-unordered-containers ==0.2.0.2, + any.validity-uuid ==0.1.0.2, + any.validity-vector ==0.2.0.2, + any.valor ==0.1.0.0, + any.vault ==0.3.1.3, + any.vec ==0.1.1.1, + any.vector ==0.12.1.2, + any.vector-algorithms ==0.8.0.3, + any.vector-binary-instances ==0.2.5.1, + any.vector-buffer ==0.4.1, + any.vector-builder ==0.3.8, + any.vector-bytes-instances ==0.1.1, + any.vector-instances ==3.4, + any.vector-mmap ==0.0.3, + any.vector-sized ==1.2.0.1, + any.vector-space ==0.16, + any.vector-split ==1.0.0.2, + any.vector-th-unbox ==0.2.1.7, + any.verbosity ==0.3.0.0, + any.versions ==3.5.3, + any.viewprof ==0.0.0.32, + any.vinyl ==0.11.0, + any.vivid ==0.4.2.3, + any.vivid-osc ==0.5.0.0, + any.vivid-supercollider ==0.4.1.2, + any.void ==0.7.3, + any.vty ==5.25.1, + any.wai ==3.2.2.1, + any.wai-app-static ==3.1.7.1, + any.wai-cli ==0.2.1, + any.wai-conduit ==3.0.0.4, + any.wai-cors ==0.2.7, + any.wai-enforce-https ==0.0.1, + any.wai-eventsource ==3.0.0, + any.wai-extra ==3.0.29.1, + any.wai-handler-launch ==3.0.3.1, + any.wai-logger ==2.3.5, + any.wai-middleware-auth ==0.1.2.1, + any.wai-middleware-caching ==0.1.0.2, + any.wai-middleware-crowd ==0.1.4.2, + any.wai-middleware-static ==0.8.2, + any.wai-middleware-throttle ==0.3.0.1, + any.wai-middleware-travisci ==0.1.0, + any.wai-predicates ==0.10.0, + any.wai-session ==0.3.3, + any.wai-session-postgresql ==0.2.1.2, + any.wai-slack-middleware ==0.2.0, + any.wai-transformers ==0.1.0, + any.wai-websockets ==3.0.1.2, + any.warp ==3.3.5, + any.warp-tls ==3.2.9, + any.warp-tls-uid ==0.2.0.6, + any.wave ==0.2.0, + any.wcwidth ==0.0.2, + any.web-routes ==0.27.14.3, + any.web-routes-hsp ==0.24.6.1, + any.web-routes-wai ==0.24.3.1, + any.web3 ==0.8.3.2, + any.webdriver ==0.9.0.1, + any.webex-teams-api ==0.2.0.0, + any.webex-teams-conduit ==0.2.0.0, + any.webex-teams-pipes ==0.2.0.0, + any.webrtc-vad ==0.1.0.3, + any.websockets ==0.12.6.1, + any.websockets-snap ==0.10.3.1, + any.weeder ==1.0.8, + any.weigh ==0.0.16, + any.wide-word ==0.1.1.0, + any.wikicfp-scraper ==0.1.0.11, + any.wild-bind ==0.1.2.5, + any.wild-bind-x11 ==0.2.0.9, + windns +allow-non-windows, + any.windns ==0.1.0.1, + any.winery ==1.1.3, + any.wire-streams ==0.1.1.0, + any.with-location ==0.1.0, + any.witness ==0.4, + any.wizards ==1.0.3, + any.wl-pprint-annotated ==0.1.0.1, + any.wl-pprint-console ==0.1.0.2, + any.wl-pprint-text ==1.2.0.1, + any.word-trie ==0.3.0, + any.word-wrap ==0.4.1, + any.word24 ==2.0.1, + any.word8 ==0.1.3, + any.wordpress-auth ==1.0.0.0, + any.world-peace ==1.0.1.0, + any.wrap ==0.0.0, + any.wreq ==0.5.3.2, + any.writer-cps-exceptions ==0.1.0.1, + any.writer-cps-mtl ==0.1.1.6, + any.writer-cps-transformers ==0.5.6.1, + any.ws ==0.0.5, + any.wuss ==1.1.15, + any.x11-xim ==0.0.9.0, + any.x509 ==1.7.5, + any.x509-store ==1.6.7, + any.x509-system ==1.6.6, + any.x509-validation ==1.6.11, + any.xdg-basedir ==0.2.2, + any.xdg-userdirs ==0.1.0.2, + any.xeno ==0.3.5.2, + any.xenstore ==0.1.1, + any.xls ==0.1.2, + any.xlsx ==0.7.2, + any.xlsx-tabular ==0.2.2.1, + any.xml ==1.3.14, + any.xml-basic ==0.1.3.1, + any.xml-conduit ==1.8.0.1, + any.xml-conduit-parse ==0.3.1.2, + any.xml-conduit-writer ==0.1.1.2, + any.xml-hamlet ==0.5.0.1, + any.xml-html-qq ==0.1.0.1, + any.xml-indexed-cursor ==0.1.1.0, + any.xml-isogen ==0.3.0, + any.xml-lens ==0.1.6.3, + any.xml-picklers ==0.3.6, + any.xml-to-json ==2.0.1, + any.xml-to-json-fast ==2.0.0, + any.xml-types ==0.3.6, + any.xmlbf ==0.6, + any.xmlbf-xeno ==0.2, + any.xmlgen ==0.6.2.2, + any.xmonad ==0.15, + any.xmonad-contrib ==0.15, + any.xmonad-extras ==0.15.2, + any.xss-sanitize ==0.3.6, + any.xxhash-ffi ==0.2.0.0, + any.yaml ==0.11.2.0, + any.yes-precure5-command ==5.5.3, + any.yeshql ==4.1.0.1, + any.yeshql-core ==4.1.0.2, + any.yeshql-hdbc ==4.1.0.2, + any.yesod ==1.6.0.1, + any.yesod-alerts ==0.1.3.0, + any.yesod-auth ==1.6.8.1, + any.yesod-auth-hashdb ==1.7.1.2, + any.yesod-auth-oauth2 ==0.6.1.2, + any.yesod-bin ==1.6.0.4, + any.yesod-core ==1.6.17.2, + any.yesod-csp ==0.2.5.0, + any.yesod-eventsource ==1.6.0, + any.yesod-fb ==0.5.0, + any.yesod-form ==1.6.7, + any.yesod-form-bootstrap4 ==2.1.2, + any.yesod-gitrepo ==0.3.0, + any.yesod-gitrev ==0.2.1, + any.yesod-newsfeed ==1.6.1.0, + any.yesod-paginator ==1.1.0.2, + any.yesod-persistent ==1.6.0.4, + any.yesod-recaptcha2 ==0.3.0, + any.yesod-sitemap ==1.6.0, + any.yesod-static ==1.6.0.1, + any.yesod-test ==1.6.9, + any.yesod-text-markdown ==0.1.10, + any.yesod-websockets ==0.3.0.2, + any.yi-language ==0.18.0, + any.yi-rope ==0.11, + any.yjtools ==0.9.18, + any.yoga ==0.0.0.5, + any.youtube ==0.2.1.1, + any.zero ==0.1.5, + any.zeromq4-haskell ==0.8.0, + any.zeromq4-patterns ==0.3.1.0, + any.zim-parser ==0.2.1.0, + zip +disable-bzip2, + any.zip ==1.3.0, + any.zip-archive ==0.4.1, + any.zip-stream ==0.2.0.1, + any.zippers ==0.3, + any.zlib ==0.6.2.1, + any.zlib-bindings ==0.1.1.5, + any.zlib-lens ==0.1.2.1, + any.zot ==0.0.3, + any.zstd ==0.1.1.2, + any.ztail ==1.2.0.2 diff --git a/cabal.project b/cabal.project index 9a759613ea9..eee745fec5a 100644 --- a/cabal.project +++ b/cabal.project @@ -1,2 +1,437 @@ +index-state: 2020-07-15T00:00:00Z + +with-compiler: ghc-8.6.5 + packages: - lib/*/*.cabal + lib/core/ + , lib/core-integration/ + , lib/cli/ + , lib/launcher/ + , lib/text-class/ + , lib/test-utils/ + , lib/jormungandr/ + , lib/shelley/ + +source-repository-package + type: git + location: https://github.com/input-output-hk/persistent + tag: 107787ecc4c8a112375493cd66574f788f950fce + subdir: persistent + +source-repository-package + type: git + location: https://github.com/input-output-hk/persistent + tag: 107787ecc4c8a112375493cd66574f788f950fce + subdir: persistent-sqlite + +source-repository-package + type: git + location: https://github.com/input-output-hk/persistent + tag: 107787ecc4c8a112375493cd66574f788f950fce + subdir: persistent-template + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-addresses + tag: 3f11638847bfc8c457dc4bb080c63e5d6de806ee + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-transactions + tag: a68107c1682c3fd119c7e83f5adcbba2c37e1744 + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: binary + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: binary/test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: cardano-crypto-class + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: slotting + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-base + tag: df8687488449f71dce3d881800c21e41fe1b7fc1 + subdir: cardano-crypto-praos + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-crypto + tag: 2547ad1e80aeabca2899951601079408becbc92c + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/ledger/impl + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/crypto + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/ledger/impl/test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/crypto/test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/chain/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: byron/ledger/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: semantics/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: semantics/small-steps-test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: shelley/chain-and-ledger/dependencies/non-integer + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: shelley/chain-and-ledger/executable-spec + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-ledger-specs + tag: 460ee17d22cacb3ac4d90536ebe90500a356a1c9 + subdir: shelley/chain-and-ledger/shelley-spec-ledger-test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-api + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-cli + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-config + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-node + tag: 4814003f14340d5a1fc02f3ac15437387a7ada9f + subdir: cardano-node + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-prelude + tag: 71ea865408f2e03e6d6832359423546699730849 + subdir: . + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-prelude + tag: 71ea865408f2e03e6d6832359423546699730849 + subdir: test + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-sl-x509 + tag: 43a036c5bbe68ca2e9cbe611eab7982e2348fe49 + +source-repository-package + type: git + location: https://github.com/input-output-hk/goblins + tag: 312198a1523736181ef7ddab15958bb32a9d9052 + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: contra-tracer + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: iohk-monitoring + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-aggregation + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-ekg + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-monitoring + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/scribe-systemd + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: tracer-transformers + +source-repository-package + type: git + location: https://github.com/input-output-hk/iohk-monitoring-framework + tag: 8190b00d6930927a812baff97d02566176b6bd3b + subdir: plugins/backend-trace-forwarder + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: io-sim + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: io-sim-classes + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: network-mux + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ntp-client + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: Win32-network + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-byron + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-byronspec + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-cardano + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus-shelley + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus/ouroboros-consensus-mock + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-consensus/ouroboros-consensus-test-infra + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-network + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-network-framework + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: ouroboros-network-testing + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: typed-protocols + +source-repository-package + type: git + location: https://github.com/input-output-hk/ouroboros-network + tag: aecfe77de784e6c75108172802ee59d2d7087eaf + subdir: typed-protocols-examples + +source-repository-package + type: git + location: https://github.com/snoyberg/http-client.git + tag: 1a75bdfca014723dd5d40760fad854b3f0f37156 + subdir: http-client + +allow-older: * +allow-newer: * + +package cardano-crypto + tests: False + +package contra-tracer + tests: False + +package iohk-monitoring + tests: False + +package zip + tests: False + flags: +disable-bzip2 + +package cardano-crypto-praos + tests: False + flags: -external-libsodium-vrf + +package byron-spec-ledger + tests: False + +package ouroboros-consensus-cardano + tests: False + +package small-steps + tests: False + +package small-steps-test + tests: False + +package ouroboros-consensus + tests: False + +package ouroboros-consensus-byron + tests: False + +package ouroboros-consensus-shelley + tests: False + +package ouroboros-consensus-mock + tests: False + +package cborg + tests: False + +package http-client + tests: False + +package goblins + tests: False + +package io-sim + tests: False + +package io-sim-classes + tests: False + +package shelley-spec-non-integral + tests: False + +package network-mux + tests: False + +package typed-protocols + tests: False + +package typed-protocols-examples + tests: False + +package cardano-prelude + tests: False + +package cardano-binary + tests: False + +package cardano-sl-x509 + tests: False + +package cardano-crypto-class + tests: False + +package cardano-crypto-wrapper + tests: False + +package ouroboros-network-framework + tests: False + +package ouroboros-network + tests: False + diff --git a/cabal.project.freeze b/cabal.project.freeze new file mode 100644 index 00000000000..31a682c35ef --- /dev/null +++ b/cabal.project.freeze @@ -0,0 +1,2492 @@ +constraints: any.ALUT ==2.4.0.3, + any.ANum ==0.2.0.2, + any.Allure ==0.9.5.0, + any.Boolean ==0.2.4, + any.BoundedChan ==1.0.3.0, + any.Cabal ==2.4.1.0, + any.ChannelT ==0.0.0.7, + any.Chart ==1.9.3, + any.Chart-diagrams ==1.9.3, + any.Clipboard ==2.3.2.0, + any.DAV ==1.3.4, + any.DBFunctor ==0.1.1.1, + any.Decimal ==0.5.1, + any.Diff ==0.3.4, + any.ENIG ==0.0.1.0, + any.Earley ==0.13.0.1, + any.Ebnf2ps ==1.0.15, + any.FenwickTree ==0.1.2.1, + any.FindBin ==0.0.5, + any.FloatingHex ==0.4, + any.FontyFruity ==0.5.3.5, + any.GLFW-b ==3.2.1.1, + any.GLURaw ==2.0.0.4, + any.GLUT ==2.7.0.15, + any.GenericPretty ==1.2.2, + any.Glob ==0.10.0, + any.H ==0.9.0.1, + any.HCodecs ==0.5.1, + any.HDBC ==2.4.0.3, + any.HDBC-mysql ==0.7.1.0, + any.HDBC-session ==0.1.2.0, + any.HSet ==0.0.1, + any.HSlippyMap ==3.0.1, + any.HStringTemplate ==0.8.7, + any.HSvm ==0.1.1.3.22, + any.HTF ==0.13.2.5, + any.HTTP ==4000.3.14, + any.HUnit ==1.6.0.0, + any.HUnit-approx ==1.1.1.1, + any.HaTeX ==3.21.0.0, + any.HandsomeSoup ==0.4.2, + any.Hoed ==0.5.1, + HsOpenSSL -fast-bignum, + any.HsOpenSSL ==0.11.4.17, + any.HsOpenSSL-x509-system ==0.1.0.3, + any.HsYAML ==0.1.2.0, + any.IPv6Addr ==1.1.3, + any.Imlib ==0.1.2, + any.IntervalMap ==0.6.1.1, + any.JuicyPixels ==3.3.4, + any.JuicyPixels-extra ==0.4.1, + any.JuicyPixels-scale-dct ==0.1.2, + any.LambdaHack ==0.9.5.0, + any.LibZip ==1.0.1, + any.List ==0.6.2, + any.ListLike ==4.6.3, + any.ListTree ==0.2.3, + any.MemoTrie ==0.6.10, + any.MissingH ==1.4.1.0, + any.MonadPrompt ==1.0.0.5, + any.MonadRandom ==0.5.1.2, + any.MusicBrainz ==0.4.1, + NineP -bytestring-in-base, + any.NineP ==0.0.2.1, + any.NoHoed ==0.1.1, + any.NumInstances ==1.4, + any.ObjectName ==1.1.0.1, + any.OddWord ==1.0.2.0, + any.OneTuple ==0.2.2, + any.Only ==0.1, + any.OpenAL ==1.7.0.5, + any.OpenGL ==3.0.3.0, + any.OpenGLRaw ==3.3.4.0, + any.ParsecTools ==0.0.2.0, + any.QuasiText ==0.1.2.6, + any.QuickCheck ==2.12.6.1, + any.RSA ==2.3.1, + any.Ranged-sets ==0.4.0, + any.Rasterific ==0.7.5.1, + any.RefSerialize ==0.4.0, + any.SHA ==1.6.4.4, + any.SVGFonts ==1.7.0.1, + any.SafeSemaphore ==0.10.1, + any.ShellCheck ==0.7.0, + any.Spintax ==0.3.3, + any.StateVar ==1.2, + any.Strafunski-StrategyLib ==5.0.1.0, + any.TCache ==0.12.1, + any.TotalMap ==0.1.1.1, + any.TypeCompose ==0.9.14, + any.Unique ==0.4.7.6, + any.ViennaRNAParser ==1.3.3, + any.Win32 ==2.6.2.0, + any.Win32-notify ==0.3.0.3, + any.X11 ==1.9.1, + any.X11-xft ==0.3.1, + any.Xauth ==0.1, + any.abstract-deque ==0.3, + any.abstract-deque-tests ==0.3, + any.abstract-par ==0.3.3, + any.accuerr ==0.2.0.2, + any.ace ==0.6, + any.action-permutations ==0.0.0.1, + any.active ==0.2.0.14, + any.ad ==4.3.6, + any.adjunctions ==4.4, + any.adler32 ==0.1.2.0, + any.advent-of-code-api ==0.1.2.3, + any.aeson ==1.4.6.0, + any.aeson-attoparsec ==0.0.0, + any.aeson-better-errors ==0.9.1.0, + any.aeson-casing ==0.2.0.0, + any.aeson-compat ==0.3.9, + any.aeson-diff ==1.1.0.8, + any.aeson-extra ==0.4.1.3, + any.aeson-generic-compat ==0.0.1.3, + any.aeson-iproute ==0.2, + any.aeson-picker ==0.1.0.5, + any.aeson-pretty ==0.8.8, + any.aeson-qq ==0.8.3, + any.aeson-utils ==0.3.0.2, + any.aeson-yak ==0.1.1.3, + any.al ==0.1.4.2, + any.alarmclock ==0.7.0.2, + any.alerts ==0.1.2.0, + any.alex ==3.2.5, + any.alg ==0.2.13.1, + any.algebraic-graphs ==0.4, + any.almost-fix ==0.0.2, + any.alsa-core ==0.5.0.1, + any.alsa-mixer ==0.3.0, + any.alsa-pcm ==0.6.1.1, + any.alsa-seq ==0.6.0.7, + any.alternative-vector ==0.0.0, + any.alternators ==1.0.0.0, + any.amqp ==0.18.3, + any.annotated-wl-pprint ==0.7.0, + any.ansi-terminal ==0.9.1, + any.ansi-wl-pprint ==0.6.9, + any.aos-signature ==0.1.1, + any.apecs ==0.8.3, + any.apecs-gloss ==0.2.3, + any.apecs-physics ==0.4.2, + any.api-field-json-th ==0.1.0.2, + any.app-settings ==0.2.0.12, + any.appar ==0.1.8, + any.appendmap ==0.1.5, + any.apply-refact ==0.6.0.0, + any.apportionment ==0.0.0.3, + any.approximate ==0.3.2, + any.arbor-lru-cache ==0.1.1.1, + any.arithmoi ==0.9.0.0, + any.array-memoize ==0.6.0, + any.arrow-extras ==0.1.0.1, + any.ascii-progress ==0.3.3.0, + any.asciidiagram ==1.3.3.3, + any.asif ==6.0.3, + any.asn1-encoding ==0.9.6, + any.asn1-parse ==0.9.5, + any.asn1-types ==0.3.3, + any.assert-failure ==0.1.2.2, + any.assoc ==1.0.1, + any.astro ==0.4.2.1, + any.async ==2.2.2, + any.async-extra ==0.2.0.0, + any.async-refresh ==0.3.0.0, + any.async-refresh-tokens ==0.4.0.0, + any.async-timer ==0.2.0.0, + any.atom-basic ==0.2.5, + any.atomic-primops ==0.8.3, + any.atomic-write ==0.2.0.7, + any.attoparsec ==0.13.2.3, + any.attoparsec-base64 ==0.0.0, + any.attoparsec-binary ==0.2, + any.attoparsec-expr ==0.1.1.2, + any.attoparsec-ip ==0.0.5, + any.attoparsec-iso8601 ==1.0.1.0, + any.attoparsec-path ==0.0.0.1, + any.attoparsec-uri ==0.0.7, + any.audacity ==0.0.2, + any.aur ==6.2.0.1, + any.authenticate ==1.3.5, + any.authenticate-oauth ==1.6.0.1, + any.auto ==0.4.3.1, + any.auto-update ==0.1.6, + any.autoexporter ==1.1.15, + any.avers ==0.0.17.1, + any.avers-api ==0.1.0, + any.avers-server ==0.1.0.1, + any.avro ==0.4.6.0, + any.avwx ==0.3.0.2, + any.aws-cloudfront-signed-cookies ==0.2.0.1, + any.aws-lambda-haskell-runtime ==2.0.3, + any.backprop ==0.2.6.3, + any.bank-holidays-england ==0.2.0.2, + any.barbies ==1.1.3.0, + any.barrier ==0.1.1, + any.base-compat ==0.10.5, + any.base-compat-batteries ==0.10.5, + any.base-noprelude ==4.12.0.0, + any.base-orphans ==0.8.2, + any.base-prelude ==1.3, + any.base-unicode-symbols ==0.2.3, + any.base16 ==0.1.2.1, + any.base16-bytestring ==0.1.1.6, + any.base32string ==0.9.1, + any.base58-bytestring ==0.1.0, + any.base58string ==0.10.0, + any.base64 ==0.4.2, + any.base64-bytestring ==1.0.0.3, + any.base64-bytestring-type ==1.0.1, + any.base64-string ==0.2, + any.basement ==0.0.11, + any.basic-prelude ==0.7.0, + any.bazel-runfiles ==0.7.0.1, + any.bbdb ==0.8, + any.bcrypt ==0.0.11, + any.beam-core ==0.8.0.0, + any.beam-migrate ==0.4.0.1, + any.beam-mysql ==0.2.0.0, + any.beam-postgres ==0.4.0.0, + any.beam-sqlite ==0.4.0.0, + any.bech32 ==1.1.0, + any.bech32-th ==1.0.2, + any.bench ==1.0.12, + any.bench-show ==0.3.1, + any.benchpress ==0.2.2.12, + any.bencode ==0.6.0.0, + any.bencoding ==0.4.5.2, + any.between ==0.11.0.0, + any.bibtex ==0.1.0.6, + any.bifunctors ==5.5.7, + any.bimap ==0.4.0, + any.bimap-server ==0.1.0.1, + any.binary ==0.8.7.0, + any.binary-bits ==0.5, + any.binary-conduit ==1.3.1, + any.binary-ext ==2.0.4, + any.binary-ieee754 ==0.1.0.0, + any.binary-list ==1.1.1.2, + any.binary-orphans ==1.0.1, + any.binary-parser ==0.5.5, + any.binary-parsers ==0.2.4.0, + any.binary-search ==1.0.0.3, + any.binary-shared ==0.8.3, + any.binary-tagged ==0.2, + any.bindings-DSL ==1.0.25, + any.bindings-GLFW ==3.2.1.1, + any.bindings-libzip ==1.0.1, + any.bindings-uname ==0.1, + any.bins ==0.1.2.0, + any.bitarray ==0.0.1.1, + any.bitcoin-block ==0.13.1, + any.bitcoin-script ==0.11.1, + any.bitcoin-tx ==0.13.1, + any.bitcoin-types ==0.9.2, + any.bits ==0.5.2, + any.bits-extra ==0.0.1.5, + any.bitset-word8 ==0.1.1.1, + any.bitvec ==1.0.2.0, + any.bitx-bitcoin ==0.12.0.0, + any.blake2 ==0.3.0, + any.blas-carray ==0.1.0.1, + any.blas-comfort-array ==0.0.0.2, + any.blas-ffi ==0.1, + any.blas-hs ==0.1.1.0, + any.blaze-bootstrap ==0.1.0.1, + any.blaze-builder ==0.4.1.0, + any.blaze-colonnade ==1.2.2.1, + any.blaze-html ==0.9.1.2, + any.blaze-markup ==0.8.2.3, + any.blaze-svg ==0.3.6.1, + any.blaze-textual ==0.2.1.0, + any.bmp ==1.2.6.3, + any.board-games ==0.3, + any.boltzmann-samplers ==0.1.1.0, + any.boolean-like ==0.1.1.0, + any.boolean-normal-forms ==0.0.1.1, + any.boolsimplifier ==0.1.8, + any.boots ==0.0.100, + any.bordacount ==0.1.0.0, + any.boring ==0.1.2, + any.both ==0.1.1.0, + any.bound ==2.0.1, + any.bounded-queue ==1.0.0, + any.boundingboxes ==0.2.3, + any.bower-json ==1.0.0.1, + any.boxes ==0.1.5, + brick +demos, + any.brick ==0.47, + any.brittany ==0.12.1.1, + any.bsb-http-chunked ==0.0.0.4, + any.bson ==0.3.2.8, + any.bson-lens ==0.1.1, + any.btrfs ==0.2.0.0, + any.buffer-builder ==0.2.4.7, + any.buffer-pipe ==0.0, + any.bugsnag-haskell ==0.0.3.0, + any.bulletproofs ==0.4.0, + any.butcher ==1.3.2.3, + any.butter ==0.1.0.6, + any.bv ==0.5, + any.bv-little ==1.1.1, + any.byteable ==0.1.1, + any.bytedump ==1.0, + any.byteorder ==1.0.4, + any.bytes ==0.15.5, + any.byteset ==0.1.1.0, + any.bytestring-builder ==0.10.8.2.0, + any.bytestring-conversion ==0.3.1, + any.bytestring-lexing ==0.5.0.2, + any.bytestring-strict-builder ==0.4.5.3, + any.bytestring-to-vector ==0.3.0.1, + any.bytestring-tree-builder ==0.2.7.3, + any.bzlib ==0.5.0.5, + any.bzlib-conduit ==0.3.0.2, + any.c2hs ==0.28.6, + any.ca-province-codes ==1.0.0.0, + any.cabal-doctest ==1.0.8, + any.cabal-file-th ==0.2.6, + cabal-install -native-dns, + any.cabal-install ==2.4.1.0, + any.cabal-rpm ==1.0.3, + any.cabal2nix ==2.14.4, + any.cabal2spec ==2.2.2.1, + any.cache ==0.1.3.0, + any.cacophony ==0.10.1, + any.calendar-recycling ==0.0.0.1, + any.call-stack ==0.1.0, + any.canonical-json ==0.6.0.0, + any.carray ==0.1.6.8, + any.case-insensitive ==1.2.0.11, + any.cased ==0.1.0.0, + any.cases ==0.1.3.2, + any.casing ==0.1.4.1, + cassava -bytestring--lt-0_10_4, + any.cassava ==0.5.2.0, + any.cassava-conduit ==0.5.1, + any.cassava-megaparsec ==2.0.1, + any.cassava-records ==0.1.0.4, + any.cast ==0.1.0.2, + any.caster ==0.0.3.0, + any.category ==0.2.5.0, + any.cayley-client ==0.4.9, + any.cborg ==0.2.4.0, + any.cborg-json ==0.2.2.0, + any.cereal ==0.5.8.1, + any.cereal-conduit ==0.8.0, + any.cereal-text ==0.1.0.2, + any.cereal-time ==0.1.0.0, + any.cereal-vector ==0.2.0.1, + any.cfenv ==0.1.0.0, + any.cgi ==3001.4.0.0, + any.chan ==0.0.4.1, + any.charset ==0.3.7.1, + any.charsetdetect-ae ==1.1.0.4, + any.chaselev-deque ==0.5.0.5, + any.cheapskate ==0.1.1.2, + any.cheapskate-highlight ==0.1.0.0, + any.cheapskate-lucid ==0.1.0.0, + any.check-email ==1.0.2, + any.checkers ==0.5.2, + any.checksum ==0.0, + any.chimera ==0.2.0.0, + any.chiphunk ==0.1.2.1, + any.choice ==0.2.2, + any.chronologique ==0.3.1.1, + any.chronos ==1.0.9, + any.chronos-bench ==0.2.0.2, + any.chunked-data ==0.3.1, + any.cipher-aes ==0.2.11, + any.cipher-aes128 ==0.7.0.5, + any.cipher-blowfish ==0.0.3, + any.cipher-camellia ==0.0.2, + any.cipher-des ==0.0.6, + any.cipher-rc4 ==0.1.4, + any.circle-packing ==0.1.0.6, + any.cisco-spark-api ==0.1.0.4, + any.classy-prelude ==1.5.0, + any.classy-prelude-conduit ==1.5.0, + any.classy-prelude-yesod ==1.5.0, + any.classyplate ==0.3.2.0, + any.clay ==0.13.3, + any.clientsession ==0.9.1.2, + any.clock ==0.8, + any.clock-extras ==0.1.0.2, + any.closed ==0.2.0.1, + any.clr-host ==0.2.1.0, + any.clr-marshal ==0.2.0.0, + any.clumpiness ==0.17.0.2, + any.cmark ==0.6, + any.cmark-gfm ==0.2.1, + any.cmdargs ==0.10.20, + any.co-log ==0.3.0.0, + any.co-log-core ==0.2.1.0, + any.code-page ==0.2, + any.codec ==0.2.1, + any.codec-beam ==0.2.0, + any.codec-rpm ==0.2.2, + any.codo-notation ==0.5.2, + any.coercible-utils ==0.0.0, + any.colonnade ==1.2.0.2, + any.colorful-monoids ==0.2.1.2, + any.colorize-haskell ==1.0.1, + any.colour ==2.3.5, + any.columnar ==1.0.0.0, + any.combinatorial ==0.1.0.1, + any.comfort-array ==0.4, + any.comfort-graph ==0.0.3.1, + any.command ==0.1.1, + any.commutative ==0.0.2, + any.comonad ==5.0.6, + any.compact ==0.1.0.1, + any.compactmap ==0.1.4.2.1, + any.compensated ==0.7.3, + any.compiler-warnings ==0.1.0, + any.composable-associations ==0.1.0.0, + any.composable-associations-aeson ==0.1.0.0, + any.composition ==1.0.2.1, + any.composition-extra ==2.0.0, + any.concise ==0.1.0.1, + any.concurrency ==1.7.0.0, + any.concurrent-extra ==0.7.0.12, + any.concurrent-output ==1.10.11, + any.concurrent-split ==0.0.1.1, + any.concurrent-supply ==0.1.8, + any.cond ==0.4.1.1, + any.conduit ==1.3.1.2, + any.conduit-algorithms ==0.0.11.0, + any.conduit-combinators ==1.3.0, + any.conduit-concurrent-map ==0.1.1, + any.conduit-extra ==1.3.4, + any.conduit-iconv ==0.1.1.3, + any.conduit-parse ==0.2.1.0, + any.conduit-throttle ==0.3.1.0, + any.conduit-zstd ==0.0.1.1, + any.config-ini ==0.2.4.0, + any.configuration-tools ==0.4.2, + any.configurator ==0.3.0.0, + any.configurator-export ==0.1.0.1, + any.configurator-pg ==0.1.0.3, + any.connection ==0.3.1, + any.connection-pool ==0.2.2, + any.console-style ==0.0.2.1, + any.constraint ==0.1.4.0, + any.constraints ==0.10.1, + any.containers ==0.5.11.0, + any.contravariant ==1.5.2, + any.contravariant-extras ==0.3.5, + any.control-bool ==0.2.1, + any.control-dsl ==0.2.1.3, + any.control-monad-free ==0.6.2, + any.control-monad-omega ==0.3.2, + any.convertible ==1.1.1.0, + any.cookie ==0.4.5, + any.core-data ==0.2.1.5, + any.core-text ==0.2.3.3, + any.countable ==1.0, + any.country ==0.1.6, + any.courier ==0.1.1.5, + any.cpio-conduit ==0.7.0, + any.cpphs ==1.20.8, + any.cprng-aes ==0.6.1, + any.cpu ==0.1.2, + any.cpuinfo ==0.1.0.1, + any.cql ==4.0.2, + any.cql-io ==1.1.1, + any.crackNum ==2.3, + any.crc32c ==0.0.0, + any.credential-store ==0.1.2, + any.criterion ==1.5.6.1, + any.criterion-measurement ==0.1.2.0, + any.cron ==0.6.2, + any.crypt-sha512 ==0, + any.crypto-api ==0.13.3, + any.crypto-api-tests ==0.3, + any.crypto-cipher-tests ==0.0.11, + any.crypto-cipher-types ==0.0.9, + any.crypto-enigma ==0.1.1.6, + any.crypto-numbers ==0.2.7, + any.crypto-pubkey ==0.2.8, + any.crypto-pubkey-openssh ==0.2.7, + any.crypto-pubkey-types ==0.4.3, + any.crypto-random ==0.0.9, + any.crypto-random-api ==0.2.0, + any.cryptocipher ==0.6.2, + any.cryptocompare ==0.1.1, + any.cryptohash ==0.11.9, + any.cryptohash-cryptoapi ==0.1.4, + any.cryptohash-md5 ==0.11.100.1, + any.cryptohash-sha1 ==0.11.100.1, + any.cryptohash-sha256 ==0.11.101.0, + any.cryptohash-sha512 ==0.11.100.1, + any.cryptonite ==0.25, + any.cryptonite-conduit ==0.2.2, + any.cryptonite-openssl ==0.7, + any.csp ==1.4.0, + any.css-syntax ==0.1.0.0, + any.css-text ==0.1.3.0, + any.csv ==0.1.2, + any.ctrie ==0.2, + any.cubicbezier ==0.6.0.6, + any.cubicspline ==0.1.2, + any.cublas ==0.5.0.0, + any.cuckoo-filter ==0.2.0.2, + any.cuda ==0.10.1.0, + any.cue-sheet ==2.0.1, + any.cufft ==0.9.0.1, + curl +new-base, + any.curl ==1.3.8, + any.currencies ==0.2.0.0, + any.currency ==0.2.0.0, + any.cusparse ==0.2.0.0, + any.cutter ==0.0, + any.cyclotomic ==1.0.1, + any.czipwith ==1.0.1.2, + any.data-accessor ==0.2.2.8, + any.data-accessor-mtl ==0.2.0.4, + any.data-accessor-template ==0.2.1.16, + any.data-accessor-transformers ==0.2.1.7, + any.data-binary-ieee754 ==0.4.4, + any.data-bword ==0.1.0.1, + any.data-checked ==0.3, + any.data-clist ==0.1.2.2, + any.data-default ==0.7.1.1, + any.data-default-class ==0.1.2.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-diverse ==4.6.0.0, + any.data-diverse-lens ==4.3.0.0, + any.data-dword ==0.3.1.3, + any.data-endian ==0.1.1, + any.data-fix ==0.2.0, + any.data-has ==0.3.0.0, + any.data-inttrie ==0.1.4, + any.data-lens-light ==0.1.2.2, + any.data-memocombinators ==0.5.1, + any.data-msgpack ==0.0.12, + any.data-msgpack-types ==0.0.2, + any.data-or ==1.0.0.5, + any.data-ordlist ==0.4.7.0, + any.data-ref ==0.0.2, + any.data-reify ==0.6.1, + any.data-serializer ==0.3.4.1, + any.data-textual ==0.3.0.3, + any.data-tree-print ==0.1.0.2, + any.datadog ==0.2.4.0, + any.datasets ==0.4.0, + any.dataurl ==0.1.0.0, + any.dbcleaner ==0.1.3, + any.dbus ==1.2.7, + any.debian-build ==0.10.2.0, + any.debug ==0.1.1, + any.debug-trace-var ==0.2.0, + any.dec ==0.0.3, + any.decidable ==0.1.5.0, + any.declarative ==0.5.2, + any.deepseq-generics ==0.2.0.0, + any.deferred-folds ==0.9.10.1, + any.dejafu ==2.1.0.1, + any.dense-linear-algebra ==0.1.0.0, + any.dependent-map ==0.2.4.0, + any.dependent-sum ==0.4, + any.dependent-sum-template ==0.0.0.6, + any.deque ==0.4.3, + any.deriveJsonNoPrefix ==0.1.0.1, + any.deriving-compat ==0.5.8, + any.derulo ==1.0.7, + any.detour-via-sci ==1.0.0, + any.dhall ==1.24.0, + any.dhall-bash ==1.0.21, + any.dhall-json ==1.3.0, + any.di-core ==1.0.4, + any.di-monad ==1.3.1, + any.diagrams ==1.4, + any.diagrams-contrib ==1.4.4, + any.diagrams-core ==1.4.2, + any.diagrams-lib ==1.4.3, + any.diagrams-postscript ==1.4.1, + any.diagrams-rasterific ==1.4.2, + any.diagrams-solve ==0.1.1, + any.diagrams-svg ==1.4.3, + any.dictionary-sharing ==0.1.0.0, + any.digest ==0.0.1.2, + any.digits ==0.3.1, + any.dimensional ==1.3, + any.direct-sqlite ==2.3.24, + any.directory-tree ==0.12.1, + any.discount ==0.1.1, + any.disk-free-space ==0.1.0.1, + any.distributed-closure ==0.4.2.0, + any.distribution-nixpkgs ==1.2, + any.distribution-opensuse ==1.1.1, + any.distributive ==0.6.1, + any.dl-fedora ==0.5, + any.dlist ==0.8.0.7, + any.dlist-instances ==0.1.1.1, + any.dlist-nonempty ==0.1.1, + any.dns ==3.0.4, + any.do-list ==1.0.1, + any.do-notation ==0.1.0.2, + any.dockerfile ==0.2.0, + any.docopt ==0.7.0.5, + any.doctemplates ==0.2.2.1, + any.doctest ==0.16.2, + any.doctest-discover ==0.2.0.0, + any.doctest-driver-gen ==0.3.0.2, + any.doldol ==0.4.1.2, + any.dom-parser ==3.1.0, + any.dotenv ==0.8.0.4, + any.dotgen ==0.4.2, + any.dotnet-timespan ==0.0.1.0, + any.double-conversion ==2.0.2.0, + any.download ==0.3.2.7, + any.drinkery ==0.4, + any.dsp ==0.2.5, + any.dual ==0.1.1.1, + any.dual-tree ==0.2.2.1, + any.dublincore-xml-conduit ==0.1.0.2, + any.dunai ==0.5.1, + any.dunai-core ==0.5.1.0, + any.duration ==0.1.0.0, + any.dvorak ==0.1.0.0, + any.dynamic-state ==0.3.1, + any.dyre ==0.8.12, + any.eap ==0.9.0.2, + any.easy-file ==0.2.2, + any.easytest ==0.2.1, + any.echo ==0.1.3, + any.ecstasy ==0.2.1.0, + any.ed25519 ==0.0.5.0, + any.edit-distance ==0.2.2.1, + any.edit-distance-vector ==1.0.0.4, + any.editor-open ==0.6.0.0, + any.either ==5.0.1.1, + any.either-both ==0.1.1.1, + any.ekg ==0.4.0.15, + any.ekg-core ==0.1.1.6, + any.ekg-json ==0.1.0.6, + any.ekg-statsd ==0.2.4.0, + any.elerea ==2.9.0, + any.elf ==0.30, + any.eliminators ==0.5.1, + any.elm-bridge ==0.5.2, + any.elm-core-sources ==1.0.0, + any.elm-export ==0.6.0.1, + any.elm2nix ==0.1.2, + any.emacs-module ==0.1.1, + any.email-validate ==2.3.2.12, + any.emd ==0.1.5.1, + any.enclosed-exceptions ==1.0.3, + any.entropy ==0.4.1.5, + any.enum-subset-generate ==0.1.0.0, + any.enum-text ==0.5.1.0, + any.enum-text-rio ==1.2.0.0, + any.enummapset ==0.6.0.2, + any.enumset ==0.0.5, + any.envelope ==0.2.2.0, + any.envy ==2.0.0.0, + any.epub-metadata ==4.5, + any.eq ==4.2, + any.equal-files ==0.0.5.3, + any.erf ==2.0.0.0, + any.error-util ==0.0.1.2, + any.errors ==2.3.0, + any.errors-ext ==0.4.2, + any.ersatz ==0.4.8, + any.esqueleto ==3.0.0, + any.etc ==0.4.1.0, + any.event-list ==0.1.2, + any.eventful-core ==0.2.0, + any.eventful-memory ==0.2.0, + any.eventful-sql-common ==0.2.0, + any.eventful-sqlite ==0.2.0, + any.eventful-test-helpers ==0.2.0, + any.eventstore ==1.3.3, + any.every ==0.0.1, + any.exact-combinatorics ==0.2.0.9, + any.exact-pi ==0.5.0.1, + any.exception-mtl ==0.4.0.1, + any.exception-transformers ==0.4.0.8, + any.exceptional ==0.3.0.0, + any.exceptions ==0.10.4, + any.executable-hash ==0.2.0.4, + any.executable-path ==0.0.3.1, + any.exit-codes ==1.0.0, + any.exomizer ==1.0.0, + any.exp-pairs ==0.2.0.0, + any.expiring-cache-map ==0.0.6.1, + any.explicit-exception ==0.1.10, + any.extensible-exceptions ==0.1.1.4, + any.extra ==1.6.18, + any.extractable-singleton ==0.0.1, + any.extrapolate ==0.3.3, + any.fail ==4.9.0.0, + any.failable ==1.2.4.0, + any.fakedata ==0.2.2, + any.farmhash ==0.1.0.5, + any.fast-builder ==0.1.2.0, + any.fast-digits ==0.2.1.0, + any.fast-logger ==2.4.17, + any.fast-math ==1.0.2, + any.fb ==2.0.0, + any.fclabels ==2.0.4, + any.feature-flags ==0.1.0.1, + any.fedora-dists ==1.0.1, + any.feed ==1.2.0.1, + any.fft ==0.1.8.6, + any.fgl ==5.7.0.2, + any.fib ==0.1, + any.file-embed ==0.0.11.1, + any.file-embed-lzma ==0, + any.file-modules ==0.1.2.4, + any.filecache ==0.4.1, + any.filelock ==0.1.1.4, + any.filemanip ==0.3.6.3, + any.filepattern ==0.1.1, + any.fileplow ==0.1.0.0, + any.filter-logger ==0.6.0.0, + any.filtrable ==0.1.3.0, + any.fin ==0.1.1, + any.fingertree ==0.1.4.2, + any.finite-typelits ==0.1.4.2, + any.first-class-families ==0.5.0.0, + any.first-class-patterns ==0.3.2.5, + any.fitspec ==0.4.7, + any.fixed ==0.3, + any.fixed-length ==0.2.1, + any.fixed-vector ==1.2.0.0, + any.fixed-vector-hetero ==0.5.0.0, + any.flac ==0.2.0, + any.flac-picture ==0.1.2, + any.flags-applicative ==0.1.0.2, + any.flat-mcmc ==1.5.1, + any.flay ==0.4, + any.flexible-defaults ==0.0.3, + any.floatshow ==0.2.4, + any.flow ==1.0.19, + any.fmlist ==0.9.3, + any.fmt ==0.6.1.2, + any.fmt-for-rio ==1.0.0.0, + any.fn ==0.3.0.2, + any.focus ==1.0.1.3, + any.focuslist ==0.1.0.2, + any.fold-debounce ==0.2.0.9, + any.fold-debounce-conduit ==0.2.0.4, + any.foldable1 ==0.1.0.0, + any.foldl ==1.4.6, + any.folds ==0.7.5, + any.follow-file ==0.0.3, + any.force-layout ==0.4.0.6, + any.foreign-store ==0.2, + any.forkable-monad ==0.2.0.3, + any.forma ==1.1.3, + any.format-numbers ==0.1.0.0, + any.formatting ==6.3.7, + any.foundation ==0.0.25, + any.free ==5.1.3, + any.free-vl ==0.1.4, + any.freenect ==1.2.1, + any.freer-simple ==1.2.1.1, + any.freetype2 ==0.1.2, + any.friendly-time ==0.4.1, + any.frisby ==0.2.2, + any.from-sum ==0.2.3.0, + any.frontmatter ==0.1.0.2, + any.fsnotify ==0.3.0.1, + any.fsnotify-conduit ==0.1.1.1, + any.funcmp ==1.9, + any.function-builder ==0.3.0.1, + functor-classes-compat +containers, + any.functor-classes-compat ==1, + any.functor-combinators ==0.1.1.1, + any.fused-effects ==0.5.0.1, + any.fuzzcheck ==0.1.1, + any.fuzzy-dates ==0.1.1.1, + any.fuzzyset ==0.1.1, + any.galois-field ==0.3.0, + any.gauge ==0.2.5, + any.gc ==0.0.3, + any.gd ==3000.7.3, + any.gdp ==0.0.3.0, + any.general-games ==1.1.1, + any.generic-arbitrary ==0.1.0, + any.generic-data ==0.7.0.0, + any.generic-data-surgery ==0.2.0.0, + any.generic-deriving ==1.12.4, + any.generic-lens ==1.1.0.0, + any.generic-monoid ==0.1.0.0, + any.generic-random ==1.2.0.0, + any.generics-eot ==0.4.0.1, + any.generics-mrsop ==2.1.0, + any.generics-sop ==0.5.1.0, + any.generics-sop-lens ==0.2, + any.genvalidity ==0.8.0.0, + any.genvalidity-aeson ==0.3.0.0, + any.genvalidity-bytestring ==0.5.0.0, + any.genvalidity-containers ==0.6.0.0, + any.genvalidity-hspec ==0.7.0.0, + any.genvalidity-hspec-aeson ==0.3.1.0, + any.genvalidity-hspec-binary ==0.2.0.3, + any.genvalidity-hspec-cereal ==0.2.0.3, + any.genvalidity-hspec-hashable ==0.2.0.4, + any.genvalidity-hspec-optics ==0.1.1.1, + any.genvalidity-path ==0.3.0.3, + any.genvalidity-property ==0.4.0.0, + any.genvalidity-scientific ==0.2.1.0, + any.genvalidity-text ==0.6.0.0, + any.genvalidity-time ==0.2.1.1, + any.genvalidity-unordered-containers ==0.3.0.0, + any.genvalidity-uuid ==0.1.0.2, + any.genvalidity-vector ==0.3.0.0, + any.geojson ==4.0.1, + any.getopt-generics ==0.13.0.4, + any.ghc-byteorder ==4.11.0.0.10, + any.ghc-compact ==0.1.0.0, + any.ghc-core ==0.5.6, + any.ghc-exactprint ==0.6.1, + any.ghc-lib ==8.8.0.20190424, + any.ghc-lib-parser ==8.8.0.20190424, + any.ghc-parser ==0.2.1.0, + any.ghc-paths ==0.1.0.12, + any.ghc-prof ==1.4.1.6, + any.ghc-syntax-highlighter ==0.0.4.1, + any.ghc-tcplugins-extra ==0.3.2, + any.ghc-typelits-extra ==0.3.2, + any.ghc-typelits-knownnat ==0.6, + any.ghc-typelits-natnormalise ==0.6.2, + any.ghci-hexcalc ==0.1.1.0, + any.ghcid ==0.7.7, + any.ghcjs-codemirror ==0.0.0.2, + any.ghost-buster ==0.1.1.0, + any.gi-atk ==2.0.21, + any.gi-cairo ==1.0.23, + any.gi-gdk ==3.0.22, + any.gi-gdkpixbuf ==2.0.23, + any.gi-gio ==2.0.25, + any.gi-glib ==2.0.23, + any.gi-gobject ==2.0.22, + any.gi-gtk ==3.0.32, + any.gi-gtk-hs ==0.3.8.0, + any.gi-gtksource ==3.0.22, + any.gi-javascriptcore ==4.0.21, + any.gi-pango ==1.0.22, + any.gi-vte ==2.91.25, + any.ginger ==0.9.1.0, + any.gingersnap ==0.3.1.0, + any.githash ==0.1.3.3, + any.github-release ==1.2.5, + any.github-types ==0.2.1, + any.github-webhooks ==0.10.1, + any.gitrev ==1.3.1, + any.gl ==0.9, + any.glabrous ==2.0.1, + any.glaze ==0.3.0.1, + any.glazier ==1.0.0.0, + any.gloss ==1.13.1.1, + any.gloss-algorithms ==1.13.0.1, + any.gloss-examples ==1.13.0.2, + any.gloss-raster ==1.13.1.1, + any.gloss-rendering ==1.13.1.1, + any.gnuplot ==0.5.6.1, + any.google-isbn ==1.0.3, + any.google-oauth2-jwt ==0.3.2, + any.gpolyline ==0.1.0.1, + any.graph-core ==0.3.0.0, + any.graph-wrapper ==0.2.6.0, + any.graphite ==0.10.0.1, + any.graphs ==0.7.1, + any.graphviz ==2999.20.0.4, + any.gravatar ==0.8.0, + any.gray-code ==0.3.1, + any.graylog ==0.1.0.1, + greskell -hint-test, + any.greskell ==0.2.3.1, + any.greskell-core ==0.1.3.1, + any.greskell-websocket ==0.1.2.1, + any.groom ==0.1.2.1, + any.groundhog ==0.10.0, + any.groundhog-inspector ==0.10.0, + any.groundhog-mysql ==0.10, + any.groundhog-postgresql ==0.10, + any.groundhog-sqlite ==0.10.0, + any.groundhog-th ==0.10.2, + any.group-by-date ==0.1.0.3, + any.grouped-list ==0.2.2.1, + any.groups ==0.4.1.0, + any.guarded-allocation ==0.0.1, + any.gym-http-api ==0.1.0.1, + any.hOpenPGP ==2.8.5, + any.hackage-db ==2.0.1, + any.hackage-security ==0.5.3.0, + any.haddock-library ==1.7.0, + any.hadolint ==1.17.3, + any.half ==0.3, + any.hamilton ==0.1.0.3, + any.hamtsolo ==1.0.3, + any.hapistrano ==0.3.10.0, + any.happy ==1.19.12, + any.hasbolt ==0.1.4.1, + any.hashable ==1.2.7.0, + any.hashable-time ==0.2.0.2, + any.hashids ==1.0.2.4, + any.hashmap ==1.3.3, + any.hashtables ==1.2.3.4, + any.haskeline ==0.7.5.0, + any.haskell-gi ==0.23.0, + any.haskell-gi-base ==0.23.0, + any.haskell-gi-overloading ==1.0, + any.haskell-lexer ==1.0.2, + any.haskell-lsp ==0.15.0.0, + any.haskell-lsp-types ==0.15.0.0, + any.haskell-names ==0.9.7, + any.haskell-spacegoo ==0.2.0.1, + any.haskell-src ==1.0.3.0, + any.haskell-src-exts ==1.21.1, + any.haskell-src-exts-util ==0.2.5, + any.haskell-src-meta ==0.8.3, + any.haskey-btree ==0.3.0.1, + any.haskintex ==0.8.0.0, + any.haskoin-core ==0.9.8, + any.hasql ==1.4.1, + any.hasql-optparse-applicative ==0.3.0.5, + any.hasql-pool ==0.5.1, + any.hasql-transaction ==0.7.2, + any.hasty-hamiltonian ==1.3.2, + any.haxl ==2.1.2.0, + any.hbeanstalk ==0.2.4, + any.hdaemonize ==0.5.6, + any.heap ==1.0.4, + any.heaps ==0.3.6.1, + any.hebrew-time ==0.1.2, + any.hedgehog ==1.0.3, + any.hedgehog-corpus ==0.1.0, + any.hedgehog-fn ==1.0, + any.hedgehog-quickcheck ==0.1.1, + any.hedis ==0.12.11, + any.hedn ==0.2.0.1, + any.here ==1.2.13, + any.heredoc ==0.2.0.0, + any.heterocephalus ==1.0.5.3, + any.hex ==0.1.2, + any.hexml ==0.3.4, + any.hexml-lens ==0.2.1, + any.hexpat ==0.20.13, + any.hexstring ==0.11.1, + any.hformat ==0.3.3.1, + any.hfsevents ==0.1.6, + any.hi-file-parser ==0.1.0.0, + any.hidapi ==0.1.5, + any.hidden-char ==0.1.0.2, + any.higher-leveldb ==0.5.0.2, + any.highlighting-kate ==0.6.4, + any.hinfo ==0.0.3.0, + any.hinotify ==0.4, + any.hint ==0.9.0.2, + any.hjsmin ==0.2.0.4, + any.hkgr ==0.2.4, + any.hledger ==1.14.2, + any.hledger-iadd ==1.3.10, + any.hledger-interest ==1.5.3, + any.hledger-lib ==1.14.1, + any.hledger-ui ==1.14.2, + any.hledger-web ==1.14.1, + any.hlibgit2 ==0.18.0.16, + any.hlibsass ==0.1.8.0, + any.hlint ==2.1.26, + any.hmatrix ==0.20.0.0, + any.hmatrix-backprop ==0.1.3.0, + any.hmatrix-gsl ==0.19.0.1, + any.hmatrix-gsl-stats ==0.4.1.8, + any.hmatrix-morpheus ==0.1.1.2, + any.hmatrix-vector-sized ==0.1.2.0, + any.hmm-lapack ==0.4, + any.hmpfr ==0.4.4, + any.hoauth2 ==1.8.9, + any.hoogle ==5.0.17.11, + any.hopenpgp-tools ==0.21.3, + any.hopenssl ==2.2.4, + any.hopfli ==0.2.2.1, + any.hosc ==0.17, + any.hostname ==1.0, + any.hostname-validate ==1.0.0, + any.hourglass ==0.2.12, + any.hourglass-orphans ==0.1.0.0, + any.hp2pretty ==0.9, + any.hpack ==0.31.2, + any.hpack-dhall ==0.5.2, + any.hquantlib-time ==0.0.4.1, + any.hreader ==1.1.0, + any.hreader-lens ==0.1.3.0, + any.hruby ==0.3.8, + any.hs-GeoIP ==0.3, + any.hs-bibutils ==6.7.0.0, + any.hs-functors ==0.1.6.0, + any.hs-php-session ==0.0.9.3, + any.hsass ==0.8.0, + any.hsc2hs ==0.68.6, + any.hschema ==0.0.1.1, + any.hschema-aeson ==0.0.1.1, + any.hschema-prettyprinter ==0.0.1.1, + any.hschema-quickcheck ==0.0.1.1, + any.hscolour ==1.24.4, + hsdev -docs, + any.hsdev ==0.3.2.3, + any.hsdns ==1.8, + any.hsebaysdk ==0.4.0.0, + any.hsemail ==2.2.0, + any.hset ==2.2.0, + any.hsexif ==0.6.1.6, + any.hsini ==0.5.1.2, + any.hsinstall ==2.2, + any.hslogger ==1.2.12, + any.hslua ==1.0.3.2, + any.hslua-aeson ==1.0.0, + any.hslua-module-system ==0.2.1, + any.hslua-module-text ==0.2.1, + any.hsp ==0.10.0, + any.hspec ==2.7.0, + any.hspec-attoparsec ==0.1.0.2, + any.hspec-checkers ==0.1.0.2, + any.hspec-contrib ==0.5.1, + any.hspec-core ==2.7.0, + any.hspec-discover ==2.7.0, + any.hspec-expectations ==0.8.2, + any.hspec-expectations-lifted ==0.10.0, + any.hspec-expectations-pretty-diff ==0.7.2.5, + any.hspec-golden-aeson ==0.7.0.0, + any.hspec-leancheck ==0.0.3, + any.hspec-megaparsec ==2.0.1, + any.hspec-meta ==2.6.0, + any.hspec-need-env ==0.1.0.4, + any.hspec-pg-transact ==0.1.0.2, + any.hspec-smallcheck ==0.5.2, + any.hspec-wai ==0.9.2, + any.hspec-wai-json ==0.9.2, + any.hsshellscript ==3.4.5, + any.hstatsd ==0.1, + any.hsyslog ==5.0.2, + any.htaglib ==1.2.0, + any.html ==1.0.1.2, + any.html-conduit ==1.3.2.1, + any.html-email-validate ==0.2.0.0, + any.html-entities ==1.1.4.3, + any.html-entity-map ==0.1.0.0, + any.htoml ==1.0.0.3, + any.http-api-data ==0.4.1.1, + any.http-client ==0.6.4.1, + any.http-client-tls ==0.3.5.3, + any.http-common ==0.8.2.0, + any.http-conduit ==2.3.7.3, + any.http-date ==0.0.8, + any.http-directory ==0.1.7, + any.http-download ==0.1.0.1, + any.http-link-header ==1.0.3.1, + any.http-media ==0.8.0.0, + any.http-reverse-proxy ==0.6.0, + any.http-streams ==0.8.7.1, + any.http-types ==0.12.3, + any.http2 ==2.0.3, + any.httpd-shed ==0.4.1.1, + any.human-readable-duration ==0.2.1.4, + any.hunit-dejafu ==2.0.0.1, + any.hvect ==0.4.0.0, + any.hvega ==0.3.0.1, + any.hw-balancedparens ==0.2.0.4, + any.hw-bits ==0.7.1.0, + any.hw-conduit ==0.2.0.6, + any.hw-conduit-merges ==0.2.0.0, + any.hw-diagnostics ==0.0.0.7, + any.hw-dsv ==0.3.5, + any.hw-eliasfano ==0.1.1.0, + any.hw-excess ==0.2.2.3, + any.hw-fingertree ==0.1.1.1, + any.hw-fingertree-strict ==0.1.1.3, + any.hw-hedgehog ==0.1.0.5, + any.hw-hspec-hedgehog ==0.1.0.9, + any.hw-int ==0.0.0.4, + any.hw-ip ==2.3.4.2, + any.hw-json ==1.0.0.2, + any.hw-json-simd ==0.1.0.4, + any.hw-mquery ==0.2.0.2, + any.hw-packed-vector ==0.0.0.3, + any.hw-parser ==0.1.0.2, + any.hw-prim ==0.6.2.39, + any.hw-rankselect ==0.13.0.0, + any.hw-rankselect-base ==0.3.3.0, + any.hw-simd ==0.1.1.5, + any.hw-streams ==0.0.0.12, + any.hw-string-parse ==0.0.0.4, + any.hw-succinct ==0.1.0.1, + any.hweblib ==0.6.3, + hxt +network-uri, + any.hxt ==9.3.1.18, + any.hxt-charproperties ==9.4.0.0, + any.hxt-css ==0.1.0.3, + any.hxt-curl ==9.1.1.1, + any.hxt-expat ==9.1.1, + hxt-http +network-uri, + any.hxt-http ==9.1.5.2, + any.hxt-regex-xmlschema ==9.2.0.3, + any.hxt-tagsoup ==9.1.4, + any.hxt-unicode ==9.0.2.4, + any.hybrid-vectors ==0.2.2, + any.hyper ==0.1.0.3, + any.hyperloglog ==0.4.3, + any.hyphenation ==0.8, + any.hyraxAbif ==0.2.3.15, + any.iconv ==0.4.1.3, + any.identicon ==0.2.2, + any.ieee754 ==0.8.0, + any.if ==0.1.0.0, + any.iff ==0.0.6, + any.ihaskell ==0.10.0.2, + any.ihs ==0.1.0.3, + any.ilist ==0.3.1.0, + any.imagesize-conduit ==1.1, + any.immortal ==0.3, + any.include-file ==0.1.0.4, + any.incremental-parser ==0.3.3, + any.indentation-core ==0.0.0.2, + any.indentation-parsec ==0.0.0.2, + any.indents ==0.5.0.1, + any.indexed ==0.1.3, + any.indexed-list-literals ==0.2.1.2, + any.infer-license ==0.2.0, + any.inflections ==0.4.0.5, + any.influxdb ==1.7.1.2, + any.ini ==0.4.1, + any.inj ==1.0, + any.inline-c ==0.7.0.1, + any.inline-c-cpp ==0.3.0.3, + any.inline-r ==0.10.2, + any.inliterate ==0.1.0, + any.insert-ordered-containers ==0.2.2, + any.inspection-testing ==0.4.2.2, + any.instance-control ==0.1.2.0, + any.int-cast ==0.2.0.0, + any.integer-logarithms ==1.0.3, + any.integration ==0.2.1, + any.intern ==0.9.2, + any.interpolate ==0.2.0, + any.interpolatedstring-perl6 ==1.0.2, + any.interpolatedstring-qq2 ==0.1.0.0, + any.interpolation ==0.1.1.1, + any.interpolator ==1.0.0, + any.intervals ==0.8.1, + any.intro ==0.5.2.1, + any.intset-imperative ==0.1.0.0, + any.invariant ==0.5.3, + any.invertible ==0.2.0.5, + any.invertible-grammar ==0.1.2, + any.io-choice ==0.0.7, + any.io-machine ==0.2.0.0, + any.io-manager ==0.1.0.2, + any.io-memoize ==1.1.1.0, + any.io-region ==0.1.1, + any.io-storage ==0.3, + any.io-streams ==1.5.1.0, + any.io-streams-haproxy ==1.0.1.0, + any.ip ==1.4.2.1, + any.ip6addr ==1.0.1, + any.iproute ==1.7.9, + any.ipynb ==0.1, + any.ipython-kernel ==0.10.1.0, + any.irc ==0.6.1.0, + any.irc-client ==1.1.1.1, + any.irc-conduit ==0.3.0.4, + any.irc-ctcp ==0.1.3.0, + any.islink ==0.1.0.0, + any.iso3166-country-codes ==0.20140203.8, + any.iso639 ==0.1.0.3, + any.iso8601-time ==0.1.5, + any.iterable ==3.0, + any.ix-shapable ==0.1.0, + any.ixset-typed ==0.4.0.1, + any.jack ==0.7.1.4, + any.jailbreak-cabal ==1.3.4, + any.jose ==0.8.2.0, + any.jose-jwt ==0.8.0, + any.js-dgtable ==0.5.2, + any.js-flot ==0.8.3, + any.js-jquery ==3.3.1, + any.json ==0.9.3, + any.json-alt ==1.0.0, + any.json-autotype ==3.0.1, + any.json-feed ==1.0.8, + any.json-rpc ==1.0.1, + any.json-rpc-client ==0.2.5.0, + any.json-rpc-generic ==0.2.1.5, + any.json-rpc-server ==0.2.6.0, + any.jsonpath ==0.1.0.2, + any.justified-containers ==0.3.0.0, + any.jwt ==0.10.0, + any.kan-extensions ==5.2, + any.kanji ==3.4.1, + any.katip ==0.8.4.0, + any.kawhi ==0.3.0, + any.kazura-queue ==0.1.0.4, + any.kdt ==0.2.4, + any.keycode ==0.2.2, + any.keys ==3.12.3, + any.kind-apply ==0.3.2.0, + any.kind-generics ==0.3.0.0, + any.kind-generics-th ==0.1.1.0, + any.kleene ==0.1, + any.kmeans ==0.1.3, + any.koofr-client ==1.0.0.3, + any.kraken ==0.1.0, + any.l10n ==0.1.0.1, + any.labels ==0.3.3, + any.lackey ==1.0.11, + any.lambdabot-core ==5.2, + any.lambdabot-irc-plugins ==5.2, + any.lame ==0.2.0, + any.language-c ==0.8.3, + any.language-c-quote ==0.12.2.1, + any.language-docker ==8.0.2, + any.language-ecmascript ==0.19, + any.language-haskell-extract ==0.2.4, + any.language-java ==0.2.9, + any.language-javascript ==0.6.0.14, + any.language-nix ==2.1.0.1, + any.language-puppet ==1.4.6.2, + any.lapack ==0.3.1, + any.lapack-carray ==0.0.3, + any.lapack-comfort-array ==0.0.0.1, + any.lapack-ffi ==0.0.2, + any.lapack-ffi-tools ==0.1.2.1, + any.largeword ==1.2.5, + any.latex ==0.1.0.4, + any.lattices ==2.0.1, + any.lawful ==0.1.0.0, + any.lazy-csv ==0.5.1, + any.lazyio ==0.1.0.4, + any.lca ==0.3.1, + any.leancheck ==0.9.1, + any.leancheck-instances ==0.0.3, + any.leapseconds-announced ==2017.1.0.1, + any.learn-physics ==0.6.5, + any.lens ==4.17.1, + any.lens-action ==0.2.4, + any.lens-aeson ==1.0.2, + any.lens-datetime ==0.3, + any.lens-family ==1.2.3, + any.lens-family-core ==1.2.3, + any.lens-family-th ==0.5.0.2, + any.lens-misc ==0.0.2.0, + any.lens-process ==0.3.0.1, + any.lens-properties ==4.11.1, + any.lens-regex ==0.1.1, + any.lens-regex-pcre ==0.3.1.0, + any.lens-simple ==0.1.0.9, + any.lens-typelevel ==0.1.1.0, + any.lenz ==0.3.1.0, + any.leveldb-haskell ==0.6.5, + any.libffi ==0.1, + any.libgit ==0.3.1, + any.libgraph ==1.14, + any.libmpd ==0.9.1.0, + any.liboath-hs ==0.0.1.1, + any.libraft ==0.5.0.0, + any.libsystemd-journal ==1.4.4, + any.libyaml ==0.1.2, + any.lift-generics ==0.1.3, + any.lifted-async ==0.10.0.5, + any.lifted-base ==0.2.3.12, + any.line ==4.0.1, + any.linear ==1.20.9, + any.linear-circuit ==0.1.0.2, + any.linux-file-extents ==0.2.0.0, + any.linux-namespaces ==0.1.3.0, + any.list-t ==1.0.4, + any.list-witnesses ==0.1.1.1, + any.listsafe ==0.1.0.1, + any.llvm-hs ==8.0.0, + any.llvm-hs-pure ==8.0.0, + any.lmdb ==0.2.5, + any.load-env ==0.2.1.0, + any.loc ==0.1.3.4, + any.locators ==0.2.4.4, + any.loch-th ==0.2.2, + any.lockfree-queue ==0.2.3.1, + any.log-base ==0.8.0.0, + any.log-domain ==0.12, + any.logfloat ==0.13.3.3, + any.logger-thread ==0.1.0.2, + any.logging-effect ==1.3.9, + any.logging-facade ==0.3.0, + any.logging-facade-syslog ==1, + any.logict ==0.7.0.2, + any.loop ==0.3.0, + any.loopbreaker ==0.1.1.1, + any.lrucache ==1.2.0.1, + any.lrucaching ==0.3.3, + any.lsp-test ==0.6.1.0, + any.lucid ==2.9.12, + any.lucid-extras ==0.2.2, + any.lxd-client-config ==0.1.0.1, + any.lzma ==0.0.0.3, + any.lzma-conduit ==1.2.1, + any.machines ==0.6.4, + any.machines-binary ==0.3.0.3, + any.machines-directory ==0.2.1.0, + any.machines-io ==0.2.0.13, + any.magico ==0.0.2.1, + any.main-tester ==0.2.0.1, + any.mainland-pretty ==0.7.0.1, + any.makefile ==1.1.0.0, + any.managed ==1.0.7, + any.markdown ==0.1.17.4, + any.markdown-unlit ==0.5.0, + any.markov-chain ==0.0.3.4, + any.massiv ==0.4.5.0, + any.massiv-io ==0.1.9.0, + any.massiv-test ==0.1.2, + any.math-functions ==0.3.3.0, + any.mathexpr ==0.3.0.0, + any.matplotlib ==0.7.5, + any.matrices ==0.5.0, + any.matrix ==0.3.6.1, + any.matrix-market-attoparsec ==0.1.1.3, + any.matrix-static ==0.2.1, + any.maximal-cliques ==0.1.1, + any.mbox ==0.3.4, + any.mbtiles ==0.6.0.0, + any.mcmc-types ==1.0.3, + any.median-stream ==0.7.0.0, + any.mega-sdist ==0.4.0.1, + any.megaparsec ==7.0.5, + any.megaparsec-tests ==7.0.5, + any.memory ==0.14.18, + any.menshen ==0.0.3, + any.mercury-api ==0.1.0.2, + any.merkle-tree ==0.1.1, + mersenne-random-pure64 -small_base, + any.mersenne-random-pure64 ==0.2.2.0, + any.messagepack ==0.5.4, + any.metrics ==0.4.1.1, + any.mfsolve ==0.3.2.0, + any.micro-recursion-schemes ==5.0.2.2, + any.microformats2-parser ==1.0.1.9, + any.microlens ==0.4.10, + any.microlens-aeson ==2.3.0.4, + any.microlens-contra ==0.1.0.2, + any.microlens-ghc ==0.4.10, + any.microlens-mtl ==0.1.11.1, + any.microlens-platform ==0.3.11, + any.microlens-process ==0.2.0.1, + any.microlens-th ==0.4.2.3, + any.microspec ==0.2.1.3, + any.microstache ==1.0.1.1, + any.midair ==0.2.0.1, + any.midi ==0.2.2.2, + any.midi-music-box ==0.0.1.1, + any.mighty-metropolis ==1.2.0, + any.mime-mail ==0.5.0, + any.mime-mail-ses ==0.4.1, + any.mime-types ==0.1.0.9, + any.minimorph ==0.2.1.0, + minio-hs -live-test, + any.minio-hs ==1.5.2, + any.miniutter ==0.5.0.0, + mintty +win32-2-5-3, + any.mintty ==0.1.2, + any.miso ==1.2.0.0, + any.missing-foreign ==0.1.1, + any.mixed-types-num ==0.4.0.1, + any.mltool ==0.2.0.1, + any.mmap ==0.5.9, + any.mmark ==0.0.7.1, + any.mmark-cli ==0.0.5.0, + any.mmark-ext ==0.2.1.2, + any.mmorph ==1.1.3, + any.mmtf ==0.1.3.1, + any.mnist-idx ==0.1.2.8, + any.mockery ==0.3.5, + any.modern-uri ==0.3.1.0, + any.modular ==0.1.0.8, + any.monad-control ==1.0.2.3, + any.monad-control-aligned ==0.0.1.1, + any.monad-coroutine ==0.9.0.4, + any.monad-extras ==0.6.0, + any.monad-journal ==0.8.1, + any.monad-logger ==0.3.31, + any.monad-logger-json ==0.1.0.0, + any.monad-logger-prefix ==0.1.11, + any.monad-logger-syslog ==0.1.6.0, + any.monad-loops ==0.4.3, + any.monad-memo ==0.5.1, + any.monad-metrics ==0.2.1.4, + any.monad-par ==0.3.5, + any.monad-par-extras ==0.3.3, + any.monad-parallel ==0.7.2.3, + any.monad-peel ==0.2.1.2, + any.monad-products ==4.0.1, + any.monad-skeleton ==0.1.5, + any.monad-st ==0.2.4.1, + any.monad-time ==0.3.1.0, + any.monad-unlift ==0.2.0, + any.monad-unlift-ref ==0.2.1, + any.monadic-arrays ==0.2.2, + any.monads-tf ==0.1.0.3, + any.mongoDB ==2.5.0.0, + any.mono-traversable ==1.0.15.1, + any.mono-traversable-instances ==0.1.0.0, + any.mono-traversable-keys ==0.1.0, + any.monoid-extras ==0.5.1, + any.monoid-subclasses ==0.4.6.1, + any.monoid-transformer ==0.0.4, + any.monoidal-containers ==0.4.0.0, + any.moo ==1.2, + any.more-containers ==0.2.2.0, + any.mountpoints ==1.0.2, + any.mpi-hs ==0.5.3.0, + any.msgpack ==1.0.1.0, + any.msgpack-aeson ==0.1.0.0, + any.mtl ==2.2.2, + any.mtl-compat ==0.2.2, + any.mtl-prelude ==2.0.3.1, + any.multiarg ==0.30.0.10, + any.multimap ==1.2.1, + any.multipart ==0.1.3, + any.multiset ==0.3.4.3, + any.multistate ==0.8.0.2, + any.murmur-hash ==0.1.0.9, + any.murmur3 ==1.0.3, + any.mustache ==2.3.1, + any.mutable-containers ==0.3.4, + any.mwc-probability ==2.1.0, + any.mwc-probability-transition ==0.4, + any.mwc-random ==0.14.0.0, + any.mysql ==0.1.7, + any.mysql-haskell ==0.8.4.2, + any.mysql-haskell-nem ==0.1.0.0, + any.mysql-simple ==0.4.5, + any.n2o ==0.11.1, + any.nagios-check ==0.3.2, + any.named ==0.3.0.1, + any.names-th ==0.3.0.0, + any.nano-erl ==0.1.0.1, + any.nanospec ==0.2.2, + any.nats ==1.1.2, + any.natural-induction ==0.2.0.0, + any.natural-sort ==0.1.2, + any.natural-transformation ==0.4, + any.ndjson-conduit ==0.1.0.5, + any.neat-interpolation ==0.3.2.6, + any.netlib-carray ==0.1, + any.netlib-comfort-array ==0.0.0.1, + any.netlib-ffi ==0.1.1, + any.netpbm ==1.0.3, + any.netrc ==0.2.0.0, + any.nettle ==0.3.0, + any.netwire ==5.0.3, + any.netwire-input ==0.0.7, + any.netwire-input-glfw ==0.0.10, + any.network ==3.1.1.1, + any.network-anonymous-i2p ==0.10.0, + any.network-attoparsec ==0.12.2, + any.network-bsd ==2.8.0.0, + any.network-byte-order ==0.1.4.0, + any.network-conduit-tls ==1.3.2, + any.network-house ==0.1.0.2, + any.network-info ==0.2.0.10, + any.network-ip ==0.3.0.3, + any.network-messagepack-rpc ==0.1.2.0, + any.network-multicast ==0.3.2, + any.network-simple ==0.4.5, + any.network-simple-tls ==0.3.2, + any.network-transport ==0.5.4, + any.network-transport-composed ==0.2.1, + any.network-uri ==2.6.2.0, + any.newtype ==0.2.2.0, + any.newtype-generics ==0.5.4, + any.nicify-lib ==1.0.1, + nix-paths +allow-relative-paths, + any.nix-paths ==1.0.1, + any.no-value ==1.0.0.0, + any.non-empty ==0.3.2, + any.non-empty-sequence ==0.2.0.4, + any.non-negative ==0.1.2, + any.nonce ==1.0.7, + any.nondeterminism ==1.4, + any.nonempty-containers ==0.3.1.0, + any.nonemptymap ==0.0.6.0, + any.not-gloss ==0.7.7.0, + any.nowdoc ==0.1.1.0, + any.nqe ==0.6.1, + any.nsis ==0.3.3, + any.numbers ==3000.2.0.2, + any.numeric-extras ==0.1, + any.numeric-prelude ==0.4.3.1, + any.numhask ==0.3.1, + any.numtype-dk ==0.5.0.2, + any.nuxeo ==0.3.2, + any.nvim-hs ==2.1.0.2, + any.nvim-hs-contrib ==2.0.0.0, + any.nvvm ==0.9.0.0, + any.oauthenticated ==0.2.1.0, + any.oblivious-transfer ==0.1.0, + any.odbc ==0.2.2, + any.oeis ==0.3.10, + any.oeis2 ==1.0.3, + any.ofx ==0.4.4.0, + any.old-locale ==1.0.0.7, + any.old-time ==1.1.0.3, + any.once ==0.4, + any.one-liner ==1.0, + any.one-liner-instances ==0.1.2.1, + any.oo-prototypes ==0.1.0.0, + any.opaleye ==0.6.7004.1, + any.open-browser ==0.2.1.0, + any.open-witness ==0.4.0.1, + any.openexr-write ==0.1.0.2, + any.openpgp-asciiarmor ==0.1.2, + any.opensource ==0.1.1.0, + any.openssl-streams ==1.2.2.0, + any.operational ==0.2.3.5, + any.operational-class ==0.3.0.0, + any.optional-args ==1.0.2, + any.options ==1.2.1.1, + any.optparse-applicative ==0.14.3.0, + any.optparse-enum ==1.0.0.0, + any.optparse-generic ==1.3.1, + any.optparse-simple ==0.1.1.2, + any.optparse-text ==0.1.1.0, + any.ordered-containers ==0.2.2, + any.oset ==0.4.0.1, + any.overhang ==1.0.0, + any.packcheck ==0.4.2, + any.pager ==0.1.1.0, + any.pagination ==0.2.1, + any.pairing ==0.4.1, + any.palette ==0.3.0.2, + any.pandoc ==2.7.3, + any.pandoc-citeproc ==0.16.2, + any.pandoc-csv2table ==1.0.8, + any.pandoc-markdown-ghci-filter ==0.1.0.0, + any.pandoc-pyplot ==2.1.5.1, + any.pandoc-types ==1.17.6.1, + any.pantry ==0.1.1.2, + any.parallel ==3.2.2.0, + any.parallel-io ==0.3.3, + any.paripari ==0.6.0.1, + any.parseargs ==0.2.0.9, + any.parsec ==3.1.14.0, + any.parsec-class ==1.0.0.0, + any.parsec-numbers ==0.1.0, + any.parsec-numeric ==0.1.0.0, + any.parser-combinators ==1.1.0, + any.parser-combinators-tests ==1.1.0, + any.parsers ==0.12.10, + any.partial-handler ==1.0.3, + any.partial-isomorphisms ==0.2.2.1, + any.partial-semigroup ==0.5.1.1, + any.password ==0.1.0.1, + any.password-instances ==0.3.0.1, + any.path ==0.6.1, + any.path-extra ==0.2.0, + any.path-io ==1.4.2, + any.path-pieces ==0.2.1, + any.path-text-utf8 ==0.0.1.2, + pathtype -old-time, + any.pathtype ==0.8.1, + any.pathwalk ==0.3.1.2, + any.pattern-arrows ==0.0.2, + any.pcf-font ==0.2.2.0, + any.pcf-font-embed ==0.1.2.0, + any.pcg-random ==0.1.3.6, + any.pcre-heavy ==1.0.0.2, + any.pcre-light ==0.4.1.0, + any.pcre-utils ==0.1.8.1.1, + any.pdfinfo ==1.5.4, + any.peano ==0.1.0.1, + any.pedersen-commitment ==0.2.0, + any.pem ==0.2.4, + any.pencil ==1.0.1, + any.percent-format ==0.0.1, + any.peregrin ==0.3.0, + any.perfect-hash-generator ==0.2.0.6, + any.persist ==0.1.1.4, + any.persistable-record ==0.6.0.4, + any.persistable-types-HDBC-pg ==0.0.3.5, + any.persistent ==2.10.2, + any.persistent-iproute ==0.2.4, + any.persistent-mysql ==2.9.0, + any.persistent-mysql-haskell ==0.5.2, + any.persistent-pagination ==0.1.1.1, + any.persistent-postgresql ==2.9.1, + any.persistent-qq ==2.9.1, + any.persistent-sqlite ==2.10.5, + any.persistent-template ==2.7.2, + any.persistent-typed-db ==0.0.1.1, + any.pg-harness-client ==0.6.0, + any.pg-harness-server ==0.6.2, + any.pg-transact ==0.1.2.0, + any.pgp-wordlist ==0.1.0.3, + any.phantom-state ==0.2.1.2, + any.pid1 ==0.1.2.0, + any.pinboard ==0.10.1.4, + any.pipes ==4.3.13, + any.pipes-aeson ==0.4.1.8, + any.pipes-attoparsec ==0.5.1.5, + any.pipes-binary ==0.4.2, + any.pipes-bytestring ==2.1.6, + any.pipes-category ==0.3.0.0, + any.pipes-concurrency ==2.0.12, + any.pipes-csv ==1.4.3, + any.pipes-extras ==1.0.15, + any.pipes-fastx ==0.3.0.0, + any.pipes-fluid ==0.6.0.1, + any.pipes-group ==1.0.12, + any.pipes-http ==1.0.6, + any.pipes-misc ==0.5.0.0, + any.pipes-network ==0.6.5, + any.pipes-network-tls ==0.3, + any.pipes-parse ==3.0.8, + any.pipes-random ==1.0.0.5, + any.pipes-safe ==2.3.2, + any.pipes-wai ==3.2.0, + any.pkcs10 ==0.2.0.0, + any.placeholders ==0.1, + any.planb-token-introspection ==0.1.4.0, + any.plotlyhs ==0.2.1, + any.pointed ==5.0.1, + any.pointedlist ==0.6.1, + any.pointless-fun ==1.1.0.6, + any.poll ==0.0.0.1, + any.poly ==0.3.1.0, + any.poly-arity ==0.1.0, + any.polynomials-bernstein ==1.1.2, + any.polyparse ==1.12.1, + any.polysemy ==1.0.0.0, + any.polysemy-plugin ==0.2.4.0, + any.polysemy-zoo ==0.5.0.1, + any.pooled-io ==0.0.2.2, + any.port-utils ==0.2.1.0, + any.posix-paths ==0.2.1.6, + any.possibly ==1.0.0.0, + any.post-mess-age ==0.2.1.0, + any.postgresql-binary ==0.12.2, + any.postgresql-libpq ==0.9.4.2, + any.postgresql-orm ==0.5.1, + any.postgresql-schema ==0.1.14, + any.postgresql-simple ==0.6.2, + any.postgresql-simple-migration ==0.1.15.0, + any.postgresql-simple-queue ==1.0.1, + any.postgresql-simple-url ==0.2.1.0, + any.postgresql-transactional ==1.1.1, + any.postgresql-typed ==0.6.1.0, + any.pptable ==0.3.0.0, + any.pqueue ==1.4.1.2, + any.prefix-units ==0.2.0, + any.prelude-compat ==0.0.0.2, + any.prelude-safeenum ==0.1.1.2, + any.present ==4.1.0, + any.pretty-class ==1.0.1.1, + any.pretty-hex ==1.0, + any.pretty-show ==1.9.5, + any.pretty-simple ==2.2.0.1, + any.pretty-sop ==0.2.0.3, + any.pretty-types ==0.3.0.1, + any.prettyclass ==1.0.0.0, + any.prettyprinter ==1.2.1.1, + any.prettyprinter-ansi-terminal ==1.1.1.2, + any.prettyprinter-compat-annotated-wl-pprint ==1, + any.prettyprinter-compat-ansi-wl-pprint ==1.0.1, + any.prettyprinter-compat-wl-pprint ==1.0.0.1, + any.prettyprinter-convert-ansi-wl-pprint ==1.1, + any.prim-uniq ==0.1.0.1, + any.primes ==0.2.1.0, + any.primitive ==0.7.1.0, + any.primitive-extras ==0.7.1.1, + any.probability ==0.2.6, + any.process-extras ==0.7.4, + any.product-isomorphic ==0.0.3.3, + any.product-profunctors ==0.10.0.0, + any.profiterole ==0.1, + any.profunctors ==5.3, + any.project-template ==0.2.0.1, + any.projectroot ==0.2.0.1, + any.prometheus ==2.1.2, + any.prometheus-client ==1.0.0, + any.promises ==0.3, + any.prompt ==0.1.1.2, + any.prospect ==0.1.0.0, + any.proto-lens ==0.5.1.0, + any.proto-lens-arbitrary ==0.1.2.8, + any.proto-lens-optparse ==0.1.1.6, + any.proto-lens-protobuf-types ==0.5.0.0, + any.proto-lens-protoc ==0.5.0.0, + any.proto-lens-runtime ==0.5.0.0, + any.proto-lens-setup ==0.4.0.2, + any.protobuf ==0.2.1.2, + any.protobuf-simple ==0.1.1.0, + any.protocol-buffers ==2.4.13, + any.protocol-buffers-descriptor ==2.4.13, + any.protocol-radius ==0.0.1.1, + any.protocol-radius-test ==0.1.0.1, + any.protolude ==0.2.3, + any.proxied ==0.3.1, + any.psql-helpers ==0.1.0.0, + any.psqueues ==0.2.7.2, + any.pure-zlib ==0.6.7, + any.pureMD5 ==2.1.3, + any.purescript-bridge ==0.13.0.0, + any.pushbullet-types ==0.4.1.0, + any.pusher-http-haskell ==1.5.1.11, + any.qchas ==1.1.0.1, + any.qm-interpolated-string ==0.3.0.0, + any.qnap-decrypt ==0.3.5, + any.qrcode-core ==0.9.2, + any.qrcode-juicypixels ==0.8.0, + any.quadratic-irrational ==0.1.0, + any.quickbench ==1.0, + any.quickcheck-arbitrary-adt ==0.3.1.0, + any.quickcheck-assertions ==0.3.0, + any.quickcheck-classes ==0.6.1.0, + any.quickcheck-instances ==0.3.19, + any.quickcheck-io ==0.2.0, + any.quickcheck-simple ==0.1.1.1, + any.quickcheck-special ==0.1.0.6, + any.quickcheck-state-machine ==0.6.0, + any.quickcheck-text ==0.1.2.1, + any.quickcheck-transformer ==0.3.1, + any.quickcheck-unicode ==1.0.1.0, + any.quiet ==0.2, + any.radius ==0.6.1.0, + any.rainbow ==0.30.0.2, + any.rainbox ==0.20.0.0, + any.ramus ==0.1.2, + any.rando ==0.0.0.4, + any.random ==1.1, + any.random-bytestring ==0.1.3.2, + any.random-fu ==0.2.7.3, + any.random-shuffle ==0.0.4, + any.random-source ==0.3.0.6, + any.random-tree ==0.6.0.5, + any.range ==0.2.1.1, + any.range-set-list ==0.1.3.1, + any.rank1dynamic ==0.4.0, + any.rank2classes ==1.3.2.1, + any.rasterific-svg ==0.3.3.2, + any.ratel ==1.0.9, + any.ratel-wai ==1.1.1, + any.rattle ==0.1, + any.rattletrap ==9.0.7, + any.raw-strings-qq ==1.1, + any.rawfilepath ==0.2.4, + any.rawstring-qm ==0.2.3.0, + any.rcu ==0.2.4, + any.rdf ==0.1.0.3, + any.re2 ==0.3, + any.read-editor ==0.1.0.2, + any.read-env-var ==1.0.0.0, + any.readable ==0.3.1, + any.reanimate ==0.1.8.0, + any.reanimate-svg ==0.9.3.1, + any.rebase ==1.3.1.1, + any.record-dot-preprocessor ==0.2.2, + any.record-hasfield ==1.0, + any.records-sop ==0.1.0.3, + any.recursion-schemes ==5.1.3, + any.reducers ==3.12.3, + any.refact ==0.3.0.2, + any.references ==0.3.3.1, + any.reflection ==2.1.5, + any.regex ==1.0.2.0, + any.regex-applicative ==0.3.3.1, + any.regex-applicative-text ==0.1.0.1, + any.regex-base ==0.93.2, + any.regex-compat ==0.95.1, + any.regex-compat-tdfa ==0.95.1.4, + any.regex-pcre ==0.94.4, + any.regex-pcre-builtin ==0.94.5.8.8.35, + any.regex-pcre-text ==0.94.0.1, + any.regex-posix ==0.95.2, + any.regex-tdfa ==1.2.3.2, + any.regex-tdfa-text ==1.0.0.3, + any.regex-with-pcre ==1.0.2.0, + any.registry ==0.1.7.0, + any.reinterpret-cast ==0.1.0, + any.relapse ==1.0.0.0, + any.relational-query ==0.12.2.2, + any.relational-query-HDBC ==0.7.2.0, + any.relational-record ==0.2.2.0, + any.relational-schemas ==0.1.7.0, + any.relude ==0.5.0, + any.renderable ==0.2.0.1, + any.repa ==3.4.1.4, + any.repa-algorithms ==3.4.1.3, + any.repa-io ==3.4.1.1, + any.replace-attoparsec ==1.0.3.0, + any.replace-megaparsec ==1.1.5.0, + any.repline ==0.2.1.0, + any.req ==2.1.0, + any.req-conduit ==1.0.0, + any.require ==0.4.3, + any.rerebase ==1.3.1.1, + any.resistor-cube ==0.0.1.2, + any.resource-pool ==0.2.3.2, + any.resourcet ==1.2.2, + any.result ==0.2.6.0, + any.rethinkdb-client-driver ==0.0.25, + any.retry ==0.8.1.0, + any.rev-state ==0.1.2, + any.rfc1751 ==0.1.2, + any.rfc5051 ==0.1.0.4, + any.rg ==1.4.0.0, + any.rhine ==0.5.1.0, + any.rhine-gloss ==0.5.1.0, + any.rigel-viz ==0.2.0.0, + any.rio ==0.1.13.0, + any.rio-orphans ==0.1.1.0, + any.rio-prettyprint ==0.1.0.0, + any.roc-id ==0.1.0.0, + any.rocksdb-haskell ==1.0.1, + any.rocksdb-query ==0.2.0, + any.roles ==0.2.0.0, + any.rope-utf16-splay ==0.3.1.0, + any.rosezipper ==0.2, + any.rot13 ==0.2.0.1, + any.rpmbuild-order ==0.2.1, + any.runmemo ==1.0.0.1, + any.rvar ==0.2.0.3, + any.s3-signer ==0.5.0.0, + any.safe ==0.3.18, + any.safe-exceptions ==0.1.7.0, + any.safe-exceptions-checked ==0.1.0, + any.safe-foldable ==0.1.0.0, + any.safe-json ==0.1.0, + any.safe-money ==0.9, + any.safecopy ==0.9.4.3, + any.safeio ==0.0.5.0, + any.salak ==0.3.5.3, + any.salak-toml ==0.3.5.3, + any.salak-yaml ==0.3.5.3, + any.saltine ==0.1.0.2, + any.salve ==1.0.8, + any.sample-frame ==0.0.3, + any.sample-frame-np ==0.0.4.1, + any.sampling ==0.3.3, + any.sandman ==0.2.0.1, + any.say ==0.1.0.1, + any.sbp ==2.6.3, + any.sbv ==8.3, + any.scalpel ==0.6.1, + any.scalpel-core ==0.6.1, + any.scanf ==0.1.0.0, + any.scanner ==0.3.1, + any.scheduler ==1.4.2.1, + any.scientific ==0.3.6.2, + any.scotty ==0.11.5, + any.scrypt ==0.5.0, + any.sdl2 ==2.5.1.0, + any.sdl2-gfx ==0.2, + any.sdl2-image ==2.0.0, + any.sdl2-mixer ==1.1.0, + any.sdl2-ttf ==2.1.0, + any.secp256k1-haskell ==0.1.8, + any.securemem ==0.1.10, + any.selda ==0.4.0.0, + any.selda-json ==0.1.1.0, + any.selda-postgresql ==0.1.8.0, + any.selda-sqlite ==0.1.7.0, + any.selective ==0.3, + any.semialign ==1, + any.semigroupoid-extras ==5, + any.semigroupoids ==5.3.4, + any.semigroups ==0.18.5, + any.semiring-simple ==1.0.0.1, + any.semirings ==0.4.2, + any.semver ==0.3.4, + any.sendfile ==0.7.11.1, + any.seqalign ==0.2.0.4, + any.serf ==0.1.1.0, + any.serialise ==0.2.2.0, + any.servant ==0.17, + any.servant-JuicyPixels ==0.3.0.5, + any.servant-auth ==0.3.2.0, + any.servant-auth-docs ==0.2.10.0, + any.servant-auth-server ==0.4.5.1, + any.servant-auth-swagger ==0.2.10.0, + any.servant-auth-wordpress ==1.0.0.1, + any.servant-blaze ==0.9, + any.servant-cassava ==0.10, + any.servant-checked-exceptions ==2.2.0.0, + any.servant-checked-exceptions-core ==2.2.0.0, + any.servant-cli ==0.1.0.1, + any.servant-client ==0.17, + any.servant-client-core ==0.17, + any.servant-conduit ==0.15, + any.servant-docs ==0.11.4, + any.servant-elm ==0.6.1, + any.servant-foreign ==0.15, + any.servant-http-streams ==0.16.0.1, + any.servant-js ==0.9.4.1, + any.servant-kotlin ==0.1.1.9, + any.servant-lucid ==0.9, + any.servant-machines ==0.15, + any.servant-mock ==0.8.5, + any.servant-multipart ==0.11.5, + any.servant-pipes ==0.15.1, + any.servant-rawm ==0.3.2.0, + any.servant-ruby ==0.9.0.0, + any.servant-server ==0.17, + any.servant-static-th ==0.2.2.1, + any.servant-swagger ==1.1.8, + any.servant-swagger-ui ==0.3.4.3.23.11, + any.servant-swagger-ui-core ==0.3.3, + any.servant-swagger-ui-redoc ==0.3.3.1.22.3, + any.servant-tracing ==0.1.0.2, + any.servant-xml ==1.0.1.4, + any.servant-yaml ==0.1.0.1, + any.serversession ==1.0.1, + any.serversession-frontend-wai ==1.0, + any.servius ==1.2.3.0, + any.ses-html ==0.4.0.0, + any.set-cover ==0.0.9, + any.setenv ==0.1.1.3, + any.setlocale ==1.0.0.9, + any.sexp-grammar ==2.0.2, + any.sexpr-parser ==0.1.1.2, + any.shake ==0.18.5, + any.shake-language-c ==0.12.0, + any.shakespeare ==2.0.24, + any.shared-memory ==0.2.0.0, + any.shell-conduit ==4.7.0, + any.shell-escape ==0.2.0, + any.shellmet ==0.0.3.0, + any.shelltestrunner ==1.9, + any.shelly ==1.8.1, + any.shikensu ==0.3.11, + any.shortcut-links ==0.4.2.1, + any.should-not-typecheck ==2.1.0, + any.show-combinators ==0.1.1.0, + any.show-prettyprint ==0.3.0.1, + any.shower ==0.2.0.2, + any.siggy-chardust ==1.0.0, + any.signal ==0.1.0.4, + any.silently ==1.2.5.1, + any.simple ==0.11.3, + any.simple-cabal ==0.1.1, + any.simple-cmd ==0.2.1, + any.simple-cmd-args ==0.1.5, + any.simple-log ==0.9.12, + any.simple-reflect ==0.3.3, + any.simple-sendfile ==0.2.30, + any.simple-session ==0.10.1.1, + any.simple-templates ==0.9.0.0, + any.simple-vec3 ==0.6, + any.simplistic-generics ==0.1.0.0, + any.since ==0.0.0, + any.singleton-bool ==0.1.5, + any.singleton-nats ==0.4.3, + any.singletons ==2.5.1, + any.siphash ==1.0.3, + any.size-based ==0.1.2.0, + any.sized-grid ==0.1.1.6, + any.skein ==1.0.9.4, + any.skews ==0.1.0.2, + any.skip-var ==0.1.1.0, + any.skylighting ==0.8.2.1, + any.skylighting-core ==0.8.2.1, + any.slack-web ==0.2.0.11, + any.smallcheck ==1.1.5, + any.smallcheck-series ==0.6.1, + any.smoothie ==0.4.2.10, + any.snap-blaze ==0.2.1.5, + any.snap-core ==1.0.4.1, + any.snap-server ==1.1.1.1, + any.snowflake ==0.1.1.1, + any.soap ==0.2.3.6, + any.soap-tls ==0.1.1.4, + any.socket-activation ==0.1.0.2, + any.socks ==0.6.1, + any.sop-core ==0.5.0.1, + any.sort ==1.0.0.0, + any.sorted-list ==0.2.1.0, + any.sourcemap ==0.1.6, + any.sox ==0.2.3.1, + any.soxlib ==0.0.3.1, + any.sparse-linear-algebra ==0.3.1, + any.spatial-math ==0.5.0.1, + any.special-values ==0.1.0.0, + any.speculate ==0.3.5, + any.speedy-slice ==0.3.0, + any.sphinx ==0.6.0.2, + any.splice ==0.6.1.1, + any.split ==0.2.3.3, + any.splitmix ==0.0.3, + any.spoon ==0.3.1, + any.spreadsheet ==0.1.3.8, + any.sql-words ==0.1.6.3, + any.sqlite-simple ==0.4.16.0, + any.sqlite-simple-errors ==0.6.1.0, + any.srcloc ==0.5.1.2, + any.stache ==2.0.1, + any.stack ==2.1.3.1, + any.starter ==0.3.0, + any.state-codes ==0.1.3, + any.stateref ==0.3, + any.statestack ==0.2.0.5, + any.static-text ==0.2.0.4, + any.statistics ==0.15.2.0, + any.statistics-linreg ==0.3, + any.stb-image-redux ==0.2.1.3, + any.step-function ==0.2, + any.stm-chans ==3.0.0.4, + any.stm-conduit ==4.0.1, + any.stm-delay ==0.1.1.1, + any.stm-extras ==0.1.0.3, + any.stm-split ==0.0.2.1, + any.stopwatch ==0.1.0.6, + any.storable-complex ==0.2.3.0, + any.storable-record ==0.0.4.1, + any.storable-tuple ==0.0.3.3, + any.storablevector ==0.2.13, + any.store ==0.7.2, + any.store-core ==0.4.4.2, + any.stratosphere ==0.40.0, + any.streaming ==0.2.3.0, + any.streaming-attoparsec ==1.0.0.1, + any.streaming-binary ==0.3.0.1, + any.streaming-bytestring ==0.1.6, + any.streaming-cassava ==0.1.0.1, + any.streaming-commons ==0.2.1.2, + any.streaming-wai ==0.1.1, + any.streamly ==0.6.1, + any.streamproc ==1.6.2, + any.streams ==3.3, + any.strict ==0.3.2, + any.strict-base-types ==0.6.1, + any.strict-concurrency ==0.2.4.3, + any.strict-list ==0.1.5, + any.string-class ==0.1.7.0, + any.string-combinators ==0.6.0.5, + any.string-conv ==0.1.2, + any.string-conversions ==0.4.0.1, + any.string-interpolate ==0.1.0.1, + any.string-qq ==0.0.4, + any.string-transform ==1.1.1, + any.stringbuilder ==0.5.1, + any.stringsearch ==0.3.6.6, + any.stripe-concepts ==1.0.2.0, + any.stripe-scotty ==1.0.0.0, + any.stripe-signature ==1.0.0.1, + any.stripe-wreq ==1.0.1.0, + any.strive ==5.0.9, + any.structs ==0.1.3, + any.structured-cli ==2.5.2.0, + any.sum-type-boilerplate ==0.1.1, + any.summoner ==1.3.0.1, + any.sundown ==0.6, + any.superbuffer ==0.3.1.1, + any.sv ==1.3.1, + any.sv-cassava ==0.3, + any.sv-core ==0.4.1, + any.svg-builder ==0.1.1, + any.svg-tree ==0.6.2.4, + any.swagger ==0.3.0, + any.swagger2 ==2.4, + any.swish ==0.10.0.2, + any.syb ==0.7.1, + any.symbol ==0.2.4, + any.symengine ==0.1.2.0, + any.sysinfo ==0.1.1, + any.system-argv0 ==0.1.1, + any.system-fileio ==0.3.16.4, + any.system-filepath ==0.4.14, + any.systemd ==2.3.0, + any.tabular ==0.2.2.7, + any.tagchup ==0.4.1.1, + any.tagged ==0.8.6, + any.tagged-binary ==0.2.0.1, + any.tagged-identity ==0.1.3, + any.tagged-transformer ==0.8.1, + any.tagshare ==0.0, + any.tagsoup ==0.14.8, + any.tagstream-conduit ==0.5.5.3, + any.tao ==1.0.0, + any.tao-example ==1.0.0, + tar -old-time, + any.tar ==0.5.1.1, + any.tar-conduit ==0.3.2, + any.tardis ==0.4.1.0, + any.tasty ==1.2.3, + any.tasty-ant-xml ==1.1.6, + any.tasty-dejafu ==2.0.0.1, + any.tasty-discover ==4.2.1, + any.tasty-expected-failure ==0.11.1.2, + any.tasty-golden ==2.3.2, + any.tasty-hedgehog ==1.0.0.2, + any.tasty-hspec ==1.1.5.1, + any.tasty-hunit ==0.10.0.2, + any.tasty-kat ==0.0.3, + any.tasty-leancheck ==0.0.1, + any.tasty-lua ==0.2.2, + any.tasty-program ==1.0.5, + any.tasty-quickcheck ==0.10.1.1, + any.tasty-silver ==3.1.13, + any.tasty-smallcheck ==0.8.1, + any.tasty-th ==0.1.7, + any.tce-conf ==1.3, + any.tcp-streams ==1.0.1.1, + any.tcp-streams-openssl ==1.0.1.0, + any.tdigest ==0.2.1, + any.template-toolkit ==0.1.1.0, + any.temporary ==1.3, + any.temporary-rc ==1.2.0.3, + any.temporary-resourcet ==0.1.0.1, + any.tensorflow-test ==0.1.0.0, + any.tensors ==0.1.4, + any.termbox ==0.2.0, + any.terminal-progress-bar ==0.4.1, + any.terminal-size ==0.3.2.1, + any.test-framework ==0.8.2.0, + any.test-framework-hunit ==0.3.0.2, + any.test-framework-leancheck ==0.0.1, + any.test-framework-quickcheck2 ==0.3.0.5, + any.test-framework-smallcheck ==0.2, + any.test-framework-th ==0.2.4, + any.testing-feat ==1.1.0.0, + any.testing-type-modifiers ==0.1.0.1, + any.texmath ==0.11.3, + any.text ==1.2.4.0, + any.text-ansi ==0.1.0, + any.text-binary ==0.2.1.1, + any.text-builder ==0.6.6.1, + any.text-conversions ==0.3.0, + any.text-format ==0.3.2, + any.text-icu ==0.7.0.1, + any.text-latin1 ==0.3.1, + any.text-ldap ==0.1.1.13, + any.text-manipulate ==0.2.0.1, + any.text-metrics ==0.3.0, + any.text-postgresql ==0.0.3.1, + any.text-printer ==0.5.0.1, + any.text-region ==0.3.1.0, + any.text-short ==0.1.3, + any.text-show ==3.8.2, + any.text-show-instances ==3.8.3, + any.text-zipper ==0.10.1, + any.textlocal ==0.1.0.5, + any.tf-random ==0.5, + any.tfp ==1.0.1.1, + any.th-abstraction ==0.3.2.0, + any.th-data-compat ==0.0.2.7, + any.th-desugar ==1.9, + any.th-expand-syns ==0.4.5.0, + any.th-extras ==0.0.0.4, + any.th-lift ==0.8.1, + any.th-lift-instances ==0.1.14, + any.th-nowq ==0.1.0.3, + any.th-orphans ==0.13.9, + any.th-printf ==0.6.0, + any.th-reify-compat ==0.0.1.5, + any.th-reify-many ==0.1.9, + any.th-strict-compat ==0.1.0.1, + any.th-test-utils ==1.0.1, + any.th-utilities ==0.2.3.1, + any.these ==1.0.1, + any.thread-hierarchy ==0.3.0.1, + any.thread-local-storage ==0.2, + any.threads ==0.5.1.6, + any.threepenny-gui ==0.8.3.1, + any.throttle-io-stream ==0.2.0.1, + any.throwable-exceptions ==0.1.0.9, + any.thyme ==0.3.5.5, + any.tile ==0.3.0.0, + any.time-compat ==1.9.2.2, + any.time-lens ==0.4.0.2, + time-locale-compat -old-locale, + any.time-locale-compat ==0.1.1.5, + any.time-locale-vietnamese ==1.0.0.0, + any.time-manager ==0.0.0, + any.time-parsers ==0.1.2.1, + any.time-qq ==0.0.1.0, + any.time-units ==1.0.0, + any.timeit ==2.0, + any.timelens ==0.2.0.2, + any.timer-wheel ==0.2.0.1, + any.timerep ==2.0.0.2, + any.timezone-olson ==0.1.9, + any.timezone-series ==0.1.9, + any.tintin ==1.10.1, + any.tinylog ==0.15.0, + any.titlecase ==1.0.1, + any.tldr ==0.4.0.2, + any.tls ==1.5.4, + any.tls-debug ==0.4.5, + any.tls-session-manager ==0.0.4, + any.tmapchan ==0.0.3, + any.tmapmvar ==0.0.4, + any.tmp-postgres ==0.2.0.0, + any.token-bucket ==0.1.0.1, + any.tomland ==1.1.0.1, + any.tonalude ==0.1.1.0, + any.tonaparser ==0.1.0.0, + any.tonatona ==0.1.1.0, + any.tonatona-logger ==0.2.0.0, + any.tonatona-persistent-postgresql ==0.1.0.1, + any.tonatona-persistent-sqlite ==0.1.0.1, + any.tonatona-servant ==0.1.0.3, + any.torsor ==0.1, + any.tostring ==0.2.1.1, + any.tracing ==0.0.4.0, + any.transaction ==0.1.1.3, + any.transformers-base ==0.4.5.2, + any.transformers-bifunctors ==0.1, + transformers-compat +five-three, + any.transformers-compat ==0.6.5, + any.transformers-except ==0.1.1, + any.transformers-fix ==1.0, + any.traverse-with-class ==1.0.1.0, + any.tree-diff ==0.1, + any.tree-fun ==0.8.1.0, + any.trifecta ==2, + any.triplesec ==0.2.2.1, + any.trivial-constraint ==0.6.0.0, + any.true-name ==0.1.0.3, + any.tsv2csv ==0.1.0.2, + any.ttl-hashtables ==1.3.1.1, + any.ttrie ==0.1.2.1, + any.tuple ==0.3.0.2, + any.tuple-sop ==0.3.1.0, + any.tuple-th ==0.2.5, + any.tuples-homogenous-h98 ==0.1.1.0, + any.turtle ==1.5.16, + any.type-errors ==0.2.0.0, + any.type-errors-pretty ==0.0.1.0, + any.type-fun ==0.1.1, + any.type-hint ==0.1, + any.type-level-integers ==0.0.1, + any.type-level-kv-list ==1.1.0, + any.type-level-numbers ==0.1.1.1, + any.type-map ==0.1.6.0, + any.type-of-html ==1.5.1.0, + any.type-of-html-static ==0.1.0.2, + any.type-operators ==0.2.0.0, + any.type-spec ==0.4.0.0, + any.typed-process ==0.2.6.0, + any.typelits-witnesses ==0.4.0.0, + any.typenums ==0.1.2.1, + any.typerep-map ==0.3.2, + any.tz ==0.1.3.3, + any.tzdata ==0.1.20190911.0, + any.ua-parser ==0.7.5.1, + any.ucam-webauth ==0.1.0.0, + any.ucam-webauth-types ==0.1.0.0, + any.uglymemo ==0.1.0.1, + any.unagi-chan ==0.4.1.3, + any.unbound-generics ==0.4.0, + any.unbounded-delays ==0.1.1.0, + any.unboxed-ref ==0.4.0.0, + any.unboxing-vector ==0.1.1.0, + any.uncertain ==0.3.1.0, + any.unconstrained ==0.1.0.2, + any.unicode ==0.0.1.1, + any.unicode-show ==0.1.0.4, + any.unicode-transforms ==0.3.6, + any.unification-fd ==0.10.0.1, + any.union ==0.1.2, + any.union-find ==0.2, + any.uniplate ==1.6.12, + any.uniprot-kb ==0.1.2.0, + any.uniq-deep ==1.1.1, + any.unique ==0, + any.unique-logic ==0.4, + any.unique-logic-tf ==0.5.1, + any.unit-constraint ==0.0.0, + any.universe ==1.1.1, + any.universe-base ==1.1.1, + any.universe-dependent-sum ==1.1.0.1, + any.universe-instances-base ==1.1, + any.universe-instances-extended ==1.1.1, + any.universe-instances-trans ==1.1, + any.universe-reverse-instances ==1.1, + any.universum ==1.5.0, + any.unix-bytestring ==0.3.7.3, + any.unix-compat ==0.5.2, + any.unix-time ==0.4.7, + any.unliftio ==0.2.12, + any.unliftio-core ==0.1.2.0, + any.unliftio-pool ==0.2.1.0, + any.unliftio-streams ==0.1.1.0, + any.unlit ==0.4.0.0, + any.unordered-containers ==0.2.10.0, + any.unordered-intmap ==0.1.1, + any.unsafe ==0.0, + any.uri-bytestring ==0.3.2.2, + any.uri-bytestring-aeson ==0.1.0.7, + any.uri-encode ==1.5.0.5, + any.uri-templater ==0.3.1.0, + any.url ==2.1.3, + any.urlpath ==9.0.1, + any.users ==0.5.0.0, + any.users-postgresql-simple ==0.5.0.2, + any.users-test ==0.5.0.1, + any.utf8-light ==0.4.2, + any.utf8-string ==1.0.1.1, + any.util ==0.1.17.1, + any.utility-ht ==0.0.14, + any.uuid ==1.3.13, + any.uuid-types ==1.0.3, + any.validation ==1.1, + any.validity ==0.9.0.2, + any.validity-aeson ==0.2.0.2, + any.validity-bytestring ==0.4.1.0, + any.validity-containers ==0.3.1.0, + any.validity-path ==0.3.0.2, + any.validity-scientific ==0.2.0.2, + any.validity-text ==0.3.1.0, + any.validity-time ==0.2.0.2, + any.validity-unordered-containers ==0.2.0.2, + any.validity-uuid ==0.1.0.2, + any.validity-vector ==0.2.0.2, + any.valor ==0.1.0.0, + any.vault ==0.3.1.3, + any.vec ==0.1.1.1, + any.vector ==0.12.1.2, + any.vector-algorithms ==0.8.0.3, + any.vector-binary-instances ==0.2.5.1, + any.vector-buffer ==0.4.1, + any.vector-builder ==0.3.8, + any.vector-bytes-instances ==0.1.1, + any.vector-instances ==3.4, + any.vector-mmap ==0.0.3, + any.vector-sized ==1.2.0.1, + any.vector-space ==0.16, + any.vector-split ==1.0.0.2, + any.vector-th-unbox ==0.2.1.7, + any.verbosity ==0.3.0.0, + any.versions ==3.5.3, + any.viewprof ==0.0.0.32, + any.vinyl ==0.11.0, + any.vivid ==0.4.2.3, + any.vivid-osc ==0.5.0.0, + any.vivid-supercollider ==0.4.1.2, + any.void ==0.7.3, + any.vty ==5.25.1, + any.wai ==3.2.2.1, + any.wai-app-static ==3.1.7.1, + any.wai-cli ==0.2.1, + any.wai-conduit ==3.0.0.4, + any.wai-cors ==0.2.7, + any.wai-enforce-https ==0.0.1, + any.wai-eventsource ==3.0.0, + any.wai-extra ==3.0.29.1, + any.wai-handler-launch ==3.0.3.1, + any.wai-logger ==2.3.5, + any.wai-middleware-auth ==0.1.2.1, + any.wai-middleware-caching ==0.1.0.2, + any.wai-middleware-crowd ==0.1.4.2, + any.wai-middleware-static ==0.8.2, + any.wai-middleware-throttle ==0.3.0.1, + any.wai-middleware-travisci ==0.1.0, + any.wai-predicates ==0.10.0, + any.wai-session ==0.3.3, + any.wai-session-postgresql ==0.2.1.2, + any.wai-slack-middleware ==0.2.0, + any.wai-transformers ==0.1.0, + any.wai-websockets ==3.0.1.2, + any.warp ==3.3.5, + any.warp-tls ==3.2.9, + any.warp-tls-uid ==0.2.0.6, + any.wave ==0.2.0, + any.wcwidth ==0.0.2, + any.web-routes ==0.27.14.3, + any.web-routes-hsp ==0.24.6.1, + any.web-routes-wai ==0.24.3.1, + any.web3 ==0.8.3.2, + any.webdriver ==0.9.0.1, + any.webex-teams-api ==0.2.0.0, + any.webex-teams-conduit ==0.2.0.0, + any.webex-teams-pipes ==0.2.0.0, + any.webrtc-vad ==0.1.0.3, + any.websockets ==0.12.6.1, + any.websockets-snap ==0.10.3.1, + any.weeder ==1.0.8, + any.weigh ==0.0.16, + any.wide-word ==0.1.1.0, + any.wikicfp-scraper ==0.1.0.11, + any.wild-bind ==0.1.2.5, + any.wild-bind-x11 ==0.2.0.9, + windns +allow-non-windows, + any.windns ==0.1.0.1, + any.winery ==1.1.3, + any.wire-streams ==0.1.1.0, + any.with-location ==0.1.0, + any.witness ==0.4, + any.wizards ==1.0.3, + any.wl-pprint-annotated ==0.1.0.1, + any.wl-pprint-console ==0.1.0.2, + any.wl-pprint-text ==1.2.0.1, + any.word-trie ==0.3.0, + any.word-wrap ==0.4.1, + any.word24 ==2.0.1, + any.word8 ==0.1.3, + any.wordpress-auth ==1.0.0.0, + any.world-peace ==1.0.1.0, + any.wrap ==0.0.0, + any.wreq ==0.5.3.2, + any.writer-cps-exceptions ==0.1.0.1, + any.writer-cps-mtl ==0.1.1.6, + any.writer-cps-transformers ==0.5.6.1, + any.ws ==0.0.5, + any.wuss ==1.1.15, + any.x11-xim ==0.0.9.0, + any.x509 ==1.7.5, + any.x509-store ==1.6.7, + any.x509-system ==1.6.6, + any.x509-validation ==1.6.11, + any.xdg-basedir ==0.2.2, + any.xdg-userdirs ==0.1.0.2, + any.xeno ==0.3.5.2, + any.xenstore ==0.1.1, + any.xls ==0.1.2, + any.xlsx ==0.7.2, + any.xlsx-tabular ==0.2.2.1, + any.xml ==1.3.14, + any.xml-basic ==0.1.3.1, + any.xml-conduit ==1.8.0.1, + any.xml-conduit-parse ==0.3.1.2, + any.xml-conduit-writer ==0.1.1.2, + any.xml-hamlet ==0.5.0.1, + any.xml-html-qq ==0.1.0.1, + any.xml-indexed-cursor ==0.1.1.0, + any.xml-isogen ==0.3.0, + any.xml-lens ==0.1.6.3, + any.xml-picklers ==0.3.6, + any.xml-to-json ==2.0.1, + any.xml-to-json-fast ==2.0.0, + any.xml-types ==0.3.6, + any.xmlbf ==0.6, + any.xmlbf-xeno ==0.2, + any.xmlgen ==0.6.2.2, + any.xmonad ==0.15, + any.xmonad-contrib ==0.15, + any.xmonad-extras ==0.15.2, + any.xss-sanitize ==0.3.6, + any.xxhash-ffi ==0.2.0.0, + any.yaml ==0.11.2.0, + any.yes-precure5-command ==5.5.3, + any.yeshql ==4.1.0.1, + any.yeshql-core ==4.1.0.2, + any.yeshql-hdbc ==4.1.0.2, + any.yesod ==1.6.0.1, + any.yesod-alerts ==0.1.3.0, + any.yesod-auth ==1.6.8.1, + any.yesod-auth-hashdb ==1.7.1.2, + any.yesod-auth-oauth2 ==0.6.1.2, + any.yesod-bin ==1.6.0.4, + any.yesod-core ==1.6.17.2, + any.yesod-csp ==0.2.5.0, + any.yesod-eventsource ==1.6.0, + any.yesod-fb ==0.5.0, + any.yesod-form ==1.6.7, + any.yesod-form-bootstrap4 ==2.1.2, + any.yesod-gitrepo ==0.3.0, + any.yesod-gitrev ==0.2.1, + any.yesod-newsfeed ==1.6.1.0, + any.yesod-paginator ==1.1.0.2, + any.yesod-persistent ==1.6.0.4, + any.yesod-recaptcha2 ==0.3.0, + any.yesod-sitemap ==1.6.0, + any.yesod-static ==1.6.0.1, + any.yesod-test ==1.6.9, + any.yesod-text-markdown ==0.1.10, + any.yesod-websockets ==0.3.0.2, + any.yi-language ==0.18.0, + any.yi-rope ==0.11, + any.yjtools ==0.9.18, + any.yoga ==0.0.0.5, + any.youtube ==0.2.1.1, + any.zero ==0.1.5, + any.zeromq4-haskell ==0.8.0, + any.zeromq4-patterns ==0.3.1.0, + any.zim-parser ==0.2.1.0, + zip +disable-bzip2, + any.zip ==1.3.0, + any.zip-archive ==0.4.1, + any.zip-stream ==0.2.0.1, + any.zippers ==0.3, + any.zlib ==0.6.2.1, + any.zlib-bindings ==0.1.1.5, + any.zlib-lens ==0.1.2.1, + any.zot ==0.0.3, + any.zstd ==0.1.1.2, + any.ztail ==1.2.0.2 diff --git a/gen-cabal-nosystemd.sh b/gen-cabal-nosystemd.sh new file mode 100755 index 00000000000..ff0b7f6f9d5 --- /dev/null +++ b/gen-cabal-nosystemd.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -eux + +sed -e '/^source-repository-package/N;/type:/N;/location:/N;/tag:/N;/scribe-systemd/d' cabal.project \ + > cabal.nosystemd.project + +cp cabal.project.freeze cabal.nosystemd.project.freeze