From 4edb31e7c5bdf8a67b8d3d39eefc77c92dfad0c8 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Mon, 8 Feb 2021 19:59:42 +0300 Subject: [PATCH 01/11] Delete .gitlab Problem: we have a .gitlab folder, but the repo is on github. Solution: delete it. Also delete its mention. --- .gitlab/issue_templates/Bug.md | 2 -- .gitlab/issue_templates/Task.md | 2 -- .gitlab/merge_request_templates/default.md | 1 - .reuse/dep5 | 4 ---- 4 files changed, 9 deletions(-) delete mode 100644 .gitlab/issue_templates/Bug.md delete mode 100644 .gitlab/issue_templates/Task.md delete mode 100644 .gitlab/merge_request_templates/default.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md deleted file mode 100644 index b7c06609..00000000 --- a/.gitlab/issue_templates/Bug.md +++ /dev/null @@ -1,2 +0,0 @@ -Take the body from [.github](/.github/ISSUE_TEMPLATE/bug_report.md). -Strip the header. diff --git a/.gitlab/issue_templates/Task.md b/.gitlab/issue_templates/Task.md deleted file mode 100644 index 21763ed9..00000000 --- a/.gitlab/issue_templates/Task.md +++ /dev/null @@ -1,2 +0,0 @@ -Take the body from [.github](/.github/ISSUE_TEMPLATE/task.md). -Strip the header. diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md deleted file mode 100644 index 91c34650..00000000 --- a/.gitlab/merge_request_templates/default.md +++ /dev/null @@ -1 +0,0 @@ -See [.github](/.github/pull_request_template.md). diff --git a/.reuse/dep5 b/.reuse/dep5 index 13677ff8..ad486f85 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -6,7 +6,3 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: .github/* Copyright: 2019 Serokell License: CC0-1.0 - -Files: .gitlab/* -Copyright: 2019 Serokell -License: CC0-1.0 From 136f4bb695b9a29c81500313689cf63ae3667f60 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Mon, 8 Feb 2021 20:39:15 +0300 Subject: [PATCH 02/11] Update template files Problem: files in this repo have been taken from template and contain stubs. Solution: update README, PR template and CONTRIBUTING for this project. --- .github/pull_request_template.md | 30 ++------------ CONTRIBUTING.md | 19 +-------- README.md | 68 +++++++------------------------- docs/code-style.md | 6 +-- 4 files changed, 22 insertions(+), 101 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 712bbf6f..b15de18c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,3 @@ -[//]: # (This is a template of a pull request template.) -[//]: # (You should modify it considering specifics of a particular repository and put it there.) -[//]: # (Comments like this are meta-comments, they shouldn't be present in the final template.) -[//]: # (Comments starting with ' -[//]: # (Here you can add a link to the corresponding issue tracker, e. g. https://issues.serokell.io/issue/AD-) -[//]: # (For GitHub/GitLab issues it is better to use just hash symbol or exclamation mark as it is more resistant to repo movements) -[//]: # (In this case please also prefix the link with "Resolves" keyword) -[//]: # (See https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically) -[//]: # (See https://help.github.com/en/github/managing-your-work-on-github/closing-issues-using-keywords) ## Related issue(s) +https://issues.serokell.io/issue/EDNA- + ## :white_check_mark: Checklist for your Pull Request @@ -8,17 +8,13 @@ ## Reporting Issues -[//]: # (Add proper project) -[//]: # (Can be a github link) -Please [open an issue](https://issues.serokell.io/newIssue?project=KEK) +Please [open an issue](https://github.com/serokell/edna/issues/new/choose) if you find a bug or have a feature request. -Note: you need to login (e. g. using your GitHub account) first. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted The more detailed your report is, the faster it can be resolved. If you report a bug, please provide steps to reproduce this bug and revision of code in which this bug reproduces. - ## Code If you would like to contribute code to fix a bug, add a new feature, or @@ -27,17 +23,6 @@ otherwise improve our project, pull requests are most welcome. Our pull request template contains a [checklist](.github/pull_request_template.md#white_check_mark-checklist-for-your-pull-request) of acceptance criteria for your pull request. Please read it before you start contributing and make sure your contributions adhere to this checklist. - -[//]: # (Describe some useful for developers things present in this repository) -[//]: # (For example, you can have a Makefile) -## Makefile - -We have a [Makefile](/Makefile) which provides shortcuts for the most -common developers' activities, like building with flags suitable for -development, testing, applying `stylish-haskell` and `hlint`, building -Haddock documentation. - - ## Legal We want to make sure that our projects come with correct licensing information diff --git a/README.md b/README.md index c210e303..c6f204b7 100644 --- a/README.md +++ b/README.md @@ -4,74 +4,36 @@ - SPDX-License-Identifier: LicenseRef-ReplaceMe --> -**Please read this file as a raw textual file, it has comments for people -who create a new repo from this template.** +# Edna -This repository is a template that we use at Serokell to create new repositories. -See [GitHub documentation](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) -for more details about this feature. - -If you have just created a new repo from this template, please start from here. -Here are some things to keep in mind: -* We have [a page in Notion](https://www.notion.so/serokell/Create-a-repository-9028c5c379364407b8b2019b69d2e64a) describing how to create a new repository. -* Make sure to read meta-comments (you won't see them in rendered markdown because they are comments, but you can see them in raw files) and remove them eventually. -You can check that all meta-comments are removed using `git grep '\[\/\/\]:'`. -* Since we have repos at GitHub and GitLab, we provide both [`.github/`](.github/) and [`.gitlab/`](.gitlab/) folders, one of them should be removed. -* The root [LICENSE](./LICENSE) file is present because it's treated specially by GitHub and GitLab. -Please put the right license there (or delete it if there is no license). -* In general, it's highly advised that you go over all files and check whether they make sense in your new repo. -The aforementioned Notion page should help you. -If you make a PR that adapts this template for your new project, reviewers of your PR can help you as well. -* Everything above this line, except for the copyright header, is supposed to be removed. - -[//]: # (All comments like this one are meta-comments, they are supposed to be read carefully) -[//]: # (and removed when you finish filling up this template for the needs of your repo.) - -[//]: # (This is a template of the README.md file in a repo called 'patak'.) -[//]: # (It is very tentative, just to help you start.) - -[//]: # (Logo is absolutely optional) -# ![](./img/logo.png) Patak - -[//]: # (Badges if appropriate) -[//]: # (When you start a new project, usually there won't be many badges initially.) -[//]: # (But later you can add more badges like: CI status, GitHub releases, presence in) -[//]: # (package repositories such as Hackage, etc.) -[//]: # (We include only a license badge as an example, usually it can be added from the beginning.) + -[//]: # (Describe Patak) -Patak is a modern tool which is good at doing X using Y because Z. +Edna is an open-source tool for data analysis aimed to help researchers with their experiments. -[//]: # (References to the beginning of README might be useful if the README is very big.) -[//]: # (If it's not, feel free to remove them.) -## Build Instructions [↑](#-patak) +## Build Instructions -Run `make` to build everything. +There is nothing to build yet. -## Usage [↑](#-patak) +## Usage -Launch `patak` executable and see how it does X. -If you pass `--impress` you will be impressed. -Pass `--help` to see all flags and options. +There is nothing to use yet. -[//]: # (Only for projects which don't use GitHub issues) -## Issue Tracker [↑](#-patak) +## Issue Tracker -We use [YouTrack](https://issues.serokell.io/issues/PAT) as our issue -tracker. You can login using your GitHub account to leave a comment or -create a new issue. +We use our own issue tracker. +If you want to open a new issue, please do so on [GitHub](https://github.com/serokell/edna/issues/new/choose). -## For Contributors [↑](#-patak) +## For Contributors Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more information. -## About Serokell [↑](#-patak) +## About Serokell -Patak is maintained and funded with ❤️ by [Serokell](https://serokell.io/). +Edna is maintained and funded with ❤️ by [Serokell](https://serokell.io/). The names and logo for Serokell are trademark of Serokell OÜ. We love open source software! See [our other projects](https://serokell.io/community?utm_source=github) or [hire us](https://serokell.io/hire-us?utm_source=github) to design, develop and grow your idea! - -[//]: # (TODO: consider making https://www.notion.so/serokell/Awesome-Serokell-our-repositories-list-36412d7f9e704098a2bbb41ff889d52b public and adding this link here.) diff --git a/docs/code-style.md b/docs/code-style.md index a467e25f..c0d0e377 100644 --- a/docs/code-style.md +++ b/docs/code-style.md @@ -4,7 +4,5 @@ - SPDX-License-Identifier: CC0-1.0 --> -Our style guides can be found in https://github.com/serokell/style. -This file can be a copy-paste of existing style guide (possibly with some -modifications) or contain a link (or links) to style guides (and maybe -describe some changes). +* Haskell code must adhere to [Serokell style guide](https://github.com/serokell/style/blob/07d9c2fd5d1c303e090985536d722250e60c759d/haskell.md). +* Python code must adhere to [PEP-8](https://www.python.org/dev/peps/pep-0008/). From ad58b070e5ad4d9d0e8a7756aa49351c762c9770 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 19:54:32 +0300 Subject: [PATCH 03/11] Rename haskell/ to backend/ Problem: `haskell` folder in the root looks weird. We are going to have frontend and backend here and want to have 2 respective folders for them. Solution: since backend will be (mostly) implemented in Haskell, we just rename the directory to `backend`. `frontend/` will be added later. --- {haskell => backend}/.hindent.yaml | 0 {haskell => backend}/.hlint.yaml | 0 {haskell => backend}/.stylish-haskell.yaml | 0 {haskell => backend}/Makefile | 0 {haskell => backend}/ci/appveyor.yml | 0 {haskell => backend}/ci/travis.yml | 0 {haskell => backend}/make/Makefile | 0 {haskell => backend}/package.yaml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {haskell => backend}/.hindent.yaml (100%) rename {haskell => backend}/.hlint.yaml (100%) rename {haskell => backend}/.stylish-haskell.yaml (100%) rename {haskell => backend}/Makefile (100%) rename {haskell => backend}/ci/appveyor.yml (100%) rename {haskell => backend}/ci/travis.yml (100%) rename {haskell => backend}/make/Makefile (100%) rename {haskell => backend}/package.yaml (100%) diff --git a/haskell/.hindent.yaml b/backend/.hindent.yaml similarity index 100% rename from haskell/.hindent.yaml rename to backend/.hindent.yaml diff --git a/haskell/.hlint.yaml b/backend/.hlint.yaml similarity index 100% rename from haskell/.hlint.yaml rename to backend/.hlint.yaml diff --git a/haskell/.stylish-haskell.yaml b/backend/.stylish-haskell.yaml similarity index 100% rename from haskell/.stylish-haskell.yaml rename to backend/.stylish-haskell.yaml diff --git a/haskell/Makefile b/backend/Makefile similarity index 100% rename from haskell/Makefile rename to backend/Makefile diff --git a/haskell/ci/appveyor.yml b/backend/ci/appveyor.yml similarity index 100% rename from haskell/ci/appveyor.yml rename to backend/ci/appveyor.yml diff --git a/haskell/ci/travis.yml b/backend/ci/travis.yml similarity index 100% rename from haskell/ci/travis.yml rename to backend/ci/travis.yml diff --git a/haskell/make/Makefile b/backend/make/Makefile similarity index 100% rename from haskell/make/Makefile rename to backend/make/Makefile diff --git a/haskell/package.yaml b/backend/package.yaml similarity index 100% rename from haskell/package.yaml rename to backend/package.yaml From 9117c543162e7816eae26c6a6c45e0b6c787c571 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 19:56:17 +0300 Subject: [PATCH 04/11] Remove backend/ci Problem: these ci configs are obsolete and should be removed from metatemplates eventually. Solution: remove them from here. --- backend/ci/appveyor.yml | 23 ----------- backend/ci/travis.yml | 92 ----------------------------------------- 2 files changed, 115 deletions(-) delete mode 100644 backend/ci/appveyor.yml delete mode 100644 backend/ci/travis.yml diff --git a/backend/ci/appveyor.yml b/backend/ci/appveyor.yml deleted file mode 100644 index b26d6629..00000000 --- a/backend/ci/appveyor.yml +++ /dev/null @@ -1,23 +0,0 @@ -# SPDX-FileCopyrightText: 2018 Serokell -# -# SPDX-License-Identifier: CC0-1.0 - -build: off - -before_test: -# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found -- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - -- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64 -- 7z x stack.zip stack.exe - -clone_folder: "c:\\stack" -environment: - global: - STACK_ROOT: "c:\\sr" - -test_script: -- stack setup > nul -# The ugly echo "" hack is to avoid complaints about 0 being an invalid file -# descriptor -- echo "" | stack --no-terminal build --bench --no-run-benchmarks --test diff --git a/backend/ci/travis.yml b/backend/ci/travis.yml deleted file mode 100644 index 4f41d083..00000000 --- a/backend/ci/travis.yml +++ /dev/null @@ -1,92 +0,0 @@ -# SPDX-FileCopyrightText: 2018 Serokell -# -# SPDX-License-Identifier: CC0-1.0 - -# Taken from the `universum' repository. - -sudo: true -language: haskell - - -git: - depth: 5 - - -cache: - directories: - - "$HOME/.stack" - - "$HOME/build/serokell/universum/.stack-work" - - -matrix: - include: - - - ghc: 7.10.3 - env: GHCVER='7.10.3' STACK_YAML="$HOME/build/serokell/universum/stack-$GHCVER.yaml" - - - ghc: 8.0.2 - env: GHCVER='8.0.2' STACK_YAML="$HOME/build/serokell/universum/stack-$GHCVER.yaml" - - - ghc: 8.2.2 - env: GHCVER='8.2.2' STACK_YAML="$HOME/build/serokell/universum/stack-$GHCVER.yaml" - - - ghc: 8.4.3 - env: GHCVER='8.4.3' STACK_YAML="$HOME/build/serokell/universum/stack.yaml" - - - ghc: 8.2.2 - env: GHCVER='8.2.2' STACK_YAML="$HOME/build/serokell/universum/stack-liquid.yaml" - - -addons: - apt: - sources: - - sourceline: 'ppa:hvr/ghc' - packages: - - libgmp-dev - - cabal-install-2.0 - - -before_install: - - - mkdir -p ~/.local/bin - - export PATH="$HOME/.local/bin:$PATH" - - travis_retry curl -L 'https://www.stackage.org/stack/linux-x86_64' | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' - - stack --version - - # Install Z3 - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:hvr/z3 -y > /dev/null; sudo apt-key -qq update /dev/null; sudo apt-get -qq update; fi - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq install z3 -y --force-yes; fi - -install: - - - travis_wait 30 stack setup --no-terminal - - stack ghc -- --version - - - travis_wait 40 stack build --only-dependencies --no-terminal - - travis_wait 40 stack build --test --bench --haddock --no-run-tests --no-run-benchmarks --no-haddock-deps --no-terminal - - - | - if [ "$STACK_YAML" == "$HOME/build/serokell/universum/stack-liquid.yaml" ]; then - stack install liquidhaskell-0.8.2.4 - else - echo "Skipping `liquidhaskell` installation" - fi - -script: - - - travis_wait 40 stack build --test --no-terminal - - | - if [ "$STACK_YAML" == "$HOME/build/serokell/universum/stack-liquid.yaml" ]; then - stack exec -- liquid --totalhaskell src/Universum/Unsafe.hs - stack exec -- liquid --totalhaskell src/Universum/Nub.hs - else - echo "Skipping `liquidhaskell` running" - fi - -notifications: - email: false - slack: - rooms: - - serokell:RfJUgurMOLH2S49BEcRsAdVw - on_success: change - on_failure: always From 03a15f6873101bef2cc482cb1ef78b771578741e Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 20:05:29 +0300 Subject: [PATCH 05/11] Update haskell/ files Problem: files in haskell/ are currently just templates that are supposed to be update for the needs of this project. Solution: fill these templates accordingly. --- backend/.hindent.yaml | 3 +- backend/.hlint.yaml | 2 +- backend/.stylish-haskell.yaml | 16 ++----- backend/Makefile | 43 +++++++----------- backend/make/Makefile | 62 ------------------------- backend/package.yaml | 85 ++++++++++------------------------- 6 files changed, 47 insertions(+), 164 deletions(-) delete mode 100644 backend/make/Makefile diff --git a/backend/.hindent.yaml b/backend/.hindent.yaml index 70743e7a..f1ddce5d 100644 --- a/backend/.hindent.yaml +++ b/backend/.hindent.yaml @@ -1,8 +1,7 @@ -# SPDX-FileCopyrightText: 2018 Serokell +# SPDX-FileCopyrightText: 2021 Serokell # # SPDX-License-Identifier: CC0-1.0 -# Default hindent config used in Serokell. indent-size: 2 line-length: 80 force-trailing-newline: true diff --git a/backend/.hlint.yaml b/backend/.hlint.yaml index 279bdca2..92342bff 100644 --- a/backend/.hlint.yaml +++ b/backend/.hlint.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2018 Serokell +# SPDX-FileCopyrightText: 2021 Serokell # # SPDX-License-Identifier: CC0-1.0 diff --git a/backend/.stylish-haskell.yaml b/backend/.stylish-haskell.yaml index 1f93d759..6a7fb4dc 100644 --- a/backend/.stylish-haskell.yaml +++ b/backend/.stylish-haskell.yaml @@ -1,12 +1,7 @@ -# SPDX-FileCopyrightText: 2018 Serokell +# SPDX-FileCopyrightText: 2021 Serokell # # SPDX-License-Identifier: CC0-1.0 -### This is a TEMPLATE of stylish-haskell config. -### It MAY be used as is, but see the NOTE about `language_pragmas` - -# Default stylish-haskell config used in Serokell. - steps: - simple_align: cases: false @@ -21,12 +16,9 @@ steps: list_padding: 2 separate_lists: false space_surround: false -# NOTE: if you don't want language pragmas to be affected, remove these lines. -# Otherwise, uncomment and set style to `compact`, `vertical` or `compact_line` -# as you prefer. -# - language_pragmas: -# style: compact -# remove_redundant: true + - language_pragmas: + style: vertical + remove_redundant: true - trailing_whitespace: {} columns: 100 newline: native diff --git a/backend/Makefile b/backend/Makefile index 94adef47..939cca91 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,34 +1,25 @@ -# SPDX-FileCopyrightText: 2019 Serokell +# SPDX-FileCopyrightText: 2021 Serokell # # SPDX-License-Identifier: CC0-1.0 -# Example Makefile that you can put into root directory of a Haskell package. -# We assume that it is called "mypackage". -# It uses `make/Makefile`. +.PHONY: build test clean -.PHONY: mypackage test haddock haddock-no-deps stylish lint clean all +STACK_BUILD_OPTIONS = --haddock --fast --test --bench --no-run-tests --no-run-benchmarks --file-watch +# Options for tests +STACK_TEST_OPTIONS = --haddock --fast --test +# Addtional (specified by user) options passed to test executable +TEST_ARGUMENTS ?= "" +# Packages to apply the command (build, test, etc.) for. +PACKAGE = edna -# Build target from the common utility Makefile -MAKEU = $(MAKE) -C make/ +# Build everything (including tests and benchmarks) with development options. +build: + stack build $(STACK_BUILD_OPTIONS) $(PACKAGE) -MAKE_PACKAGE = $(MAKEU) PACKAGE=mypackage - -mypackage: - $(MAKE_PACKAGE) dev +# Run tests in all packages which have them. test: - $(MAKE_PACKAGE) test -test-dumb-term: - $(MAKE_PACKAGE) test-dumb-term -test-hide-successes: - $(MAKE_PACKAGE) test-hide-successes -haddock: - $(MAKE_PACKAGE) haddock -haddock-no-deps: - $(MAKE_PACKAGE) haddock-no-deps -clean: - $(MAKE_PACKAGE) clean + stack build $(STACK_TEST_OPTIONS) $(PACKAGE) \ + --test-arguments "--color always $(TEST_ARGUMENTS)" $(STACK_DEV_TEST_OPTIONS) -all: - $(MAKEU) PACKAGE="" -test-all: - $(MAKEU) test PACKAGE="" +clean: + stack clean $(PACKAGE) diff --git a/backend/make/Makefile b/backend/make/Makefile deleted file mode 100644 index bbc870dc..00000000 --- a/backend/make/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# SPDX-FileCopyrightText: 2019 Serokell -# -# SPDX-License-Identifier: CC0-1.0 - -# Defines utilities for other Makefiles - -# Note: we assume that `tasty` is used as primary test runner, -# because that's what we currently consider to be best practice. -# Please update accordingly if you use something different. - -.PHONY: dev test test-dumb-term test-hide-successes haddock haddock-no-deps clean - -# Options for development -STACK_DEV_OPTIONS = --fast --ghc-options -Wwarn --file-watch -# Options to build more stuff (tests and benchmarks) -STACK_BUILD_MORE_OPTIONS = --test --bench --no-run-tests --no-run-benchmarks -# Options for tests -STACK_DEV_TEST_OPTIONS = --fast -# Options for CI -STACK_CI_TEST_OPTIONS = --fast --ghc-options -Werror -# Addtional (specified by user) options passed to test executable -TEST_ARGUMENTS ?= "" -# Packages to apply the command (build, test, e.t.c) for. -PACKAGE ?= non-defined-package - -define call_test - stack test $(PACKAGE) \ - --test-arguments "--color always $(TEST_ARGUMENTS) $1" $2 -endef - -# Build everything (including tests and benchmarks) with development options. -dev: - stack build $(STACK_DEV_OPTIONS) $(STACK_BUILD_MORE_OPTIONS) $(PACKAGE) - -# Run tests in all packages which have them. -test: - $(call call_test,"",$(STACK_DEV_TEST_OPTIONS)) - -test-ci: - $(call call_test,"",$(STACK_CI_TEST_OPTIONS)) - -# Like 'test' command, but enforces dumb terminal which may be useful to -# workardoung some issues with `tasty`. -# Primarily this one: https://github.com/feuerbach/tasty/issues/152 -test-dumb-term: - TERM=dumb $(call call_test,"",$(STACK_DEV_TEST_OPTIONS)) - -# Run tests with `--hide-successes` option. It forces dumb terminal, -# because otherwise this option is likely to work incorrectly. -test-hide-successes: - TERM=dumb $(call call_test,"--hide-successes",$(STACK_DEV_TEST_OPTIONS)) - -# Run haddock for all packages. -haddock: - stack haddock $(STACK_DEV_OPTIONS) $(PACKAGE) - -# Run haddock for all our packages, but not for dependencies. -haddock-no-deps: - stack haddock $(STACK_DEV_OPTIONS) $(PACKAGE) --no-haddock-deps - -clean: - stack clean $(PACKAGE) diff --git a/backend/package.yaml b/backend/package.yaml index 1e142c9f..2c306662 100644 --- a/backend/package.yaml +++ b/backend/package.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2020 Serokell +# SPDX-FileCopyrightText: 2021 Serokell # # SPDX-License-Identifier: CC0-1.0 @@ -11,58 +11,21 @@ # • metadata fields that are better be set # • some tricks (e. g. RTS options) -## Don't forget to update the name ☺ -name: myproject -## Version is 0 by default to indicate that the package is not ready to be used -## and has never been released/uploaded to Hackage. +name: edna ## When you think it's ready to be released, set the version to something like 0.1.0. version: 0 -## Adjust/add more authors if necessary. -## If the package is developed by a small number of people, this field -## can be set to that specific group of people. -## More often there is a dedicated team that works on the package and changes -## over time, so Serokell should be a good default. author: Serokell -## For repos on github -github: serokell/myproject -## For git repos on a platform other than github (e. g. gitlab) -# git: https://gitlab.com/morley-framework/morley.git -## `homepage` and `bug-reports` are automatically set if `github` is set. -## You can set them explicitly if the repo is not on github or you just want -## to customize values. -# homepage: https://gitlab.com/morley-framework/morley -# bug-reports: https://gitlab.com/morley-framework/morley/-/issues - -## Description of what the package does -synopsis: Template package.yaml file +github: serokell/edna +synopsis: + A tool for data analysis aimed to help researchers with their experiments. description: - Use this file as a reference when you create package.yaml for your new package. -category: Template - -## Legal (be careful here) -## We have some guidelines in Notion: -## https://www.notion.so/serokell/How-to-94ac7fac091a4327a9a812783ce2c2cd#9203b587722e43f9bd840b32a7ba25f9 -## If the package is developed for a customer, most likely they are the copyright owners. -## Otherwise, most likely the copyright owner is Serokell. -copyright: 2020 Serokell -## Make sure the license file exists (hpack will warn you if it doesn't). -license-file: LICENSE -## hpack deduces the `license` field automatically based on the `license-file`. -## So normally you don't have to set it explicitly, but you can if you want. -## If you are curious which license to use, check out our Notion. -# license: MPL-2.0 + This is the backend (server) for a tool for data analysis aimed to help + researchers with their experiments. +category: Bio -## Additional fields: -## Maintainer defaults to the value of `author`. Sometimes you may want to override it. -# maintainer: Maintainers of this package -## For generally useful libraries it's a good idea to support more than 1 GHC version and -## explicitly mention it in the package description. -# tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC = 8.10.1 +copyright: 2021 Serokell +# TODO: add license - -# We enable all extensions that we consider harmless by default. -# Maybe it spoils compilation times, we should check it, see INT-162. -# You may want to add NoImplicitPrelude here. default-extensions: - AllowAmbiguousTypes - BangPatterns @@ -89,6 +52,7 @@ default-extensions: - NamedFieldPuns - NegativeLiterals - NumDecimals + - NoImplicitPrelude - OverloadedLabels - OverloadedStrings - PatternSynonyms @@ -120,17 +84,10 @@ ghc-options: - -Wno-missing-local-signatures - -Wno-monomorphism-restriction - -Wno-implicit-prelude + - -Wno-prepositive-qualified-module + - -Wno-inferred-safe-imports + - -Wno-missing-safe-haskell-mode -when: - - condition: impl(ghc >= 8.10.0) - ghc-options: - - -Wno-prepositive-qualified-module - - -Wno-inferred-safe-imports - - -Wno-missing-safe-haskell-mode - -# Note that `hpack` (apparently) concatenates lists automatically. -# So if you define `dependencies` for a component, they will be concatenated -# with this list. dependencies: # Usually base is used by all components. # However, you may want to use `base-noprelude` to be able to replace @@ -139,21 +96,24 @@ dependencies: # but it breaks `stack repl` (`cabal repl` works fine). # https://github.com/commercialhaskell/stack/issues/5077 # Also it's recommended to setup bounds on the version here. - - base + - base < 5 + - universum library: source-dirs: src executables: - myproject: + edna-server: main: Main.hs source-dirs: app + dependencies: + - edna + tests: - myproject-test: + edna-test: main: Main.hs source-dirs: test - # We often use tasty-discover. build-tools: tasty-discover:tasty-discover ghc-options: @@ -177,4 +137,7 @@ tests: - '"-with-rtsopts=-N -A64m -AL256m"' dependencies: + - edna + - HUnit - tasty + - tasty-hunit-compat From b455a8f7ced8b4799e3551bd42a7c925823ea575 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 21:17:25 +0300 Subject: [PATCH 06/11] Add stub haskell code Problem: to start development we need an actual Haskell package, the existing one is empty and doesn't work. Solution: add `app`, `src` and `test` with some code. --- backend/app/Main.hs | 10 ++++++++++ backend/src/Stub.hs | 10 ++++++++++ backend/stack.yaml | 4 ++++ backend/test/Main.hs | 1 + backend/test/Test/Edna.hs | 14 ++++++++++++++ 5 files changed, 39 insertions(+) create mode 100644 backend/app/Main.hs create mode 100644 backend/src/Stub.hs create mode 100644 backend/stack.yaml create mode 100644 backend/test/Main.hs create mode 100644 backend/test/Test/Edna.hs diff --git a/backend/app/Main.hs b/backend/app/Main.hs new file mode 100644 index 00000000..bd49b18a --- /dev/null +++ b/backend/app/Main.hs @@ -0,0 +1,10 @@ +module Main + ( main + ) where + +import Universum + +import Stub (stub) + +main :: IO () +main = print stub diff --git a/backend/src/Stub.hs b/backend/src/Stub.hs new file mode 100644 index 00000000..61f56c9c --- /dev/null +++ b/backend/src/Stub.hs @@ -0,0 +1,10 @@ +-- | Delete this module pls. + +module Stub + ( stub + ) where + +import Universum + +stub :: Word16 +stub = 2 diff --git a/backend/stack.yaml b/backend/stack.yaml new file mode 100644 index 00000000..8ebc243f --- /dev/null +++ b/backend/stack.yaml @@ -0,0 +1,4 @@ +resolver: lts-17.2 + +packages: +- . diff --git a/backend/test/Main.hs b/backend/test/Main.hs new file mode 100644 index 00000000..70c55f52 --- /dev/null +++ b/backend/test/Main.hs @@ -0,0 +1 @@ +{-# OPTIONS_GHC -F -pgmF tasty-discover #-} diff --git a/backend/test/Test/Edna.hs b/backend/test/Test/Edna.hs new file mode 100644 index 00000000..bfdf84f7 --- /dev/null +++ b/backend/test/Test/Edna.hs @@ -0,0 +1,14 @@ +module Test.Edna + ( unit_stub_is_2 + ) where + +import Universum + +import Test.HUnit (Assertion, (@?=)) + +import Stub (stub) + +unit_stub_is_2 :: Assertion +unit_stub_is_2 = n - 1 @?= stub + where + n = 3 From 3eb6d18f02e574dd282d2af0c95d5e84723c2924 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 21:32:19 +0300 Subject: [PATCH 07/11] Replace package.yaml with edna.cabal Problem: we want to be able to build edna package with cabal and that requires edna.cabal file. We can store it in the repo and somehow ensure it's up-to-date or can generate it (e. g. using a script) whenever we do `cabal build`. Solution: both options have some overhead and `hpack` doesn't seem to be very beneficial here because we have just one package. So we simply don't use `hpack` and store only edna.cabal in the repo. --- backend/edna.cabal | 82 +++++++++++++++++++++++++ backend/package.yaml | 143 ------------------------------------------- 2 files changed, 82 insertions(+), 143 deletions(-) create mode 100644 backend/edna.cabal delete mode 100644 backend/package.yaml diff --git a/backend/edna.cabal b/backend/edna.cabal new file mode 100644 index 00000000..0e3382fd --- /dev/null +++ b/backend/edna.cabal @@ -0,0 +1,82 @@ +cabal-version: 2.4 +name: edna +-- When you think it's ready to be released, set the version to something like 0.1.0. +version: 0 +synopsis: A tool for data analysis aimed to help researchers with their experiments. +description: + This is the backend (server) for a tool for data analysis aimed to help + researchers with their experiments. +category: Bio +homepage: https://github.com/serokell/edna#readme +bug-reports: https://github.com/serokell/edna/issues +author: Serokell +maintainer: Serokell +copyright: 2021 Serokell +-- TODO: add license +build-type: Simple + +source-repository head + type: git + location: https://github.com/serokell/edna + +common common-options + build-depends: + base <5 + , universum + ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-inferred-safe-imports -Wno-missing-safe-haskell-mode + default-extensions: AllowAmbiguousTypes BangPatterns BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia EmptyCase FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NegativeLiterals NumDecimals NoImplicitPrelude OverloadedLabels OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators UndecidableInstances UndecidableSuperClasses ViewPatterns + default-language: Haskell2010 + +library + import: common-options + exposed-modules: + Stub + other-modules: + Paths_edna + hs-source-dirs: + src + +executable edna-server + import: common-options + main-is: Main.hs + other-modules: + Paths_edna + hs-source-dirs: + app + build-depends: + edna + +test-suite edna-test + import: common-options + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + Test.Edna + Paths_edna + hs-source-dirs: + test + ghc-options: + -- Non-exhaustive patterns are ok and useful in tests. + -Wno-incomplete-patterns + -- tasty runs tests in parallel, so using multiple threads should be useful. + -threaded + -- should be harmless, but helps some people analyse something :shrug: + -eventlog + -- Enable -N to use multiple threads. + -- Increase allocation area by using the recommended -A64m option. + -- Also increase the allocation area for large objects with -AL256m, + -- since this area is shared between all threads and thus with high -N + -- values get used up too soon. + + -- With these options tests usually run faster. + + -- Weird quoting is required for cabal to correctly pass this as _one_ option, + -- otherwise it splits by spaces. + "-with-rtsopts=-N -A64m -AL256m" + build-tool-depends: + tasty-discover:tasty-discover + build-depends: + HUnit + , edna + , tasty + , tasty-hunit-compat diff --git a/backend/package.yaml b/backend/package.yaml deleted file mode 100644 index 2c306662..00000000 --- a/backend/package.yaml +++ /dev/null @@ -1,143 +0,0 @@ -# SPDX-FileCopyrightText: 2021 Serokell -# -# SPDX-License-Identifier: CC0-1.0 - -# Use this file as a reference when you create package.yaml for your new package. -# If you have multiple packages, you may wish to extract common -# definitions into a separate file. -# Why we need this template: -# • harmless default extensions -# • a good set of warnings -# • metadata fields that are better be set -# • some tricks (e. g. RTS options) - -name: edna -## When you think it's ready to be released, set the version to something like 0.1.0. -version: 0 -author: Serokell -github: serokell/edna -synopsis: - A tool for data analysis aimed to help researchers with their experiments. -description: - This is the backend (server) for a tool for data analysis aimed to help - researchers with their experiments. -category: Bio - -copyright: 2021 Serokell -# TODO: add license - -default-extensions: - - AllowAmbiguousTypes - - BangPatterns - - BlockArguments - - ConstraintKinds - - DataKinds - - DefaultSignatures - - DeriveAnyClass - - DeriveDataTypeable - - DeriveFoldable - - DeriveFunctor - - DeriveGeneric - - DeriveTraversable - - DerivingStrategies - - DerivingVia - - EmptyCase - - FlexibleContexts - - FlexibleInstances - - GADTs - - GeneralizedNewtypeDeriving - - LambdaCase - - MultiParamTypeClasses - - MultiWayIf - - NamedFieldPuns - - NegativeLiterals - - NumDecimals - - NoImplicitPrelude - - OverloadedLabels - - OverloadedStrings - - PatternSynonyms - - PolyKinds - - QuasiQuotes - - RankNTypes - - RecordWildCards - - RecursiveDo - - ScopedTypeVariables - - StandaloneDeriving - - StrictData - - TemplateHaskell - - TupleSections - - TypeApplications - - TypeFamilies - - TypeOperators - - UndecidableInstances - - UndecidableSuperClasses - - ViewPatterns - -ghc-options: - - -Weverything - - -Wno-missing-exported-signatures - - -Wno-missing-import-lists - - -Wno-missed-specialisations - - -Wno-all-missed-specialisations - - -Wno-unsafe - - -Wno-safe - - -Wno-missing-local-signatures - - -Wno-monomorphism-restriction - - -Wno-implicit-prelude - - -Wno-prepositive-qualified-module - - -Wno-inferred-safe-imports - - -Wno-missing-safe-haskell-mode - -dependencies: - # Usually base is used by all components. - # However, you may want to use `base-noprelude` to be able to replace - # the standard `Prelude` with a custom one. - # Note that you can use cabal's mixins feature for that, - # but it breaks `stack repl` (`cabal repl` works fine). - # https://github.com/commercialhaskell/stack/issues/5077 - # Also it's recommended to setup bounds on the version here. - - base < 5 - - universum - -library: - source-dirs: src - -executables: - edna-server: - main: Main.hs - source-dirs: app - - dependencies: - - edna - -tests: - edna-test: - main: Main.hs - source-dirs: test - build-tools: tasty-discover:tasty-discover - - ghc-options: - # Non-exhaustive patterns are ok and useful in tests. - - -Wno-incomplete-patterns - # tasty runs tests in parallel, so using multiple threads should be useful. - - -threaded - # should be harmless, but helps some people analyse something :shrug: - - -eventlog - - # Enable -N to use multiple threads. - # Increase allocation area by using the recommended -A64m option. - # Also increase the allocation area for large objects with -AL256m, - # since this area is shared between all threads and thus with high -N - # values get used up too soon. - # - # With these options tests usually run faster. - # - # Weird quoting is required for cabal to correctly pass this as _one_ option, - # otherwise it splits by spaces. - - '"-with-rtsopts=-N -A64m -AL256m"' - - dependencies: - - edna - - HUnit - - tasty - - tasty-hunit-compat From 8c6413d5121c7184d937b8ccd784f56d0b4c3323 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 21:54:41 +0300 Subject: [PATCH 08/11] Support building with cabal Problem: sometimes one wants to use cabal for building, e. g because stack is a bit unreliable. Solution: 1. Add files necessary for building with cabal. 2. Add a script to generate them. 3. Update Makefile accordingly. --- CONTRIBUTING.md | 7 + backend/Makefile | 20 +- backend/cabal.project | 10 + backend/cabal.project.freeze | 2645 +++++++++++++++++++++++ backend/scripts/generate-cabal-files.sh | 14 + backend/snapshot-stack2cabal.yaml | 7 + 6 files changed, 2698 insertions(+), 5 deletions(-) create mode 100644 backend/cabal.project create mode 100644 backend/cabal.project.freeze create mode 100755 backend/scripts/generate-cabal-files.sh create mode 100644 backend/snapshot-stack2cabal.yaml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f195877..11c7d745 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,6 +23,13 @@ otherwise improve our project, pull requests are most welcome. Our pull request template contains a [checklist](.github/pull_request_template.md#white_check_mark-checklist-for-your-pull-request) of acceptance criteria for your pull request. Please read it before you start contributing and make sure your contributions adhere to this checklist. +## Cabal and Stack + +For Haskell code we use `stack.yaml` to maintain the package +and its dependencies, but we also provide `cabal.project` and `cabal.project.freeze` files +in order to provide an ability to build the project using `cabal`. +If you update `stack.yaml`, run [`scripts/generate-cabal-files.sh`](backend/scripts/generate-cabal-files.sh) to also update those files. + ## Legal We want to make sure that our projects come with correct licensing information diff --git a/backend/Makefile b/backend/Makefile index 939cca91..2e4db851 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -5,21 +5,31 @@ .PHONY: build test clean STACK_BUILD_OPTIONS = --haddock --fast --test --bench --no-run-tests --no-run-benchmarks --file-watch -# Options for tests +CABAL_BUILD_OPTIONS = --enable-tests --enable-benchmarks -O0 STACK_TEST_OPTIONS = --haddock --fast --test # Addtional (specified by user) options passed to test executable TEST_ARGUMENTS ?= "" # Packages to apply the command (build, test, etc.) for. PACKAGE = edna +ifeq (${EDNA_USE_CABAL},1) + call_build = cabal new-build $(CABAL_BUILD_OPTIONS) + call_test = cabal new-run enda:edna-test $(CABAL_BUILD_OPTIONS) -- --color always $(TEST_ARGUMENTS) + call_clean = cabal new-clean +else + call_build = stack build $(STACK_BUILD_OPTIONS) $(PACKAGE) + call_test = stack build $(STACK_TEST_OPTIONS) $(PACKAGE) \ + --test-arguments "--color always $(TEST_ARGUMENTS)" $(STACK_DEV_TEST_OPTIONS) + call_clean = stack clean $(PACKAGE) +endif + # Build everything (including tests and benchmarks) with development options. build: - stack build $(STACK_BUILD_OPTIONS) $(PACKAGE) + $(call call_build) # Run tests in all packages which have them. test: - stack build $(STACK_TEST_OPTIONS) $(PACKAGE) \ - --test-arguments "--color always $(TEST_ARGUMENTS)" $(STACK_DEV_TEST_OPTIONS) + $(call call_test) clean: - stack clean $(PACKAGE) + $(call call_clean) diff --git a/backend/cabal.project b/backend/cabal.project new file mode 100644 index 00000000..88cc5a03 --- /dev/null +++ b/backend/cabal.project @@ -0,0 +1,10 @@ +-- Generated by stackage-to-hackage + +with-compiler: ghc-8.10.3 + +packages: + ./ + + +allow-older: * +allow-newer: * diff --git a/backend/cabal.project.freeze b/backend/cabal.project.freeze new file mode 100644 index 00000000..a6a7ff2b --- /dev/null +++ b/backend/cabal.project.freeze @@ -0,0 +1,2645 @@ +constraints: any.AC-Angle ==1.0, + any.ALUT ==2.4.0.3, + any.ANum ==0.2.0.2, + any.Allure ==0.9.5.0, + any.BNFC ==2.9.0, + any.Boolean ==0.2.4, + any.BoundedChan ==1.0.3.0, + any.ChannelT ==0.0.0.7, + any.Chart ==1.9.3, + any.ChasingBottoms ==1.3.1.10, + any.Clipboard ==2.3.2.0, + any.ClustalParser ==1.3.0, + any.Color ==0.3.0, + any.ConfigFile ==1.1.4, + any.DAV ==1.3.4, + any.DBFunctor ==0.1.1.1, + any.Decimal ==0.5.1, + any.Diff ==0.4.0, + 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.5, + any.FontyFruity ==0.5.3.5, + any.ForestStructures ==0.0.1.0, + any.GLFW-b ==3.3.0.0, + any.GLURaw ==2.0.0.4, + any.GLUT ==2.7.0.16, + any.GenericPretty ==1.2.2, + any.Glob ==0.10.1, + any.H ==0.9.0.1, + any.HCodecs ==0.5.2, + any.HDBC ==2.4.0.3, + any.HDBC-session ==0.1.2.0, + any.HSlippyMap ==3.0.1, + any.HStringTemplate ==0.8.7, + any.HSvm ==0.1.1.3.22, + any.HTTP ==4000.3.15, + any.HUnit ==1.6.1.0, + any.HUnit-approx ==1.1.1.1, + any.HaTeX ==3.22.3.0, + any.HaXml ==1.25.5, + any.HandsomeSoup ==0.4.2, + any.HasBigDecimal ==0.1.1, + HsOpenSSL -fast-bignum, + any.HsOpenSSL ==0.11.5.1, + any.HsOpenSSL-x509-system ==0.1.0.4, + any.HsYAML ==0.2.1.0, + any.HsYAML-aeson ==0.2.0.0, + any.IPv6Addr ==1.1.5, + any.Imlib ==0.1.2, + any.IntervalMap ==0.6.1.2, + any.JuicyPixels ==3.3.5, + any.JuicyPixels-blurhash ==0.1.0.3, + 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.7.4, + any.ListTree ==0.2.3, + any.MapWith ==0.2.0.0, + any.MemoTrie ==0.6.10, + any.MissingH ==1.4.3.0, + any.MonadPrompt ==1.0.0.5, + any.MonadRandom ==0.5.2, + any.MusicBrainz ==0.4.1, + NineP -bytestring-in-base, + any.NineP ==0.0.2.1, + any.NumInstances ==1.4, + any.ObjectName ==1.1.0.1, + any.OneTuple ==0.2.2.1, + 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.PyF ==0.9.0.2, + any.QuasiText ==0.1.2.6, + QuickCheck +old-random, + any.QuickCheck ==2.14.2, + any.RSA ==2.4.1, + any.Ranged-sets ==0.4.0, + any.Rasterific ==0.7.5.3, + any.RefSerialize ==0.4.0, + any.SHA ==1.6.4.4, + any.STMonadTrans ==0.4.5, + any.SafeSemaphore ==0.10.1, + any.ShellCheck ==0.7.1, + any.Spintax ==0.3.5, + any.StateVar ==1.2.1, + any.TCache ==0.12.1, + any.Taxonomy ==2.1.0, + any.TypeCompose ==0.9.14, + any.ViennaRNAParser ==1.3.3, + any.Win32 ==2.6.1.0, + any.Win32-notify ==0.3.0.3, + any.X11 ==1.9.2, + any.X11-xft ==0.3.1, + any.Xauth ==0.1, + any.abstract-deque ==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.ad ==4.4.1, + any.adjunctions ==4.4, + any.adler32 ==0.1.2.0, + any.aeson ==1.5.5.1, + any.aeson-attoparsec ==0.0.0, + any.aeson-better-errors ==0.9.1.0, + any.aeson-casing ==0.2.0.0, + any.aeson-combinators ==0.0.4.0, + any.aeson-commit ==1.3, + any.aeson-compat ==0.3.9, + any.aeson-default ==0.9.1.0, + any.aeson-diff ==1.1.0.9, + any.aeson-generic-compat ==0.0.1.3, + any.aeson-lens ==0.5.0.0, + any.aeson-optics ==1.1.0.1, + any.aeson-picker ==0.1.0.5, + any.aeson-pretty ==0.8.8, + any.aeson-qq ==0.8.3, + any.aeson-schemas ==1.3.2, + any.aeson-with ==0.1.2.0, + any.aeson-yak ==0.1.1.3, + any.aeson-yaml ==1.1.0.0, + any.agda2lagda ==0.2020.11.1, + any.al ==0.1.4.2, + any.alarmclock ==0.7.0.5, + any.alerts ==0.1.2.0, + any.alex ==3.2.6, + any.alg ==0.2.13.1, + any.algebraic-graphs ==0.5, + 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.amazonka-apigateway ==1.6.1, + any.amazonka-application-autoscaling ==1.6.1, + any.amazonka-appstream ==1.6.1, + any.amazonka-athena ==1.6.1, + any.amazonka-autoscaling ==1.6.1, + any.amazonka-budgets ==1.6.1, + any.amazonka-certificatemanager ==1.6.1, + any.amazonka-cloudformation ==1.6.1, + any.amazonka-cloudfront ==1.6.1, + any.amazonka-cloudhsm ==1.6.1, + any.amazonka-cloudsearch ==1.6.1, + any.amazonka-cloudsearch-domains ==1.6.1, + any.amazonka-cloudtrail ==1.6.1, + any.amazonka-cloudwatch ==1.6.1, + any.amazonka-cloudwatch-events ==1.6.1, + any.amazonka-cloudwatch-logs ==1.6.1, + any.amazonka-codebuild ==1.6.1, + any.amazonka-codecommit ==1.6.1, + any.amazonka-codedeploy ==1.6.1, + any.amazonka-codepipeline ==1.6.1, + any.amazonka-cognito-identity ==1.6.1, + any.amazonka-cognito-idp ==1.6.1, + any.amazonka-cognito-sync ==1.6.1, + any.amazonka-config ==1.6.1, + any.amazonka-core ==1.6.1, + any.amazonka-datapipeline ==1.6.1, + any.amazonka-devicefarm ==1.6.1, + any.amazonka-directconnect ==1.6.1, + any.amazonka-discovery ==1.6.1, + any.amazonka-dms ==1.6.1, + any.amazonka-ds ==1.6.1, + any.amazonka-dynamodb ==1.6.1, + any.amazonka-dynamodb-streams ==1.6.1, + any.amazonka-ecr ==1.6.1, + any.amazonka-ecs ==1.6.1, + any.amazonka-efs ==1.6.1, + any.amazonka-elasticache ==1.6.1, + any.amazonka-elasticbeanstalk ==1.6.1, + any.amazonka-elasticsearch ==1.6.1, + any.amazonka-elastictranscoder ==1.6.1, + any.amazonka-elb ==1.6.1, + any.amazonka-elbv2 ==1.6.1, + any.amazonka-emr ==1.6.1, + any.amazonka-gamelift ==1.6.1, + any.amazonka-glacier ==1.6.1, + any.amazonka-glue ==1.6.1, + any.amazonka-health ==1.6.1, + any.amazonka-iam ==1.6.1, + any.amazonka-importexport ==1.6.1, + any.amazonka-inspector ==1.6.1, + any.amazonka-iot ==1.6.1, + any.amazonka-iot-dataplane ==1.6.1, + any.amazonka-kinesis ==1.6.1, + any.amazonka-kinesis-analytics ==1.6.1, + any.amazonka-kinesis-firehose ==1.6.1, + any.amazonka-kms ==1.6.1, + any.amazonka-lambda ==1.6.1, + any.amazonka-lightsail ==1.6.1, + any.amazonka-marketplace-analytics ==1.6.1, + any.amazonka-marketplace-metering ==1.6.1, + any.amazonka-ml ==1.6.1, + any.amazonka-opsworks ==1.6.1, + any.amazonka-opsworks-cm ==1.6.1, + any.amazonka-pinpoint ==1.6.1, + any.amazonka-polly ==1.6.1, + any.amazonka-rds ==1.6.1, + any.amazonka-redshift ==1.6.1, + any.amazonka-rekognition ==1.6.1, + any.amazonka-route53 ==1.6.1, + any.amazonka-route53-domains ==1.6.1, + any.amazonka-s3 ==1.6.1, + any.amazonka-sdb ==1.6.1, + any.amazonka-servicecatalog ==1.6.1, + any.amazonka-ses ==1.6.1, + any.amazonka-shield ==1.6.1, + any.amazonka-sms ==1.6.1, + any.amazonka-snowball ==1.6.1, + any.amazonka-sns ==1.6.1, + any.amazonka-sqs ==1.6.1, + any.amazonka-ssm ==1.6.1, + any.amazonka-stepfunctions ==1.6.1, + any.amazonka-storagegateway ==1.6.1, + any.amazonka-sts ==1.6.1, + any.amazonka-support ==1.6.1, + any.amazonka-swf ==1.6.1, + any.amazonka-test ==1.6.1, + any.amazonka-waf ==1.6.1, + any.amazonka-workspaces ==1.6.1, + any.amazonka-xray ==1.6.1, + any.amqp ==0.20.0.1, + any.amqp-utils ==0.4.4.1, + any.annotated-wl-pprint ==0.7.0, + any.ansi-terminal ==0.10.3, + any.ansi-wl-pprint ==0.6.9, + any.ap-normalize ==0.1.0.0, + any.apecs ==0.9.2, + any.apecs-gloss ==0.2.4, + any.apecs-physics ==0.4.5, + any.api-field-json-th ==0.1.0.2, + any.api-maker ==0.1.0.0, + any.app-settings ==0.2.0.12, + any.appar ==0.1.8, + any.appendmap ==0.1.5, + any.apply-refact ==0.9.0.0, + any.apportionment ==0.0.0.3, + any.approximate ==0.3.2, + any.approximate-equality ==1.1.0.2, + any.arbor-lru-cache ==0.1.1.1, + any.arbor-postgres ==0.0.5, + any.arithmoi ==0.11.0.1, + any.array-memoize ==0.6.0, + any.arrow-extras ==0.1.0.1, + any.ascii ==1.0.1.0, + any.ascii-case ==1.0.0.2, + any.ascii-char ==1.0.0.6, + any.ascii-group ==1.0.0.2, + any.ascii-predicates ==1.0.0.2, + any.ascii-progress ==0.3.3.0, + any.ascii-superset ==1.0.1.0, + any.ascii-th ==1.0.0.2, + any.asciidiagram ==1.3.3.3, + any.asif ==6.0.4, + any.asn1-encoding ==0.9.6, + any.asn1-parse ==0.9.5, + any.asn1-types ==0.3.4, + any.assert-failure ==0.1.2.5, + any.assoc ==1.0.2, + any.astro ==0.4.2.1, + any.async ==2.2.2, + any.async-extra ==0.2.0.0, + any.async-pool ==0.9.1, + any.async-refresh ==0.3.0.0, + any.async-refresh-tokens ==0.4.0.0, + any.atom-basic ==0.2.5, + any.atomic-primops ==0.8.4, + any.atomic-write ==0.2.0.7, + any.attoparsec ==0.13.2.4, + any.attoparsec-base64 ==0.0.0, + any.attoparsec-binary ==0.2, + any.attoparsec-expr ==0.1.1.2, + any.attoparsec-iso8601 ==1.0.2.0, + any.attoparsec-path ==0.0.0.1, + any.audacity ==0.0.2, + any.aur ==7.0.5, + any.aura ==3.2.2, + 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.19, + any.avers ==0.0.17.1, + any.avro ==0.5.2.0, + any.aws-cloudfront-signed-cookies ==0.2.0.6, + any.backprop ==0.2.6.4, + any.backtracking ==0.1.0, + any.bank-holidays-england ==0.2.0.6, + any.barbies ==2.0.2.0, + any.base-compat ==0.11.2, + any.base-compat-batteries ==0.11.2, + any.base-orphans ==0.8.4, + any.base-prelude ==1.4, + any.base-unicode-symbols ==0.2.4.2, + any.base16 ==0.3.0.1, + any.base16-bytestring ==0.1.1.7, + any.base16-lens ==0.1.3.0, + any.base32 ==0.2.0.0, + any.base32-lens ==0.1.0.0, + any.base32string ==0.9.1, + any.base58-bytestring ==0.1.0, + any.base58string ==0.10.0, + any.base64 ==0.4.2.3, + any.base64-bytestring ==1.1.0.0, + any.base64-bytestring-type ==1.0.1, + any.base64-lens ==0.3.0, + any.base64-string ==0.2, + any.basement ==0.0.11, + any.basic-prelude ==0.7.0, + any.bazel-runfiles ==0.12, + any.bbdb ==0.8, + any.bcrypt ==0.0.11, + any.bech32 ==1.1.0, + any.bech32-th ==1.0.2, + any.bench ==1.0.12, + any.benchpress ==0.2.2.15, + any.between ==0.11.0.0, + any.bibtex ==0.1.0.6, + any.bifunctors ==5.5.10, + any.bimap ==0.4.0, + any.bimap-server ==0.1.0.1, + any.bimaps ==0.1.0.2, + any.bin ==0.1, + any.binary-conduit ==1.3.1, + any.binary-ext ==2.0.4, + any.binary-ieee754 ==0.1.0.0, + any.binary-instances ==1.0.1, + any.binary-list ==1.1.1.2, + any.binary-orphans ==1.0.1, + any.binary-parser ==0.5.6, + any.binary-parsers ==0.2.4.0, + any.binary-search ==1.0.0.3, + any.binary-shared ==0.8.3, + any.binary-tagged ==0.3, + any.bindings-DSL ==1.0.25, + any.bindings-GLFW ==3.3.2.0, + any.bindings-libzip ==1.0.1, + any.bindings-uname ==0.1, + any.bins ==0.1.2.0, + any.bitarray ==0.0.1.1, + any.bits ==0.5.2, + any.bits-extra ==0.0.2.0, + any.bitset-word8 ==0.1.1.2, + any.bitvec ==1.0.3.0, + any.bitwise-enum ==1.0.0.3, + any.blake2 ==0.3.0, + any.blanks ==0.5.0, + any.blas-carray ==0.1.0.1, + any.blas-comfort-array ==0.0.0.2, + any.blas-ffi ==0.1, + any.blaze-bootstrap ==0.1.0.1, + any.blaze-builder ==0.4.2.1, + any.blaze-html ==0.9.1.2, + any.blaze-markup ==0.8.2.7, + 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.boolsimplifier ==0.1.8, + any.boots ==0.2.0.1, + any.bordacount ==0.1.0.0, + any.boring ==0.1.3, + any.both ==0.1.1.1, + any.bound ==2.0.3, + 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.58.1, + any.broadcast-chan ==0.2.1.1, + any.bsb-http-chunked ==0.0.0.4, + bson -_old-network, + any.bson ==0.4.0.1, + any.btrfs ==0.2.0.0, + any.buffer-builder ==0.2.4.7, + any.buffer-pipe ==0.0, + any.bugsnag-haskell ==0.0.4.1, + any.bugsnag-hs ==0.2.0.3, + any.bugzilla-redhat ==0.3.0, + any.burrito ==1.2.0.0, + any.butcher ==1.3.3.2, + any.bv ==0.5, + any.bv-little ==1.1.1, + any.byte-count-reader ==0.10.1.2, + any.byte-order ==0.1.2.0, + any.byteable ==0.1.1, + any.bytedump ==1.0, + any.byteorder ==1.0.4, + any.bytes ==0.17, + 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-mmap ==0.2.2, + any.bytestring-strict-builder ==0.4.5.3, + any.bytestring-to-vector ==0.3.0.1, + any.bytestring-tree-builder ==0.2.7.7, + bz2 -with-bzlib, + any.bz2 ==1.0.1.0, + any.bzlib ==0.5.1.0, + any.bzlib-conduit ==0.3.0.2, + any.c14n ==0.1.0.1, + any.c2hs ==0.28.7, + any.ca-province-codes ==1.0.0.0, + any.cabal-doctest ==1.0.8, + any.cabal-file ==0.1.1, + any.cabal-flatpak ==0.1.0.2, + any.cabal-plan ==0.7.2.0, + cabal-rpm -old-locale, + any.cabal-rpm ==2.0.7, + any.cabal2nix ==2.16.0, + any.cabal2spec ==2.6.2, + any.cache ==0.1.3.0, + any.cacophony ==0.10.1, + any.calendar-recycling ==0.0.0.1, + any.call-stack ==0.2.0, + any.can-i-haz ==0.3.1.0, + any.cardano-coin-selection ==1.0.1, + any.carray ==0.1.6.8, + any.casa-client ==0.0.1, + any.casa-types ==0.0.1, + any.case-insensitive ==1.2.1.0, + any.cased ==0.1.0.0, + any.cases ==0.1.4, + any.casing ==0.1.4.1, + cassava -bytestring--lt-0_10_4, + any.cassava ==0.5.2.0, + any.cassava-conduit ==0.6.0, + any.cassava-megaparsec ==2.0.2, + any.cast ==0.1.0.2, + any.category ==0.2.5.0, + any.cayley-client ==0.4.13, + 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-vector ==0.2.0.1, + any.cfenv ==0.1.0.0, + any.cgi ==3001.5.0.0, + any.chan ==0.0.4.1, + any.character-cases ==0.1.0.6, + 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.checkers ==0.5.6, + any.checksum ==0.0, + any.chimera ==0.3.1.0, + any.chiphunk ==0.1.4.0, + any.choice ==0.2.2, + any.chronologique ==0.3.1.3, + any.chronos ==1.1.1, + any.chronos-bench ==0.2.0.2, + any.chunked-data ==0.3.1, + any.cipher-aes ==0.2.11, + 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.circular ==0.3.1.1, + any.clash-ghc ==1.2.5, + any.clash-lib ==1.2.5, + any.clash-prelude ==1.2.5, + any.classy-prelude ==1.5.0, + any.classy-prelude-conduit ==1.5.0, + any.clay ==0.13.3, + any.clientsession ==0.9.1.2, + any.climb ==0.3.3, + any.clock ==0.8, + any.clock-extras ==0.1.0.2, + any.closed ==0.2.0.1, + any.clumpiness ==0.17.0.2, + any.cmark ==0.6, + any.cmark-gfm ==0.2.2, + any.cmark-lucid ==0.1.0.0, + any.cmdargs ==0.10.20, + any.co-log ==0.4.0.1, + any.co-log-concurrent ==0.5.0.0, + any.co-log-core ==0.2.1.1, + any.code-page ==0.2, + any.codec-beam ==0.2.0, + any.codec-rpm ==0.2.2, + any.colorful-monoids ==0.2.1.3, + any.colorize-haskell ==1.0.1, + any.colour ==2.3.5, + any.colourista ==0.1.0.0, + any.combinatorial ==0.1.0.1, + any.comfort-array ==0.4, + any.comfort-graph ==0.0.3.1, + any.commutative ==0.0.2, + any.comonad ==5.0.8, + any.comonad-extras ==4.0.1, + any.compactmap ==0.1.4.2.1, + any.compensated ==0.8.1, + any.compiler-warnings ==0.1.0, + any.composable-associations ==0.1.0.0, + any.composable-associations-aeson ==0.1.0.0, + any.composite-aeson ==0.7.4.0, + any.composite-aeson-path ==0.7.4.0, + any.composite-aeson-refined ==0.7.4.0, + any.composite-base ==0.7.4.0, + any.composite-binary ==0.7.4.0, + any.composite-ekg ==0.7.4.0, + any.composite-hashable ==0.7.4.0, + any.composite-tuple ==0.1.2.0, + any.composite-xstep ==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.11.0.0, + any.concurrent-extra ==0.7.0.12, + any.concurrent-output ==1.10.12, + any.concurrent-split ==0.0.1.1, + any.concurrent-supply ==0.1.8, + any.cond ==0.4.1.1, + any.conduit ==1.3.4, + 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.5, + any.conduit-parse ==0.2.1.0, + any.conduit-zstd ==0.0.2.0, + any.conferer ==1.0.0.1, + any.conferer-aeson ==1.0.0.0, + any.conferer-hspec ==1.0.0.0, + any.conferer-warp ==1.0.0.0, + any.config-ini ==0.2.4.0, + any.configurator ==0.3.0.0, + any.configurator-export ==0.1.0.1, + any.configurator-pg ==0.2.5, + 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.constraint-tuples ==0.1.2, + any.constraints ==0.12, + any.construct ==0.3, + any.contravariant ==1.5.3, + any.contravariant-extras ==0.3.5.2, + any.control-bool ==0.2.1, + 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.9, + any.core-program ==0.2.6.0, + any.core-text ==0.3.0.0, + any.countable ==1.0, + any.country ==0.2.1, + any.cpio-conduit ==0.7.0, + any.cpphs ==1.20.9.1, + any.cprng-aes ==0.6.1, + any.cpu ==0.1.2, + any.cpuinfo ==0.1.0.1, + any.crackNum ==2.4, + any.crc32c ==0.0.0, + any.credential-store ==0.1.2, + any.criterion ==1.5.9.0, + any.criterion-measurement ==0.1.2.0, + any.cron ==0.7.0, + any.crypto-api ==0.13.3, + 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-types ==0.4.3, + any.crypto-random ==0.0.9, + any.crypto-random-api ==0.2.0, + any.cryptocompare ==0.1.2, + 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.102.0, + any.cryptonite ==0.27, + 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.cuckoo-filter ==0.2.0.2, + any.cue-sheet ==2.0.1, + curl +new-base, + any.curl ==1.3.8, + any.currencies ==0.2.0.0, + any.currency ==0.2.0.0, + any.cursor ==0.3.0.0, + any.cursor-brick ==0.1.0.0, + any.cursor-fuzzy-time ==0.0.0.0, + any.cursor-gen ==0.3.0.0, + any.cutter ==0.0, + any.cyclotomic ==1.1.1, + any.czipwith ==1.0.1.3, + any.d10 ==0.2.1.6, + any.data-accessor ==0.2.3, + 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-ascii ==1.0.0.2, + 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.3, + any.data-compat ==0.1.0.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.7.0.0, + any.data-dword ==0.3.2, + any.data-endian ==0.1.1, + any.data-fix ==0.3.1, + any.data-forest ==0.1.0.8, + any.data-has ==0.4.0.0, + any.data-hash ==0.2.0.1, + any.data-interval ==2.0.1, + 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.13, + any.data-msgpack-types ==0.0.3, + 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.3, + any.data-serializer ==0.3.4.1, + any.data-textual ==0.3.0.3, + any.datadog ==0.2.5.0, + any.dataurl ==0.1.0.0, + any.dbus ==1.2.17, + any.dbus-hslogger ==0.1.0.1, + any.debian ==4.0.2, + any.debian-build ==0.10.2.0, + any.debug-trace-var ==0.2.0, + any.dec ==0.0.3, + any.declarative ==0.5.3, + any.deepseq-generics ==0.2.0.0, + any.deepseq-instances ==0.1.0.1, + any.deferred-folds ==0.9.15, + any.dejafu ==2.4.0.1, + any.dense-linear-algebra ==0.1.0.0, + any.depq ==0.4.1.0, + any.deque ==0.4.3, + any.derive-topdown ==0.0.2.2, + any.deriveJsonNoPrefix ==0.1.0.1, + any.deriving-aeson ==0.2.6, + any.deriving-compat ==0.5.10, + any.derulo ==1.0.9, + any.dhall ==1.37.1, + any.dhall-bash ==1.0.36, + any.dhall-json ==1.7.4, + any.dhall-lsp-server ==1.0.12, + any.dhall-yaml ==1.2.5, + any.di-core ==1.0.4, + any.di-monad ==1.3.1, + any.diagrams-solve ==0.1.2, + any.dialogflow-fulfillment ==0.1.1.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.26, + any.directory-tree ==0.12.1, + any.dirichlet ==0.1.0.2, + any.discount ==0.1.1, + any.disk-free-space ==0.1.0.1, + any.distributed-closure ==0.4.2.0, + any.distribution-nixpkgs ==1.4.0, + any.distribution-opensuse ==1.1.1, + any.distributive ==0.6.2.1, + any.dl-fedora ==0.7.6, + any.dlist ==0.8.0.8, + any.dlist-instances ==0.1.1.1, + any.dlist-nonempty ==0.1.1, + any.dns ==4.0.1, + any.do-list ==1.0.1, + any.do-notation ==0.1.0.2, + any.dockerfile ==0.2.0, + any.doclayout ==0.3, + any.doctemplates ==0.9, + any.doctest ==0.16.3, + any.doctest-discover ==0.2.0.0, + any.doctest-exitcode-stdio ==0.0, + any.doctest-lib ==0.1, + any.doldol ==0.4.1.2, + any.dot ==0.3, + any.dotenv ==0.8.0.7, + any.dotgen ==0.4.3, + 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.1, + any.dual ==0.1.1.1, + any.dublincore-xml-conduit ==0.1.0.2, + any.dunai ==0.7.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.earcut ==0.1.0.4, + any.easy-file ==0.2.2, + 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.egison ==4.1.2, + any.egison-pattern-src ==0.2.1.2, + any.egison-pattern-src-th-mode ==0.2.1.2, + any.either ==5.0.1.1, + any.either-both ==0.1.1.1, + any.either-unwrap ==1.1, + any.ekg ==0.4.0.15, + any.ekg-core ==0.1.1.7, + any.ekg-json ==0.1.0.6, + any.ekg-statsd ==0.2.5.0, + any.elerea ==2.9.0, + any.elf ==0.30, + any.eliminators ==0.7, + any.elm-bridge ==0.6.1, + any.elm-core-sources ==1.0.0, + any.elm-export ==0.6.0.1, + any.elm2nix ==0.2.1, + any.elynx ==0.5.0.1, + any.elynx-markov ==0.5.0.1, + any.elynx-nexus ==0.5.0.1, + any.elynx-seq ==0.5.0.1, + any.elynx-tools ==0.5.0.1, + any.elynx-tree ==0.5.0.1, + any.email-validate ==2.3.2.13, + any.emojis ==0.1, + any.enclosed-exceptions ==1.0.3, + any.entropy ==0.4.1.6, + any.enum-subset-generate ==0.1.0.0, + any.enummapset ==0.6.0.3, + any.enumset ==0.0.5, + any.envelope ==0.2.2.0, + any.envparse ==0.4.1, + any.envy ==2.1.0.0, + any.epub-metadata ==4.5, + any.eq ==4.2.1, + any.equal-files ==0.0.5.3, + any.equational-reasoning ==0.6.0.4, + any.equivalence ==0.3.5, + any.erf ==2.0.0.0, + any.error-or ==0.1.2.0, + any.error-or-utils ==0.1.1, + any.errors ==2.3.0, + any.errors-ext ==0.4.2, + any.ersatz ==0.4.8, + any.esqueleto ==3.4.0.1, + any.essence-of-live-coding ==0.2.4, + any.essence-of-live-coding-gloss ==0.2.4, + any.essence-of-live-coding-pulse ==0.2.4, + any.essence-of-live-coding-quickcheck ==0.2.4, + any.etc ==0.4.1.0, + any.eve ==0.1.9.0, + any.event-list ==0.1.2, + any.eventful-core ==0.2.0, + any.eventful-test-helpers ==0.2.0, + any.eventstore ==1.4.1, + any.every ==0.0.1, + any.exact-combinatorics ==0.2.0.9, + any.exact-pi ==0.5.0.1, + any.exception-hierarchy ==0.1.0.4, + any.exception-mtl ==0.4.0.1, + any.exception-transformers ==0.4.0.9, + any.exception-via ==0.1.0.0, + any.exceptions ==0.10.4, + any.executable-path ==0.0.3.1, + any.exit-codes ==1.0.0, + any.exomizer ==1.0.0, + any.exp-pairs ==0.2.1.0, + any.experimenter ==0.1.0.4, + any.expiring-cache-map ==0.0.6.1, + any.explicit-exception ==0.1.10, + any.express ==0.1.3, + any.extended-reals ==0.2.4.0, + any.extensible-effects ==5.0.0.1, + any.extensible-exceptions ==0.1.1.4, + any.extra ==1.7.9, + any.extractable-singleton ==0.0.1, + any.extrapolate ==0.4.2, + any.fail ==4.9.0.0, + any.failable ==1.2.4.0, + any.fakedata ==0.8.0, + any.fakedata-parser ==0.1.0.0, + any.fakefs ==0.3.0.2, + any.fakepull ==0.3.0.2, + any.fast-digits ==0.3.0.0, + any.fast-logger ==3.0.2, + any.fast-math ==1.0.2, + any.fb ==2.1.1, + any.feature-flags ==0.1.0.1, + any.fedora-dists ==1.1.2, + any.fedora-haskell-tools ==0.9, + any.feed ==1.3.0.1, + any.fft ==0.1.8.6, + any.fgl ==5.7.0.3, + any.file-embed ==0.0.13.0, + any.file-embed-lzma ==0, + any.file-modules ==0.1.2.4, + any.file-path-th ==0.1.0.0, + any.filelock ==0.1.1.5, + any.filemanip ==0.3.6.3, + any.filepattern ==0.1.2, + any.fileplow ==0.1.0.0, + any.filtrable ==0.1.4.0, + any.fin ==0.1.1, + any.fingertree ==0.1.4.2, + any.finite-typelits ==0.1.4.2, + any.first-class-families ==0.8.0.0, + any.first-class-patterns ==0.3.2.5, + any.fitspec ==0.4.8, + any.fixed ==0.3, + any.fixed-length ==0.2.2, + any.fixed-vector ==1.2.0.0, + any.fixed-vector-hetero ==0.6.0.0, + any.flac ==0.2.0, + any.flac-picture ==0.1.2, + any.flags-applicative ==0.1.0.2, + any.flat ==0.4.4, + any.flat-mcmc ==1.5.2, + any.flexible-defaults ==0.0.3, + any.floatshow ==0.2.4, + any.flow ==1.0.21, + any.flush-queue ==1.0.0, + any.fmlist ==0.9.4, + any.fmt ==0.6.1.2, + any.fn ==0.3.0.2, + any.focus ==1.0.2, + any.focuslist ==0.1.0.2, + any.fold-debounce ==0.2.0.9, + any.fold-debounce-conduit ==0.2.0.5, + any.foldable1 ==0.1.0.0, + any.foldl ==1.4.10, + any.folds ==0.7.5, + any.follow-file ==0.0.3, + any.foreign-store ==0.2, + any.forkable-monad ==0.2.0.3, + any.forma ==1.1.3, + any.format-numbers ==0.1.0.1, + any.formatting ==6.3.7, + any.foundation ==0.0.25, + any.free ==5.1.5, + any.free-categories ==0.2.0.2, + any.free-vl ==0.1.4, + any.freenect ==1.2.1, + any.freer-simple ==1.2.1.1, + any.freetype2 ==0.2.0, + any.friendly-time ==0.4.1, + 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.ftp-client ==0.5.1.4, + any.ftp-client-conduit ==0.5.0.5, + any.funcmp ==1.9, + any.function-builder ==0.3.0.1, + functor-classes-compat +containers, + any.functor-classes-compat ==1, + any.fusion-plugin ==0.2.2, + any.fusion-plugin-types ==0.1.0, + any.fuzzcheck ==0.1.1, + any.fuzzy ==0.1.0.0, + any.fuzzy-dates ==0.1.1.2, + any.fuzzy-time ==0.1.0.0, + any.fuzzyset ==0.2.0, + any.gauge ==0.2.5, + any.gd ==3000.7.3, + any.gdp ==0.0.3.0, + any.general-games ==1.1.1, + any.generic-aeson ==0.2.0.11, + any.generic-arbitrary ==0.1.0, + any.generic-constraints ==1.1.1.1, + any.generic-data ==0.9.2.0, + any.generic-data-surgery ==0.3.0.0, + any.generic-deriving ==1.13.1, + any.generic-lens ==2.0.0.0, + any.generic-lens-core ==2.0.0.0, + any.generic-monoid ==0.1.0.1, + any.generic-optics ==2.0.0.0, + any.generic-random ==1.3.0.1, + any.generics-sop ==0.5.1.0, + any.generics-sop-lens ==0.2.0.1, + any.geniplate-mirror ==0.7.7, + any.genvalidity ==0.11.0.0, + any.genvalidity-aeson ==0.3.0.0, + any.genvalidity-bytestring ==0.6.0.0, + any.genvalidity-containers ==0.9.0.0, + any.genvalidity-criterion ==0.2.0.0, + any.genvalidity-hspec ==0.7.0.4, + any.genvalidity-hspec-aeson ==0.3.1.1, + any.genvalidity-hspec-binary ==0.2.0.4, + any.genvalidity-hspec-cereal ==0.2.0.4, + any.genvalidity-hspec-hashable ==0.2.0.5, + any.genvalidity-hspec-optics ==0.1.1.2, + any.genvalidity-hspec-persistent ==0.0.0.1, + any.genvalidity-mergeful ==0.2.0.0, + any.genvalidity-mergeless ==0.2.0.0, + any.genvalidity-path ==0.3.0.4, + any.genvalidity-property ==0.5.0.1, + any.genvalidity-scientific ==0.2.1.1, + any.genvalidity-text ==0.7.0.2, + any.genvalidity-time ==0.3.0.0, + any.genvalidity-typed-uuid ==0.0.0.2, + any.genvalidity-unordered-containers ==0.3.0.1, + any.genvalidity-uuid ==0.1.0.4, + any.genvalidity-vector ==0.3.0.1, + any.geojson ==4.0.2, + any.getopt-generics ==0.13.0.4, + any.ghc-byteorder ==4.11.0.0.10, + any.ghc-check ==0.5.0.3, + any.ghc-core ==0.5.6, + any.ghc-events ==0.15.1, + any.ghc-exactprint ==0.6.3.4, + any.ghc-lib ==8.10.3.20201220, + any.ghc-lib-parser ==8.10.3.20201220, + any.ghc-lib-parser-ex ==8.10.0.17, + any.ghc-parser ==0.2.2.0, + any.ghc-paths ==0.1.0.12, + any.ghc-prof ==1.4.1.7, + any.ghc-source-gen ==0.4.0.0, + any.ghc-syntax-highlighter ==0.0.6.0, + any.ghc-tcplugins-extra ==0.4.1, + any.ghc-trace-events ==0.1.2.1, + any.ghc-typelits-extra ==0.4.2, + any.ghc-typelits-knownnat ==0.7.4, + any.ghc-typelits-natnormalise ==0.7.3, + any.ghc-typelits-presburger ==0.5.2.0, + any.ghci-hexcalc ==0.1.1.0, + any.ghcid ==0.8.7, + any.ghcjs-codemirror ==0.0.0.2, + any.ghost-buster ==0.1.1.0, + any.gi-atk ==2.0.22, + any.gi-cairo ==1.0.24, + any.gi-cairo-connector ==0.1.0, + any.gi-cairo-render ==0.1.0, + any.gi-dbusmenu ==0.4.8, + any.gi-dbusmenugtk3 ==0.4.9, + any.gi-gdk ==3.0.23, + any.gi-gdkpixbuf ==2.0.24, + any.gi-gdkx11 ==3.0.10, + any.gi-gio ==2.0.27, + any.gi-glib ==2.0.24, + any.gi-gobject ==2.0.25, + any.gi-graphene ==1.0.2, + any.gi-gtk ==3.0.36, + any.gi-gtk-hs ==0.3.9, + any.gi-harfbuzz ==0.0.3, + any.gi-pango ==1.0.23, + any.gi-xlib ==2.0.9, + any.ginger ==0.10.1.0, + any.gingersnap ==0.3.1.0, + any.githash ==0.1.5.0, + any.github ==0.26, + any.github-release ==1.3.5, + any.github-rest ==1.0.3, + any.github-types ==0.2.1, + any.github-webhooks ==0.15.0, + any.gitlab-haskell ==0.2.5, + any.gitrev ==1.3.1, + any.gl ==0.9, + any.glabrous ==2.0.2, + any.gloss ==1.13.2.1, + any.gloss-rendering ==1.13.1.1, + any.gluturtle ==0.0.58.1, + any.gnuplot ==0.5.6.1, + any.google-isbn ==1.0.3, + any.gothic ==0.1.5, + 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.graphql-client ==1.1.0, + any.graphs ==0.7.1, + any.graphviz ==2999.20.1.0, + any.gravatar ==0.8.0, + greskell -hint-test, + any.greskell ==1.2.0.0, + any.greskell-core ==0.1.3.5, + any.greskell-websocket ==0.1.2.5, + any.groom ==0.1.2.1, + any.group-by-date ==0.1.0.4, + any.groups ==0.5.2, + any.gtk-sni-tray ==0.1.6.0, + any.gtk-strut ==0.1.3.0, + any.guarded-allocation ==0.0.1, + any.hOpenPGP ==2.9.5, + any.hackage-db ==2.1.0, + any.hackage-security ==0.6.0.1, + any.haddock-library ==1.9.0, + any.hadolint ==1.19.0, + any.hadoop-streaming ==0.2.0.3, + any.hakyll-convert ==0.3.0.3, + any.half ==0.3.1, + any.hall-symbols ==0.1.0.6, + any.hamtsolo ==1.0.3, + any.hapistrano ==0.4.1.2, + any.happstack-server ==7.7.0, + any.happy ==1.20.0, + any.hashable ==1.3.0.0, + any.hashable-time ==0.2.0.2, + any.hashids ==1.0.2.4, + any.hashing ==0.1.0.1, + any.hashmap ==1.3.3, + any.hashtables ==1.2.4.1, + any.haskeline ==0.8.1.1, + any.haskell-gi ==0.24.7, + any.haskell-gi-base ==0.24.5, + any.haskell-gi-overloading ==1.0, + any.haskell-import-graph ==1.0.4, + any.haskell-lexer ==1.1, + any.haskell-lsp ==0.22.0.0, + any.haskell-lsp-types ==0.22.0.0, + any.haskell-names ==0.9.9, + any.haskell-src-exts ==1.23.1, + any.haskell-src-exts-util ==0.2.5, + any.haskell-src-meta ==0.8.5, + any.haskey-btree ==0.3.0.1, + any.hasql ==1.4.4.2, + any.hasql-notifications ==0.1.0.0, + any.hasql-optparse-applicative ==0.3.0.6, + any.hasql-pool ==0.5.2, + any.hasql-queue ==1.2.0.2, + any.hasql-transaction ==1.0.0.1, + any.hasty-hamiltonian ==1.3.3, + any.haxr ==3000.11.4.1, + any.hdaemonize ==0.5.6, + any.headroom ==0.3.2.0, + any.heap ==1.0.4, + any.heaps ==0.3.6.1, + any.hebrew-time ==0.1.2, + any.hedgehog ==1.0.4, + any.hedgehog-corpus ==0.2.0, + any.hedgehog-fakedata ==0.0.1.4, + any.hedgehog-fn ==1.0, + any.hedgehog-quickcheck ==0.1.1, + any.hedis ==0.14.2, + any.hedn ==0.3.0.2, + any.here ==1.2.13, + any.heredoc ==0.2.0.0, + any.heterocephalus ==1.0.5.4, + 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.hgeometry ==0.11.0.0, + any.hgeometry-combinatorial ==0.11.0.0, + any.hgrev ==0.2.6, + any.hi-file-parser ==0.1.0.0, + any.hidapi ==0.1.5, + any.hie-bios ==0.7.2, + any.higher-leveldb ==0.6.0.0, + any.highlighting-kate ==0.6.4, + any.hinfo ==0.0.3.0, + any.hinotify ==0.4.1, + any.hint ==0.9.0.3, + any.hjsmin ==0.2.0.4, + any.hkd-default ==1.1.0.0, + any.hkgr ==0.2.6.1, + any.hledger ==1.20.4, + any.hledger-iadd ==1.3.12, + any.hledger-interest ==1.6.0, + any.hledger-lib ==1.20.4, + any.hledger-stockquotes ==0.1.1.0, + any.hledger-ui ==1.20.4, + any.hledger-web ==1.20.4, + any.hlibcpuid ==0.2.0, + any.hlibgit2 ==0.18.0.16, + any.hlibsass ==0.1.10.1, + any.hlint ==3.2.7, + any.hmatrix ==0.20.1, + 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.3.0, + any.hmm-lapack ==0.4, + any.hmpfr ==0.4.4, + any.hnix-store-core ==0.2.0.0, + any.hnock ==0.4.0, + any.hoauth2 ==1.16.0, + any.hocon ==0.1.0.4, + any.hoogle ==5.0.18.1, + any.hopenpgp-tools ==0.23.6, + any.hopenssl ==2.2.4, + any.hopfli ==0.2.2.1, + any.hosc ==0.18.1, + 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.34.3, + any.hpack-dhall ==0.5.2, + any.hpc-codecov ==0.2.0.1, + any.hpc-lcov ==1.0.1, + any.hprotoc ==2.4.17, + any.hruby ==0.3.8, + any.hs-GeoIP ==0.3, + any.hs-bibutils ==6.10.0.0, + any.hs-functors ==0.1.7.1, + any.hs-php-session ==0.0.9.3, + any.hsass ==0.8.0, + any.hsc2hs ==0.68.7, + any.hscolour ==1.24.4, + any.hsdns ==1.8, + any.hsebaysdk ==0.4.1.0, + any.hsemail ==2.2.1, + any.hsini ==0.5.1.2, + any.hsinstall ==2.6, + any.hslogger ==1.3.1.0, + any.hslua ==1.2.0, + any.hslua-aeson ==1.0.3.1, + any.hslua-module-doclayout ==0.2.0.1, + any.hslua-module-system ==0.2.2.1, + any.hslua-module-text ==0.3.0.1, + any.hsp ==0.10.0, + any.hspec ==2.7.8, + 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.8, + any.hspec-discover ==2.7.8, + 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 ==0.1.0.3, + any.hspec-golden-aeson ==0.7.0.0, + any.hspec-hedgehog ==0.0.1.2, + any.hspec-leancheck ==0.0.4, + any.hspec-megaparsec ==2.2.0, + any.hspec-meta ==2.6.0, + any.hspec-need-env ==0.1.0.5, + any.hspec-parsec ==0, + any.hspec-smallcheck ==0.5.2, + any.hspec-tables ==0.0.1, + any.hspec-wai ==0.10.1, + any.hspec-wai-json ==0.10.1, + any.hsshellscript ==3.4.5, + 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-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-openssl ==0.3.2.0, + any.http-client-overrides ==0.1.1.0, + any.http-client-tls ==0.3.5.3, + any.http-common ==0.8.2.1, + any.http-conduit ==2.3.7.4, + any.http-date ==0.0.10, + any.http-directory ==0.1.8, + any.http-download ==0.2.0.0, + any.http-link-header ==1.0.3.1, + any.http-media ==0.8.0.0, + any.http-query ==0.1.0, + any.http-reverse-proxy ==0.6.0, + any.http-streams ==0.8.7.2, + any.http-types ==0.12.3, + any.http2 ==2.0.5, + any.httpd-shed ==0.4.1.1, + any.human-readable-duration ==0.2.1.4, + any.hunit-dejafu ==2.0.0.4, + any.hvect ==0.4.0.0, + any.hvega ==0.11.0.0, + any.hw-balancedparens ==0.4.1.1, + any.hw-bits ==0.7.2.1, + any.hw-conduit ==0.2.1.0, + any.hw-conduit-merges ==0.2.1.0, + any.hw-diagnostics ==0.0.1.0, + any.hw-dsv ==0.4.1.0, + any.hw-eliasfano ==0.1.2.0, + any.hw-excess ==0.2.3.0, + any.hw-fingertree ==0.1.2.0, + any.hw-fingertree-strict ==0.1.2.0, + any.hw-hedgehog ==0.1.1.0, + any.hw-hspec-hedgehog ==0.1.1.0, + any.hw-int ==0.0.2.0, + any.hw-ip ==2.4.2.0, + any.hw-json ==1.3.2.2, + any.hw-json-simd ==0.1.1.0, + any.hw-json-simple-cursor ==0.1.1.0, + any.hw-json-standard-cursor ==0.2.3.1, + any.hw-kafka-client ==4.0.3, + any.hw-mquery ==0.2.1.0, + any.hw-packed-vector ==0.2.1.0, + any.hw-parser ==0.1.1.0, + any.hw-prim ==0.6.3.0, + any.hw-rankselect ==0.13.4.0, + any.hw-rankselect-base ==0.3.4.1, + any.hw-simd ==0.1.2.0, + any.hw-streams ==0.0.1.0, + any.hw-string-parse ==0.0.0.4, + any.hw-succinct ==0.1.0.1, + any.hw-xml ==0.5.1.0, + 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.2.1.0, + any.hyperloglog ==0.4.3, + any.hyphenation ==0.8, + 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.1.2, + any.ihs ==0.1.0.3, + any.ilist ==0.4.0.1, + any.imagesize-conduit ==1.1, + any.immortal ==0.3, + any.immortal-queue ==0.1.0.1, + any.inbox ==0.1.0, + any.include-file ==0.1.0.4, + any.incremental-parser ==0.5.0.1, + any.indents ==0.5.0.1, + any.indexed ==0.1.3, + any.indexed-containers ==0.1.0.2, + any.indexed-list-literals ==0.2.1.3, + any.indexed-profunctors ==0.1, + any.indexed-traversable ==0.1.1, + any.infer-license ==0.2.0, + any.inflections ==0.4.0.6, + any.influxdb ==1.9.0, + any.ini ==0.4.1, + any.inj ==1.0, + any.inline-c ==0.9.1.4, + any.inline-c-cpp ==0.4.0.3, + any.inline-r ==0.10.4, + any.inliterate ==0.1.0, + any.input-parsers ==0.1.0.1, + any.insert-ordered-containers ==0.2.3.1, + any.inspection-testing ==0.4.2.4, + any.instance-control ==0.1.2.0, + any.integer-logarithms ==1.0.3.1, + any.integer-roots ==1.0, + any.integration ==0.2.1, + any.intern ==0.9.3, + any.interpolate ==0.2.1, + any.interpolatedstring-perl6 ==1.0.2, + any.interpolation ==0.1.1.1, + any.interpolator ==1.1.0.2, + any.intervals ==0.9.1, + any.intro ==0.9.0.0, + any.intset-imperative ==0.1.0.0, + any.invariant ==0.5.4, + any.invertible ==0.2.0.7, + any.invertible-grammar ==0.1.3, + any.io-machine ==0.2.0.0, + any.io-manager ==0.1.0.3, + any.io-memoize ==1.1.1.0, + any.io-region ==0.1.1, + any.io-storage ==0.3, + any.io-streams ==1.5.2.0, + any.io-streams-haproxy ==1.0.1.0, + any.ip6addr ==1.0.1, + any.iproute ==1.7.10, + any.ipynb ==0.1.0.1, + any.ipython-kernel ==0.10.2.1, + any.irc ==0.6.1.0, + any.irc-client ==1.1.2.0, + any.irc-conduit ==0.3.0.4, + any.irc-ctcp ==0.1.3.0, + any.isbn ==1.1.0.2, + 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.it-has ==0.2.0.0, + any.iterable ==3.0, + any.ix-shapable ==0.1.0, + any.ixset-typed ==0.5, + any.ixset-typed-binary-instance ==0.1.0.2, + any.ixset-typed-conversions ==0.1.2.0, + any.ixset-typed-hashable-instance ==0.1.0.2, + any.jack ==0.7.1.4, + any.jailbreak-cabal ==1.3.5, + any.jalaali ==1.0.0.0, + any.jira-wiki-markup ==1.3.2, + any.jose ==0.8.4, + any.jose-jwt ==0.8.0, + any.js-chart ==2.9.4.1, + any.js-dgtable ==0.5.2, + any.js-flot ==0.8.3, + any.js-jquery ==3.3.1, + any.json-feed ==1.0.11, + any.json-rpc ==1.0.3, + any.json-rpc-generic ==0.2.1.5, + any.jsonpath ==0.2.0.0, + any.junit-xml ==0.1.0.2, + any.justified-containers ==0.3.0.0, + any.jwt ==0.10.0, + any.kan-extensions ==5.2.1, + any.kanji ==3.4.1, + any.katip ==0.8.5.0, + any.katip-logstash ==0.1.0.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.ki ==0.2.0.1, + any.kind-apply ==0.3.2.0, + any.kind-generics ==0.4.1.0, + any.kind-generics-th ==0.2.2.1, + any.kmeans ==0.1.3, + any.koofr-client ==1.0.0.3, + any.krank ==0.2.2, + any.kubernetes-webhook-haskell ==0.2.0.3, + any.l10n ==0.1.0.1, + any.labels ==0.3.3, + any.lame ==0.2.0, + any.language-avro ==0.1.3.1, + any.language-bash ==0.9.2, + any.language-c ==0.8.3, + any.language-c-quote ==0.12.2.1, + any.language-docker ==9.1.2, + any.language-java ==0.2.9, + any.language-javascript ==0.7.1.0, + any.language-nix ==2.2.0, + any.language-protobuf ==1.0.1, + any.language-python ==0.5.8, + any.language-thrift ==0.12.0.0, + any.lapack ==0.3.2, + 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.2, + 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.3, + any.leancheck-instances ==0.0.4, + any.leapseconds-announced ==2017.1.0.1, + any.learn-physics ==0.6.5, + any.lens ==4.19.2, + any.lens-action ==0.2.4, + any.lens-aeson ==1.1, + any.lens-csv ==0.1.1.0, + any.lens-datetime ==0.3, + any.lens-family ==2.0.0, + any.lens-family-core ==2.0.0, + any.lens-family-th ==0.5.1.0, + any.lens-misc ==0.0.2.0, + any.lens-process ==0.3.0.2, + any.lens-properties ==4.11.1, + any.lens-regex ==0.1.1, + any.lens-regex-pcre ==1.1.0.0, + any.lenz ==0.4.2.0, + any.leveldb-haskell ==0.6.5, + any.libffi ==0.1, + any.libgit ==0.3.1, + any.libgraph ==1.14, + any.libjwt-typed ==0.2, + any.libmpd ==0.9.3.0, + any.liboath-hs ==0.0.1.2, + any.libyaml ==0.1.2, + any.life-sync ==1.1.1.0, + any.lift-generics ==0.2, + any.lifted-async ==0.10.1.2, + any.lifted-base ==0.2.3.12, + any.line ==4.0.1, + any.linear ==1.21.4, + any.linear-circuit ==0.1.0.2, + any.linenoise ==0.3.2, + any.linux-file-extents ==0.2.0.0, + any.linux-namespaces ==0.1.3.0, + any.liquid-fixpoint ==0.8.10.2, + any.list-predicate ==0.1.0.1, + any.list-singleton ==1.0.0.4, + any.list-t ==1.0.4, + any.listsafe ==0.1.0.1, + any.little-logger ==0.3.1, + any.little-rio ==0.2.2, + any.llvm-hs ==9.0.1, + any.llvm-hs-pure ==9.0.0, + any.lmdb ==0.2.5, + any.load-env ==0.2.1.0, + any.loc ==0.1.3.10, + any.locators ==0.3.0.3, + any.loch-th ==0.2.2, + any.lockfree-queue ==0.2.3.1, + any.log-domain ==0.13, + any.logfloat ==0.13.3.3, + any.logging ==3.0.5, + any.logging-facade ==0.3.0, + any.logging-facade-syslog ==1, + any.logict ==0.7.1.0, + any.logstash ==0.1.0.1, + any.loop ==0.3.0, + any.lrucache ==1.2.0.1, + any.lrucaching ==0.3.3, + any.lsp-test ==0.11.0.5, + any.lucid ==2.9.12, + any.lucid-cdn ==0.2.2.0, + any.lucid-extras ==0.2.2, + any.lukko ==0.1.1.3, + any.lz4-frame-conduit ==0.1.0.1, + any.lzma ==0.0.0.3, + any.lzma-conduit ==1.2.1, + any.machines ==0.7.1, + any.magic ==1.1, + 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.8, + any.markdown ==0.1.17.4, + any.markdown-unlit ==0.5.1, + any.markov-chain ==0.0.3.4, + any.massiv ==0.6.0.0, + any.massiv-io ==0.4.1.0, + any.massiv-persist ==0.1.0.0, + any.massiv-serialise ==0.1.0.0, + any.massiv-test ==0.1.6.1, + any.math-extras ==0.1.1.0, + any.math-functions ==0.3.4.1, + any.mathexpr ==0.3.0.0, + any.matplotlib ==0.7.5, + any.matrices ==0.5.0, + any.matrix ==0.3.6.1, + any.matrix-as-xyz ==0.1.2.2, + any.matrix-market-attoparsec ==0.1.1.3, + any.matrix-static ==0.3, + any.maximal-cliques ==0.1.1, + any.mbox ==0.3.4, + any.mbox-utility ==0.0.3.1, + any.mcmc ==0.4.0.0, + any.mcmc-types ==1.0.3, + any.med-module ==0.1.2.1, + any.medea ==1.2.0, + any.median-stream ==0.7.0.0, + any.megaparsec ==9.0.1, + any.megaparsec-tests ==9.0.1, + any.membrain ==0.0.0.2, + any.memory ==0.15.0, + any.mercury-api ==0.1.0.2, + any.mergeful ==0.2.0.0, + any.mergeless ==0.3.0.0, + 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.microlens ==0.4.11.2, + any.microlens-aeson ==2.3.1, + any.microlens-contra ==0.1.0.2, + any.microlens-ghc ==0.4.12, + any.microlens-mtl ==0.2.0.1, + any.microlens-platform ==0.4.1, + any.microlens-process ==0.2.0.2, + any.microlens-th ==0.4.3.9, + any.microspec ==0.2.1.3, + any.microstache ==1.0.1.2, + any.midair ==0.2.0.1, + any.midi ==0.2.2.2, + any.mighty-metropolis ==2.0.0, + any.mime-mail ==0.5.0, + any.mime-mail-ses ==0.4.3, + any.mime-types ==0.1.0.9, + any.min-max-pqueue ==0.1.0.2, + any.mini-egison ==1.0.0, + any.minimal-configuration ==0.1.4, + any.minimorph ==0.3.0.0, + any.minio-hs ==1.5.3, + any.miniutter ==0.5.1.1, + mintty +win32-2-5-3, + any.mintty ==0.1.2, + any.missing-foreign ==0.1.1, + any.mixed-types-num ==0.4.1, + any.mltool ==0.2.0.1, + any.mmap ==0.5.9, + any.mmark ==0.0.7.2, + any.mmark-cli ==0.0.5.0, + any.mmark-ext ==0.2.1.2, + any.mmorph ==1.1.4, + any.mnist-idx ==0.1.2.8, + any.mock-time ==0.1.0, + any.mockery ==0.3.5, + any.mod ==0.1.2.1, + any.model ==0.5, + any.modern-uri ==0.3.3.1, + any.modular ==0.1.0.8, + any.monad-chronicle ==1.0.0.1, + 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.36, + any.monad-logger-json ==0.1.0.0, + any.monad-logger-logstash ==0.1.0.0, + any.monad-logger-prefix ==0.1.12, + any.monad-loops ==0.4.3, + any.monad-memo ==0.5.3, + any.monad-metrics ==0.2.2.0, + 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-primitive ==0.1, + any.monad-products ==4.0.1, + any.monad-resumption ==0.1.4.0, + 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.monadlist ==0.0.2, + any.monads-tf ==0.1.0.3, + mongoDB -_old-network, + any.mongoDB ==2.7.0.0, + any.mono-traversable ==1.0.15.1, + any.mono-traversable-instances ==0.1.1.0, + any.mono-traversable-keys ==0.1.0, + any.monoid-subclasses ==1.0.1, + any.monoid-transformer ==0.0.4, + any.more-containers ==0.2.2.0, + any.morpheus-graphql ==0.16.0, + any.morpheus-graphql-client ==0.16.0, + any.morpheus-graphql-core ==0.16.0, + any.morpheus-graphql-subscriptions ==0.16.0, + any.moss ==0.2.0.0, + any.mountpoints ==1.0.2, + any.mpi-hs ==0.7.2.0, + any.mpi-hs-binary ==0.1.1.0, + any.mpi-hs-cereal ==0.1.0.0, + any.mtl-compat ==0.2.2, + any.mtl-prelude ==2.0.3.1, + any.multi-containers ==0.1.1, + any.multiarg ==0.30.0.10, + any.multimap ==1.2.1, + any.multipart ==0.2.1, + any.multiset ==0.3.4.3, + any.multistate ==0.8.0.3, + any.murmur-hash ==0.1.0.9, + any.murmur3 ==1.0.4, + any.mustache ==2.3.1, + any.mutable-containers ==0.3.4, + any.mwc-probability ==2.3.1, + any.mwc-random ==0.14.0.0, + any.mwc-random-monad ==0.7.3.1, + any.mx-state-codes ==1.0.0.0, + any.mysql ==0.1.7.3, + any.mysql-simple ==0.4.5, + any.n2o ==0.11.1, + any.nagios-check ==0.3.2, + any.names-th ==0.3.0.1, + 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.5.1.2, + any.netcode-io ==0.0.2, + 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.nettle ==0.3.0, + any.netwire ==5.0.3, + any.netwire-input ==0.0.7, + any.netwire-input-glfw ==0.0.11, + any.network ==3.1.1.1, + any.network-bsd ==2.8.1.0, + any.network-byte-order ==0.1.6, + any.network-conduit-tls ==1.3.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-messagepack-rpc-websocket ==0.1.1.1, + any.network-simple ==0.4.5, + any.network-simple-tls ==0.4, + any.network-transport ==0.5.4, + any.network-transport-composed ==0.2.1, + any.network-uri ==2.6.3.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.4.1, + any.nonempty-vector ==0.2.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.3, + any.nri-env-parser ==0.1.0.3, + any.nri-prelude ==0.3.0.0, + any.nsis ==0.3.3, + any.numbers ==3000.2.0.2, + any.numeric-extras ==0.1, + any.numeric-prelude ==0.4.3.2, + any.numhask ==0.6.0.2, + any.numtype-dk ==0.5.0.2, + any.nuxeo ==0.3.2, + any.nvim-hs ==2.1.0.4, + any.nvim-hs-contrib ==2.0.0.0, + any.nvim-hs-ghcid ==2.0.0.0, + any.o-clock ==1.2.0.1, + any.oauthenticated ==0.2.1.0, + any.odbc ==0.2.2, + any.oeis2 ==1.0.4, + 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.7.1.0, + any.open-browser ==0.2.1.0, + any.openapi3 ==3.0.1.0, + any.openexr-write ==0.1.0.2, + any.openpgp-asciiarmor ==0.1.2, + any.opensource ==0.1.1.0, + any.openssl-streams ==1.2.3.0, + any.opentelemetry ==0.6.1, + any.opentelemetry-extra ==0.6.1, + any.opentelemetry-lightstep ==0.6.1, + any.opentelemetry-wai ==0.6.1, + any.operational ==0.2.3.5, + any.operational-class ==0.3.0.0, + any.optics ==0.3, + any.optics-core ==0.3.0.1, + any.optics-extra ==0.3, + any.optics-th ==0.3.0.2, + any.optics-vl ==0.2.1, + any.optional-args ==1.0.2, + any.options ==1.2.1.1, + any.optparse-applicative ==0.15.1.0, + any.optparse-generic ==1.3.1, + any.optparse-simple ==0.1.1.3, + any.optparse-text ==0.1.1.0, + any.ordered-containers ==0.2.2, + any.ormolu ==0.1.4.1, + any.overhang ==1.0.0, + any.packcheck ==0.5.1, + any.packdeps ==0.6.0.0, + any.pager ==0.1.1.0, + any.pagination ==0.2.1, + any.pagure-cli ==0.2, + any.pandoc-types ==1.22, + any.pantry ==0.5.1.4, + any.parallel ==3.2.2.0, + any.parallel-io ==0.3.3, + any.parameterized ==0.5.0.0, + any.paripari ==0.7.0.0, + any.parseargs ==0.2.0.9, + any.parsec-class ==1.0.0.0, + any.parsec-numbers ==0.1.0, + any.parsec-numeric ==0.1.0.0, + any.parser-combinators ==1.2.1, + any.parser-combinators-tests ==1.2.1, + any.parsers ==0.12.10, + any.partial-handler ==1.0.3, + any.partial-isomorphisms ==0.2.2.1, + any.partial-semigroup ==0.5.1.8, + any.password ==2.1.0.0, + any.password-instances ==2.0.0.1, + any.path ==0.7.0, + any.path-binary-instance ==0.1.0.1, + any.path-extensions ==0.1.1.0, + any.path-extra ==0.2.0, + any.path-io ==1.6.2, + any.path-like ==0.2.0.2, + any.path-pieces ==0.2.1, + any.path-text-utf8 ==0.0.1.6, + pathtype -old-time, + any.pathtype ==0.8.1.1, + any.pathwalk ==0.3.1.2, + any.pattern-arrows ==0.0.2, + any.pava ==0.1.1.0, + any.pcg-random ==0.1.3.7, + any.pcre-heavy ==1.0.0.2, + any.pcre-light ==0.4.1.0, + any.pcre-utils ==0.1.8.1.1, + any.pcre2 ==1.1.4, + any.pdfinfo ==1.5.4, + any.peano ==0.1.0.1, + any.pem ==0.2.4, + any.percent-format ==0.0.1, + any.perfect-hash-generator ==0.2.0.6, + any.perfect-vector-shuffle ==0.1.1.1, + any.persist ==0.1.1.5, + any.persistable-record ==0.6.0.5, + any.persistable-types-HDBC-pg ==0.0.3.5, + any.persistent ==2.11.0.2, + any.persistent-documentation ==0.1.0.2, + any.persistent-mtl ==0.2.0.0, + any.persistent-mysql ==2.10.3.1, + any.persistent-pagination ==0.1.1.2, + any.persistent-postgresql ==2.11.0.1, + any.persistent-qq ==2.9.2.1, + any.persistent-sqlite ==2.11.1.0, + any.persistent-template ==2.9.1.0, + any.persistent-test ==2.0.3.5, + any.persistent-typed-db ==0.1.0.2, + any.pg-harness-client ==0.6.0, + any.pg-transact ==0.3.1.1, + any.pgp-wordlist ==0.1.0.3, + any.phantom-state ==0.2.1.2, + any.pid1 ==0.1.2.0, + any.pinboard ==0.10.2.0, + any.pipes ==4.3.14, + 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-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-group ==1.0.12, + any.pipes-http ==1.0.6, + any.pipes-network ==0.6.5, + any.pipes-network-tls ==0.4, + any.pipes-ordered-zip ==1.1.0, + 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.pkgtreediff ==0.4, + any.placeholders ==0.1, + any.plaid ==0.1.0.4, + any.plotlyhs ==0.2.1, + any.pointed ==5.0.2, + any.pointedlist ==0.6.1, + any.pointless-fun ==1.1.0.6, + any.poll ==0.0.0.1, + any.poly ==0.5.0.0, + any.poly-arity ==0.1.0, + any.polynomials-bernstein ==1.1.2, + any.polyparse ==1.13, + 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.postgres-options ==0.2.0.0, + any.postgresql-binary ==0.12.3.3, + any.postgresql-libpq ==0.9.4.3, + any.postgresql-libpq-notify ==0.2.0.0, + any.postgresql-orm ==0.5.1, + any.postgresql-simple ==0.6.4, + any.postgresql-typed ==0.6.1.2, + any.postgrest ==7.0.1, + any.pptable ==0.3.0.0, + any.pqueue ==1.4.1.3, + any.prairie ==0.0.1.0, + any.prefix-units ==0.2.0, + any.prelude-compat ==0.0.0.2, + any.prelude-safeenum ==0.1.1.2, + any.pretty-class ==1.0.1.1, + any.pretty-diff ==0.2.0.3, + any.pretty-hex ==1.1, + any.pretty-relative-time ==0.2.0.0, + any.pretty-show ==1.10, + any.pretty-simple ==4.0.0.0, + any.pretty-sop ==0.2.0.3, + any.pretty-terminal ==0.1.0.0, + any.prettyclass ==1.0.0.0, + any.prettyprinter ==1.7.0, + any.prettyprinter-ansi-terminal ==1.1.2, + any.prettyprinter-compat-annotated-wl-pprint ==1.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.1, + any.primes ==0.2.1.0, + any.primitive ==0.7.1.0, + any.primitive-addr ==0.1.0.2, + any.primitive-extras ==0.8, + any.primitive-unaligned ==0.1.1.1, + any.primitive-unlifted ==0.1.3.0, + any.print-console-colors ==0.1.0.0, + any.probability ==0.2.7, + any.process-extras ==0.7.4, + any.product-isomorphic ==0.0.3.3, + any.product-profunctors ==0.11.0.2, + any.profiterole ==0.1, + any.profunctors ==5.5.2, + any.project-template ==0.2.1.0, + any.projectroot ==0.2.0.1, + any.prometheus ==2.2.2, + any.prometheus-client ==1.0.1, + any.prometheus-wai-middleware ==1.0.1.0, + any.promises ==0.3, + any.prompt ==0.1.1.2, + any.prospect ==0.1.0.0, + any.proto-lens ==0.7.0.0, + any.proto-lens-optparse ==0.1.1.7, + any.proto-lens-protobuf-types ==0.7.0.0, + any.proto-lens-protoc ==0.7.0.0, + any.proto-lens-runtime ==0.7.0.0, + any.proto-lens-setup ==0.4.0.4, + any.proto3-wire ==1.1.0, + any.protobuf ==0.2.1.3, + any.protobuf-simple ==0.1.1.0, + any.protocol-buffers ==2.4.17, + any.protocol-buffers-descriptor ==2.4.17, + any.protocol-radius ==0.0.1.1, + any.protocol-radius-test ==0.1.0.1, + any.protolude ==0.3.0, + any.proxied ==0.3.1, + any.psqueues ==0.2.7.2, + any.publicsuffix ==0.20200526, + any.pulse-simple ==0.1.14, + any.pureMD5 ==2.1.3, + any.purescript-bridge ==0.14.0.0, + any.pushbullet-types ==0.4.1.0, + any.pusher-http-haskell ==2.0.0.3, + any.pvar ==1.0.0.0, + any.qchas ==1.1.0.1, + any.qm-interpolated-string ==0.3.0.0, + any.qrcode-core ==0.9.4, + any.qrcode-juicypixels ==0.8.2, + any.quadratic-irrational ==0.1.1, + any.quickcheck-arbitrary-adt ==0.3.1.0, + any.quickcheck-assertions ==0.3.0, + any.quickcheck-classes ==0.6.4.0, + any.quickcheck-classes-base ==0.6.1.0, + any.quickcheck-higherorder ==0.1.0.0, + any.quickcheck-instances ==0.3.25.2, + any.quickcheck-io ==0.2.0, + any.quickcheck-simple ==0.1.1.1, + any.quickcheck-special ==0.1.0.6, + any.quickcheck-text ==0.1.2.1, + any.quickcheck-transformer ==0.3.1.1, + any.quickcheck-unicode ==1.0.1.0, + any.quiet ==0.2, + any.quote-quot ==0.1.0.0, + any.radius ==0.7.1.0, + any.rainbow ==0.34.2.2, + any.rainbox ==0.26.0.0, + any.ral ==0.1, + any.rampart ==1.1.0.1, + 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.4, + any.random-shuffle ==0.0.4, + any.random-source ==0.3.0.8, + any.random-tree ==0.6.0.5, + any.range ==0.3.0.2, + any.range-set-list ==0.1.3.1, + any.rank1dynamic ==0.4.1, + any.rank2classes ==1.4.1, + any.rasterific-svg ==0.3.3.2, + any.rate-limit ==1.4.2, + any.ratel ==1.0.12, + any.ratel-wai ==1.1.3, + any.rattle ==0.2, + 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.4, + any.rdtsc ==1.3.0.1, + 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 ==1.1.3.2, + any.reanimate-svg ==0.13.0.0, + any.rebase ==1.6.1, + any.record-dot-preprocessor ==0.2.7, + any.record-hasfield ==1.0, + any.record-wrangler ==0.1.1.0, + any.records-sop ==0.1.0.3, + any.recursion-schemes ==5.2.1, + any.reducers ==3.12.3, + any.ref-fd ==0.4.0.2, + any.ref-tf ==0.4.0.2, + any.refact ==0.3.0.2, + any.refined ==0.6.2, + any.reflection ==2.1.6, + any.reform ==0.2.7.4, + any.reform-blaze ==0.2.4.3, + any.reform-hamlet ==0.0.5.3, + any.reform-happstack ==0.2.5.4, + any.regex ==1.1.0.0, + any.regex-applicative ==0.3.4, + any.regex-applicative-text ==0.1.0.1, + any.regex-base ==0.94.0.0, + any.regex-compat ==0.95.2.0, + any.regex-compat-tdfa ==0.95.1.4, + any.regex-pcre ==0.95.0.0, + any.regex-pcre-builtin ==0.95.1.3.8.43, + any.regex-posix ==0.96.0.0, + any.regex-tdfa ==1.3.1.0, + any.regex-with-pcre ==1.1.0.0, + any.registry ==0.2.0.1, + any.reinterpret-cast ==0.1.0, + any.relapse ==1.0.0.0, + any.relational-query ==0.12.2.3, + any.relational-query-HDBC ==0.7.2.0, + any.relational-record ==0.2.2.0, + any.relational-schemas ==0.1.8.0, + any.reliable-io ==0.0.1, + any.relude ==0.7.0.0, + any.renderable ==0.2.0.1, + any.replace-attoparsec ==1.4.4.0, + any.replace-megaparsec ==1.4.4.0, + any.repline ==0.4.0.0, + any.req ==3.8.0, + any.req-conduit ==1.0.0, + any.rerebase ==1.6.1, + any.resistor-cube ==0.0.1.2, + any.resolv ==0.1.2.0, + any.resource-pool ==0.2.3.2, + any.resourcet ==1.2.4.2, + any.resourcet-pool ==0.1.0.0, + any.result ==0.2.6.0, + any.rethinkdb-client-driver ==0.0.25, + any.retry ==0.8.1.2, + any.rev-state ==0.1.2, + any.rfc1751 ==0.1.3, + any.rfc5051 ==0.2, + any.rhine ==0.7.0, + any.rhine-gloss ==0.7.0, + any.rigel-viz ==0.2.0.0, + any.rio ==0.1.20.0, + any.rio-orphans ==0.1.1.0, + any.rio-prettyprint ==0.1.1.0, + any.roc-id ==0.1.0.0, + any.rocksdb-haskell ==1.0.1, + any.rocksdb-haskell-jprupp ==2.1.3, + any.rocksdb-query ==0.4.2, + 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.4.3.2, + any.runmemo ==1.0.0.1, + any.rvar ==0.2.0.6, + any.safe ==0.3.19, + any.safe-decimal ==0.2.0.0, + any.safe-exceptions ==0.1.7.1, + any.safe-foldable ==0.1.0.0, + any.safe-json ==1.1.1.1, + any.safe-money ==0.9, + any.safe-tensor ==0.2.1.0, + any.safecopy ==0.10.3.1, + any.safeio ==0.0.5.0, + any.salak ==0.3.6, + any.salak-yaml ==0.3.5.3, + any.saltine ==0.1.1.1, + any.salve ==1.0.10, + any.sample-frame ==0.0.3, + any.sample-frame-np ==0.0.4.1, + any.sampling ==0.3.5, + any.say ==0.1.0.1, + any.sbp ==2.6.3, + any.scalpel ==0.6.2, + any.scalpel-core ==0.6.2, + any.scanf ==0.1.0.0, + any.scanner ==0.3.1, + any.scheduler ==1.5.0, + any.scientific ==0.3.6.2, + any.scotty ==0.12, + any.scrypt ==0.5.0, + any.sdl2 ==2.5.3.0, + any.sdl2-gfx ==0.2, + any.sdl2-image ==2.0.0, + any.sdl2-mixer ==1.1.0, + any.sdl2-ttf ==2.1.1, + any.search-algorithms ==0.3.1, + any.secp256k1-haskell ==0.5.0, + any.securemem ==0.1.10, + any.selda ==0.5.1.0, + any.selda-json ==0.1.1.0, + any.selda-postgresql ==0.1.8.1, + any.selda-sqlite ==0.1.7.1, + any.selections ==0.3.0.0, + any.selective ==0.4.1.1, + any.semialign ==1.1.0.1, + any.semialign-indexed ==1.1, + any.semialign-optics ==1.1, + any.semigroupoid-extras ==5, + any.semigroupoids ==5.3.5, + any.semigroups ==0.19.1, + any.semiring-simple ==1.0.0.1, + any.semirings ==0.6, + any.semver ==0.4.0.1, + any.sendfile ==0.7.11.1, + any.seqalign ==0.2.0.4, + any.seqid ==0.6.2, + any.seqid-streams ==0.7.2, + any.sequence-formats ==1.5.2, + any.sequenceTools ==1.4.0.5, + any.serf ==0.1.1.0, + any.serialise ==0.2.3.0, + any.servant ==0.18.2, + any.servant-blaze ==0.9.1, + any.servant-client ==0.18.2, + any.servant-client-core ==0.18.2, + any.servant-conduit ==0.15.1, + any.servant-docs ==0.11.8, + any.servant-errors ==0.1.6.0, + any.servant-exceptions ==0.2.1, + any.servant-exceptions-server ==0.2.1, + any.servant-foreign ==0.15.3, + any.servant-github-webhook ==0.4.2.0, + any.servant-http-streams ==0.18.2, + any.servant-machines ==0.15.1, + any.servant-multipart ==0.12, + any.servant-openapi3 ==2.0.1.1, + any.servant-pipes ==0.15.2, + any.servant-rawm ==1.0.0.0, + any.servant-server ==0.18.2, + any.servant-swagger ==1.1.10, + any.servant-swagger-ui ==0.3.4.3.37.2, + any.servant-swagger-ui-core ==0.3.4, + any.serverless-haskell ==0.12.5, + any.serversession ==1.0.1, + any.serversession-frontend-wai ==1.0, + any.ses-html ==0.4.0.0, + any.set-cover ==0.1.1, + any.setenv ==0.1.1.3, + any.setlocale ==1.0.0.9, + any.sexp-grammar ==2.3.0, + any.shake ==0.19.4, + any.shake-plus ==0.3.3.1, + any.shake-plus-extended ==0.4.1.0, + any.shakespeare ==2.0.25, + any.shared-memory ==0.2.0.0, + any.shell-conduit ==5.0.0, + any.shell-escape ==0.2.0, + any.shell-utility ==0.1, + any.shellmet ==0.0.3.1, + any.shelltestrunner ==1.9, + any.shelly ==1.9.0, + any.shikensu ==0.3.11, + any.should-not-typecheck ==2.1.0, + any.show-combinators ==0.2.0.0, + any.siggy-chardust ==1.0.0, + any.signal ==0.1.0.4, + any.silently ==1.2.5.1, + any.simple-affine-space ==0.1.1, + any.simple-cabal ==0.1.3, + any.simple-cmd ==0.2.3, + any.simple-cmd-args ==0.1.6, + any.simple-log ==0.9.12, + any.simple-reflect ==0.3.3, + any.simple-sendfile ==0.2.30, + any.simple-templates ==1.0.0, + any.simple-vec3 ==0.6.0.1, + any.simplistic-generics ==2.0.0, + any.since ==0.0.0, + any.singleton-bool ==0.1.5, + any.singleton-nats ==0.4.5, + any.singletons ==2.7, + any.singletons-presburger ==0.5.0.0, + any.siphash ==1.0.3, + any.sitemap-gen ==0.1.0.0, + any.sized ==1.0.0.0, + any.skein ==1.0.9.4, + any.skews ==0.1.0.3, + any.skip-var ==0.1.1.0, + any.skylighting ==0.10.2, + any.skylighting-core ==0.10.2, + any.slack-api ==0.12, + any.slack-progressbar ==0.1.0.1, + any.slist ==0.1.1.0, + any.slynx ==0.5.0.1, + any.smallcheck ==1.2.1, + any.smash ==0.1.1.0, + any.smash-aeson ==0.1.0.0, + any.smash-lens ==0.1.0.1, + any.smash-microlens ==0.1.0.0, + any.smoothie ==0.4.2.11, + any.smtp-mail ==0.3.0.0, + any.snap-blaze ==0.2.1.5, + any.snap-core ==1.0.4.2, + any.snap-server ==1.1.2.0, + any.snowflake ==0.1.1.1, + any.soap ==0.2.3.6, + any.soap-openssl ==0.1.0.2, + any.soap-tls ==0.1.1.4, + any.socks ==0.6.1, + any.some ==1.0.2, + 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.sparse-tensor ==0.2.1.4, + any.spatial-math ==0.5.0.1, + any.special-values ==0.1.0.0, + any.speculate ==0.4.2, + any.speedy-slice ==0.3.1, + any.splice ==0.6.1.1, + any.splint ==1.0.1.2, + any.split ==0.2.3.4, + any.splitmix ==0.1.0.3, + any.spoon ==0.3.1, + any.spreadsheet ==0.1.3.8, + any.sql-words ==0.1.6.4, + any.sqlcli ==0.2.2.0, + any.sqlcli-odbc ==0.2.0.1, + any.sqlite-simple ==0.4.18.0, + any.squeal-postgresql ==0.7.0.1, + any.squeather ==0.6.0.0, + any.srcloc ==0.5.1.2, + any.stache ==2.2.0, + any.stack ==2.5.1.1, + any.stack-templatizer ==0.1.0.2, + any.stackcollapse-ghc ==0.0.1.3, + any.stateref ==0.3, + any.static-text ==0.2.0.6, + any.statistics ==0.15.2.0, + any.status-notifier-item ==0.3.0.5, + 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-containers ==1.2, + any.stm-delay ==0.1.1.1, + any.stm-extras ==0.1.0.3, + any.stm-hamt ==1.2.0.4, + any.stm-lifted ==2.5.0.0, + any.stm-split ==0.0.2.1, + any.stopwatch ==0.1.0.6, + any.storable-complex ==0.2.3.0, + any.storable-endian ==0.2.6, + any.storable-record ==0.0.5, + any.storable-tuple ==0.0.3.3, + any.storablevector ==0.2.13.1, + any.store ==0.7.9, + any.store-core ==0.4.4.4, + any.store-streaming ==0.2.0.3, + any.stratosphere ==0.59.1, + any.streaming ==0.2.3.0, + any.streaming-attoparsec ==1.0.0.1, + any.streaming-bytestring ==0.2.0, + any.streaming-commons ==0.2.2.1, + any.streams ==3.3, + any.strict ==0.4.0.1, + any.strict-concurrency ==0.2.4.3, + any.strict-list ==0.1.5, + any.strict-tuple ==0.1.4, + any.strict-tuple-lens ==0.1.0.1, + 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.3.0.2, + any.string-qq ==0.0.4, + any.string-random ==0.1.4.0, + any.string-transform ==1.1.1, + any.stringbuilder ==0.5.1, + any.stringsearch ==0.3.6.6, + any.stripe-concepts ==1.0.2.4, + any.stripe-core ==2.6.2, + any.stripe-haskell ==2.6.2, + any.stripe-http-client ==2.6.2, + any.stripe-tests ==2.6.2, + any.strive ==5.0.12, + any.structs ==0.1.4, + any.structured ==0.1, + any.structured-cli ==2.6.0.0, + any.subcategories ==0.1.0.0, + any.sum-type-boilerplate ==0.1.1, + any.sundown ==0.6, + any.superbuffer ==0.3.1.1, + any.svg-tree ==0.6.2.4, + any.swagger ==0.3.0, + any.swagger2 ==2.6, + any.sweet-egison ==0.1.1.3, + any.swish ==0.10.0.4, + any.syb ==0.7.2.1, + any.symbol ==0.2.4, + any.symengine ==0.1.2.0, + any.symmetry-operations-symbols ==0.0.2.1, + 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.system-info ==0.5.1, + any.systemd ==2.3.0, + any.tabular ==0.2.2.8, + any.taffybar ==3.2.3, + any.tagchup ==0.4.1.1, + any.tagged ==0.8.6.1, + 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.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.7, + any.tasty-dejafu ==2.0.0.7, + any.tasty-discover ==4.2.2, + any.tasty-expected-failure ==0.12.2, + any.tasty-focus ==1.0.1, + any.tasty-golden ==2.3.3.2, + any.tasty-hedgehog ==1.0.1.0, + any.tasty-hspec ==1.1.6, + any.tasty-hunit ==0.10.0.3, + any.tasty-hunit-compat ==0.2.0.1, + any.tasty-kat ==0.0.3, + any.tasty-leancheck ==0.0.1, + any.tasty-lua ==0.2.3.2, + any.tasty-program ==1.0.5, + any.tasty-quickcheck ==0.10.1.2, + any.tasty-rerun ==1.1.18, + any.tasty-smallcheck ==0.8.2, + any.tasty-test-reporter ==0.1.1.4, + any.tasty-th ==0.1.7, + any.tasty-wai ==0.1.1.1, + any.tce-conf ==1.3, + any.tdigest ==0.2.1.1, + any.template-haskell-compat-v0208 ==0.1.5, + 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.5, + any.termbox ==0.3.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-fun ==0.1.0.0, + any.testing-type-modifiers ==0.1.0.1, + any.texmath ==0.12.1, + any.text-ansi ==0.1.1, + any.text-binary ==0.2.1.1, + any.text-builder ==0.6.6.1, + any.text-conversions ==0.3.1, + 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-regex-replace ==0.1.1.3, + any.text-region ==0.3.1.0, + any.text-short ==0.1.3, + any.text-show ==3.9, + any.text-show-instances ==3.8.4, + any.text-zipper ==0.11, + any.textlocal ==0.1.0.5, + any.tf-random ==0.5, + any.tfp ==1.0.1.1, + any.th-abstraction ==0.4.2.0, + any.th-bang-compat ==0.0.1.0, + any.th-compat ==0.1, + any.th-constraint-compat ==0.0.1.0, + any.th-data-compat ==0.1.0.0, + any.th-desugar ==1.11, + any.th-env ==0.1.0.2, + any.th-expand-syns ==0.4.6.0, + any.th-extras ==0.0.0.4, + any.th-lift ==0.8.2, + any.th-lift-instances ==0.1.18, + any.th-nowq ==0.1.0.5, + any.th-orphans ==0.13.11, + any.th-printf ==0.7, + 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.1.0, + any.th-utilities ==0.2.4.1, + any.these ==1.1.1.1, + any.these-lens ==1.0.1.1, + any.these-optics ==1.0.1.1, + any.these-skinny ==0.7.4, + any.thread-hierarchy ==0.3.0.2, + any.thread-local-storage ==0.2, + any.thread-supervisor ==0.2.0.0, + any.threads ==0.5.1.6, + any.threepenny-gui ==0.9.0.0, + any.throttle-io-stream ==0.2.0.1, + any.through-text ==0.1.0.0, + any.throwable-exceptions ==0.1.0.9, + any.thyme ==0.3.5.5, + any.tidal ==1.6.1, + any.tile ==0.3.0.0, + any.time-compat ==1.9.5, + 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-units ==1.0.0, + any.timeit ==2.0, + any.timelens ==0.2.0.2, + any.timer-wheel ==0.3.0, + any.timerep ==2.0.1.0, + any.timezone-olson ==0.2.0, + any.timezone-series ==0.1.9, + any.tinylog ==0.15.0, + any.titlecase ==1.0.1, + any.tldr ==0.9.0, + any.tls ==1.5.4, + any.tls-debug ==0.4.8, + any.tls-session-manager ==0.0.4, + any.tlynx ==0.5.0.1, + any.tmapchan ==0.0.3, + any.tmapmvar ==0.0.4, + any.tmp-postgres ==1.34.1.0, + any.tomland ==1.3.1.0, + any.tonalude ==0.1.1.1, + any.topograph ==1.0.0.1, + any.torsor ==0.1, + any.tostring ==0.2.1.1, + any.tracing ==0.0.5.2, + any.tracing-control ==0.0.6, + 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.6, + 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.1, + any.triplesec ==0.2.2.1, + any.tsv2csv ==0.1.0.2, + any.ttc ==0.3.0.0, + any.ttl-hashtables ==1.4.1.0, + 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.20, + any.type-equality ==1, + any.type-errors ==0.2.0.0, + any.type-errors-pretty ==0.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-natural-number ==2.0, + any.type-level-numbers ==0.1.1.1, + any.type-map ==0.1.6.0, + any.type-natural ==1.0.0.0, + any.type-of-html ==1.6.1.2, + 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.typed-uuid ==0.0.0.2, + any.typerep-map ==0.3.3.0, + any.tzdata ==0.2.20201021.0, + any.ua-parser ==0.7.5.1, + any.uglymemo ==0.1.0.1, + any.ulid ==0.3.0.0, + any.unagi-chan ==0.4.1.3, + any.unbounded-delays ==0.1.1.1, + any.unboxed-ref ==0.4.0.0, + any.unboxing-vector ==0.2.0.0, + any.uncaught-exception ==0.1.0, + any.uncertain ==0.3.1.0, + any.unconstrained ==0.1.0.2, + any.unexceptionalio ==0.5.1, + any.unexceptionalio-trans ==0.5.1, + any.unicode ==0.0.1.1, + any.unicode-show ==0.1.0.4, + any.unicode-transforms ==0.3.7.1, + any.union-find ==0.2, + any.unipatterns ==0.0.0.0, + any.uniplate ==1.6.13, + any.uniprot-kb ==0.1.2.0, + any.uniq-deep ==1.2.0, + any.unique ==0.0.1, + any.unique-logic ==0.4, + any.unique-logic-tf ==0.5.1, + any.unit-constraint ==0.0.0, + any.universe ==1.2.1, + any.universe-base ==1.1.2, + any.universe-instances-base ==1.1, + any.universe-instances-extended ==1.1.2, + any.universe-instances-trans ==1.1, + any.universe-reverse-instances ==1.1.1, + any.universe-some ==1.2.1, + any.universum ==1.5.0, + any.unix-bytestring ==0.3.7.3, + any.unix-compat ==0.5.3, + any.unix-time ==0.4.7, + any.unliftio ==0.2.14, + any.unliftio-core ==0.2.0.1, + any.unliftio-pool ==0.2.1.1, + any.unlit ==0.4.0.0, + any.unordered-containers ==0.2.13.0, + any.unsafe ==0.0, + any.urbit-hob ==0.3.3, + any.uri-bytestring ==0.3.3.0, + any.uri-bytestring-aeson ==0.1.0.8, + any.uri-encode ==1.5.0.7, + any.url ==2.1.3, + any.users ==0.5.0.0, + any.utf8-conversions ==0.1.0.4, + any.utf8-light ==0.4.2, + any.utf8-string ==1.0.2, + any.util ==0.1.17.1, + any.utility-ht ==0.0.15, + any.uuid ==1.3.13, + any.uuid-types ==1.0.3, + any.validation ==1.1, + any.validation-selective ==0.1.0.0, + any.validity ==0.11.0.0, + any.validity-aeson ==0.2.0.4, + any.validity-bytestring ==0.4.1.1, + any.validity-containers ==0.5.0.4, + any.validity-path ==0.4.0.1, + any.validity-primitive ==0.0.0.1, + any.validity-scientific ==0.2.0.3, + any.validity-text ==0.3.1.1, + any.validity-time ==0.4.0.0, + any.validity-unordered-containers ==0.2.0.3, + any.validity-uuid ==0.1.0.3, + any.validity-vector ==0.2.0.3, + any.valor ==0.1.0.0, + any.vault ==0.3.1.4, + any.vec ==0.3, + any.vector ==0.12.1.2, + any.vector-algorithms ==0.8.0.4, + 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-rotcev ==0.1.0.0, + any.vector-sized ==1.4.3.1, + any.vector-space ==0.16, + any.vector-split ==1.0.0.2, + any.vector-th-unbox ==0.2.1.7, + any.verbosity ==0.4.0.0, + any.versions ==4.0.2, + any.vformat ==0.14.1.0, + any.vformat-aeson ==0.1.0.1, + any.vformat-time ==0.1.0.0, + any.vinyl ==0.13.0, + any.void ==0.7.3, + any.vty ==5.32, + any.wai ==3.2.3, + any.wai-app-static ==3.1.7.2, + any.wai-conduit ==3.0.0.4, + any.wai-cors ==0.2.7, + any.wai-enforce-https ==0.0.2.1, + any.wai-eventsource ==3.0.0, + any.wai-extra ==3.1.6, + any.wai-feature-flags ==0.1.0.1, + any.wai-handler-launch ==3.0.3.1, + any.wai-logger ==2.3.6, + any.wai-middleware-auth ==0.2.3.1, + any.wai-middleware-caching ==0.1.0.2, + any.wai-middleware-clacks ==0.1.0.1, + any.wai-middleware-static ==0.9.0, + any.wai-rate-limit ==0.1.0.0, + any.wai-rate-limit-redis ==0.1.0.0, + any.wai-saml2 ==0.2.1.2, + any.wai-session ==0.3.3, + any.wai-slack-middleware ==0.2.0, + any.wai-websockets ==3.0.1.2, + any.wakame ==0.1.0.0, + any.warp ==3.3.14, + any.warp-tls ==3.3.0, + any.warp-tls-uid ==0.2.0.6, + any.wave ==0.2.0, + any.wcwidth ==0.0.2, + any.webby ==1.0.1, + any.webdriver ==0.9.0.1, + any.webex-teams-api ==0.2.0.1, + any.webex-teams-conduit ==0.2.0.1, + any.webex-teams-pipes ==0.2.0.1, + any.webgear-server ==0.2.1, + any.webrtc-vad ==0.1.0.3, + any.websockets ==0.12.7.2, + any.websockets-snap ==0.10.3.1, + any.weigh ==0.0.16, + any.wide-word ==0.1.1.2, + any.wikicfp-scraper ==0.1.0.11, + any.wild-bind ==0.1.2.6, + any.wild-bind-x11 ==0.2.0.11, + windns +allow-non-windows, + any.windns ==0.1.0.1, + any.witch ==0.0.0.4, + any.with-location ==0.1.0, + any.with-utf8 ==1.0.2.1, + any.witherable-class ==0, + any.within ==0.2.0.1, + 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.world-peace ==1.0.2.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.wss-client ==0.3.0.0, + any.wuss ==1.1.17, + 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-desktop-entry ==0.1.1.1, + any.xdg-userdirs ==0.1.0.2, + any.xeno ==0.4.2, + any.xlsx ==0.8.2, + any.xlsx-tabular ==0.2.2.1, + any.xml ==1.3.14, + any.xml-basic ==0.1.3.1, + any.xml-conduit ==1.9.0.0, + any.xml-conduit-writer ==0.1.1.2, + any.xml-hamlet ==0.5.0.1, + any.xml-helpers ==1.0.0, + any.xml-html-qq ==0.1.0.1, + any.xml-indexed-cursor ==0.1.1.0, + any.xml-lens ==0.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.8, + any.xmlgen ==0.6.2.2, + any.xmonad ==0.15, + any.xmonad-contrib ==0.16, + any.xmonad-extras ==0.15.3, + any.xss-sanitize ==0.3.6, + any.xxhash-ffi ==0.2.0.0, + any.yaml ==0.11.5.0, + any.yamlparse-applicative ==0.1.0.2, + any.yes-precure5-command ==5.5.3, + any.yesod ==1.6.1.0, + any.yesod-auth ==1.6.10.1, + any.yesod-auth-hashdb ==1.7.1.5, + any.yesod-auth-oauth2 ==0.6.1.7, + any.yesod-bin ==1.6.0.6, + any.yesod-core ==1.6.18.8, + any.yesod-fb ==0.6.1, + any.yesod-form ==1.6.7, + any.yesod-gitrev ==0.2.1, + any.yesod-newsfeed ==1.7.0.0, + any.yesod-page-cursor ==2.0.0.2, + any.yesod-paginator ==1.1.1.0, + any.yesod-persistent ==1.6.0.5, + any.yesod-sitemap ==1.6.0, + any.yesod-static ==1.6.1.0, + any.yesod-test ==1.6.12, + any.yesod-websockets ==0.3.0.2, + any.yi-rope ==0.11, + any.yjsvg ==0.2.0.1, + any.yjtools ==0.9.18, + any.yoga ==0.0.0.5, + any.youtube ==0.2.1.1, + any.zenacy-html ==2.0.2, + any.zenacy-unicode ==1.0.0, + 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, + any.zio ==0.1.0.2, + any.zip ==1.7.0, + any.zip-archive ==0.4.1, + any.zip-stream ==0.2.0.1, + any.zipper-extra ==0.1.3.2, + any.zippers ==0.3, + any.zlib ==0.6.2.2, + any.zlib-bindings ==0.1.1.5, + any.zlib-lens ==0.1.2.1, + any.zot ==0.0.3, + any.zstd ==0.1.2.0, + any.ztail ==1.2.0.2, + any.zydiskell ==0.2.0.0 diff --git a/backend/scripts/generate-cabal-files.sh b/backend/scripts/generate-cabal-files.sh new file mode 100755 index 00000000..2c17afa5 --- /dev/null +++ b/backend/scripts/generate-cabal-files.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash + +# This script generates cabal.project, cabal.project.freeze files. + +set -e + +[ -f cabal.project ] && rm cabal.project +[ -f cabal.project.freeze ] && rm cabal.project.freeze + +mkdir -p stack2cabal +stack install stack2cabal --resolver snapshot-stack2cabal.yaml --local-bin-path stack2cabal +./stack2cabal/stack2cabal +rm -rf stack2cabal +echo "cabal.project and cabal.project.freeze files are succesfully generated" diff --git a/backend/snapshot-stack2cabal.yaml b/backend/snapshot-stack2cabal.yaml new file mode 100644 index 00000000..10de11fc --- /dev/null +++ b/backend/snapshot-stack2cabal.yaml @@ -0,0 +1,7 @@ +# snapshot used for the ./scripts/generate-cabal-files.sh script +name: stack2cabal-snapshot + +resolver: lts-17.2 +packages: + # the versions must be the same that ci uses, to make sure `stack2cabal` output is identical + - stack2cabal-1.0.12 From f0daeba81a50fdaad47f7db15b82984db7b39021 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 22:08:41 +0300 Subject: [PATCH 09/11] Add haskell/.gitignore --- backend/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backend/.gitignore diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 00000000..fa050c17 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,3 @@ +dist-newstyle/ +.stack-work/ +stack.yaml.lock From a80694de5e567765033497b70085d2843167e666 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 22:41:33 +0300 Subject: [PATCH 10/11] Add CI config Problem: we want to use CI to automatically check some things. Solution: start with adding a trivial config to just check absence of trailing whitespaces. --- .buildkite/check-trailing-whitespace.sh | 10 ++++++++++ .buildkite/pipeline.yml | 4 ++++ 2 files changed, 14 insertions(+) create mode 100755 .buildkite/check-trailing-whitespace.sh create mode 100644 .buildkite/pipeline.yml diff --git a/.buildkite/check-trailing-whitespace.sh b/.buildkite/check-trailing-whitespace.sh new file mode 100755 index 00000000..4423b657 --- /dev/null +++ b/.buildkite/check-trailing-whitespace.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +files=$(git ls-files -- . | xargs grep --exclude 'LICENSES/*' --exclude '*.patch' --files-with-matches --binary-files=without-match '[[:blank:]]$') +if [[ ! -z $files ]];then + echo ' Files with trailing whitespace found:' + for f in "${files[@]}"; do + echo " * $f" + done + exit 1 +fi diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 00000000..2f6c4218 --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,4 @@ +steps: + - label: check trailing whitespace + commands: + - .buildkite/check-trailing-whitespace.sh From 58b2cc26d4ebe0305881c82eae6c9f481cf16bee Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 9 Feb 2021 22:50:45 +0300 Subject: [PATCH 11/11] Remove .reuse/LICENSES There are licenses we are not using. --- .reuse/LICENSES/Apache-2.0.txt | 208 --------- .reuse/LICENSES/CC0-1.0.txt | 119 ----- .reuse/LICENSES/GPL-3.0-or-later.txt | 626 --------------------------- .reuse/LICENSES/MPL-2.0.txt | 312 ------------- 4 files changed, 1265 deletions(-) delete mode 100644 .reuse/LICENSES/Apache-2.0.txt delete mode 100644 .reuse/LICENSES/CC0-1.0.txt delete mode 100644 .reuse/LICENSES/GPL-3.0-or-later.txt delete mode 100644 .reuse/LICENSES/MPL-2.0.txt diff --git a/.reuse/LICENSES/Apache-2.0.txt b/.reuse/LICENSES/Apache-2.0.txt deleted file mode 100644 index 4ed90b95..00000000 --- a/.reuse/LICENSES/Apache-2.0.txt +++ /dev/null @@ -1,208 +0,0 @@ -Apache License - -Version 2.0, January 2004 - -http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, -AND DISTRIBUTION - - 1. Definitions. - - - -"License" shall mean the terms and conditions for use, reproduction, and distribution -as defined by Sections 1 through 9 of this document. - - - -"Licensor" shall mean the copyright owner or entity authorized by the copyright -owner that is granting the License. - - - -"Legal Entity" shall mean the union of the acting entity and all other entities -that control, are controlled by, or are under common control with that entity. -For the purposes of this definition, "control" means (i) the power, direct -or indirect, to cause the direction or management of such entity, whether -by contract or otherwise, or (ii) ownership of fifty percent (50%) or more -of the outstanding shares, or (iii) beneficial ownership of such entity. - - - -"You" (or "Your") shall mean an individual or Legal Entity exercising permissions -granted by this License. - - - -"Source" form shall mean the preferred form for making modifications, including -but not limited to software source code, documentation source, and configuration -files. - - - -"Object" form shall mean any form resulting from mechanical transformation -or translation of a Source form, including but not limited to compiled object -code, generated documentation, and conversions to other media types. - - - -"Work" shall mean the work of authorship, whether in Source or Object form, -made available under the License, as indicated by a copyright notice that -is included in or attached to the work (an example is provided in the Appendix -below). - - - -"Derivative Works" shall mean any work, whether in Source or Object form, -that is based on (or derived from) the Work and for which the editorial revisions, -annotations, elaborations, or other modifications represent, as a whole, an -original work of authorship. For the purposes of this License, Derivative -Works shall not include works that remain separable from, or merely link (or -bind by name) to the interfaces of, the Work and Derivative Works thereof. - - - -"Contribution" shall mean any work of authorship, including the original version -of the Work and any modifications or additions to that Work or Derivative -Works thereof, that is intentionally submitted to Licensor for inclusion in -the Work by the copyright owner or by an individual or Legal Entity authorized -to submit on behalf of the copyright owner. For the purposes of this definition, -"submitted" means any form of electronic, verbal, or written communication -sent to the Licensor or its representatives, including but not limited to -communication on electronic mailing lists, source code control systems, and -issue tracking systems that are managed by, or on behalf of, the Licensor -for the purpose of discussing and improving the Work, but excluding communication -that is conspicuously marked or otherwise designated in writing by the copyright -owner as "Not a Contribution." - - - -"Contributor" shall mean Licensor and any individual or Legal Entity on behalf -of whom a Contribution has been received by Licensor and subsequently incorporated -within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of this -License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, -no-charge, royalty-free, irrevocable copyright license to reproduce, prepare -Derivative Works of, publicly display, publicly perform, sublicense, and distribute -the Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of this License, -each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, -no-charge, royalty-free, irrevocable (except as stated in this section) patent -license to make, have made, use, offer to sell, sell, import, and otherwise -transfer the Work, where such license applies only to those patent claims -licensable by such Contributor that are necessarily infringed by their Contribution(s) -alone or by combination of their Contribution(s) with the Work to which such -Contribution(s) was submitted. If You institute patent litigation against -any entity (including a cross-claim or counterclaim in a lawsuit) alleging -that the Work or a Contribution incorporated within the Work constitutes direct -or contributory patent infringement, then any patent licenses granted to You -under this License for that Work shall terminate as of the date such litigation -is filed. - -4. Redistribution. You may reproduce and distribute copies of the Work or -Derivative Works thereof in any medium, with or without modifications, and -in Source or Object form, provided that You meet the following conditions: - -(a) You must give any other recipients of the Work or Derivative Works a copy -of this License; and - -(b) You must cause any modified files to carry prominent notices stating that -You changed the files; and - -(c) You must retain, in the Source form of any Derivative Works that You distribute, -all copyright, patent, trademark, and attribution notices from the Source -form of the Work, excluding those notices that do not pertain to any part -of the Derivative Works; and - -(d) If the Work includes a "NOTICE" text file as part of its distribution, -then any Derivative Works that You distribute must include a readable copy -of the attribution notices contained within such NOTICE file, excluding those -notices that do not pertain to any part of the Derivative Works, in at least -one of the following places: within a NOTICE text file distributed as part -of the Derivative Works; within the Source form or documentation, if provided -along with the Derivative Works; or, within a display generated by the Derivative -Works, if and wherever such third-party notices normally appear. The contents -of the NOTICE file are for informational purposes only and do not modify the -License. You may add Your own attribution notices within Derivative Works -that You distribute, alongside or as an addendum to the NOTICE text from the -Work, provided that such additional attribution notices cannot be construed -as modifying the License. - -You may add Your own copyright statement to Your modifications and may provide -additional or different license terms and conditions for use, reproduction, -or distribution of Your modifications, or for any such Derivative Works as -a whole, provided Your use, reproduction, and distribution of the Work otherwise -complies with the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, any -Contribution intentionally submitted for inclusion in the Work by You to the -Licensor shall be under the terms and conditions of this License, without -any additional terms or conditions. Notwithstanding the above, nothing herein -shall supersede or modify the terms of any separate license agreement you -may have executed with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade names, -trademarks, service marks, or product names of the Licensor, except as required -for reasonable and customary use in describing the origin of the Work and -reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or agreed to -in writing, Licensor provides the Work (and each Contributor provides its -Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied, including, without limitation, any warranties -or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR -A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness -of using or redistributing the Work and assume any risks associated with Your -exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, whether -in tort (including negligence), contract, or otherwise, unless required by -applicable law (such as deliberate and grossly negligent acts) or agreed to -in writing, shall any Contributor be liable to You for damages, including -any direct, indirect, special, incidental, or consequential damages of any -character arising as a result of this License or out of the use or inability -to use the Work (including but not limited to damages for loss of goodwill, -work stoppage, computer failure or malfunction, or any and all other commercial -damages or losses), even if such Contributor has been advised of the possibility -of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing the Work -or Derivative Works thereof, You may choose to offer, and charge a fee for, -acceptance of support, warranty, indemnity, or other liability obligations -and/or rights consistent with this License. However, in accepting such obligations, -You may act only on Your own behalf and on Your sole responsibility, not on -behalf of any other Contributor, and only if You agree to indemnify, defend, -and hold each Contributor harmless for any liability incurred by, or claims -asserted against, such Contributor by reason of your accepting any such warranty -or additional liability. END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - -To apply the Apache License to your work, attach the following boilerplate -notice, with the fields enclosed by brackets "[]" replaced with your own identifying -information. (Don't include the brackets!) The text should be enclosed in -the appropriate comment syntax for the file format. We also recommend that -a file or class name and description of purpose be included on the same "printed -page" as the copyright notice for easier identification within third-party -archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); - -you may not use this file except in compliance with the License. - -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software - -distributed under the License is distributed on an "AS IS" BASIS, - -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - -See the License for the specific language governing permissions and - -limitations under the License. diff --git a/.reuse/LICENSES/CC0-1.0.txt b/.reuse/LICENSES/CC0-1.0.txt deleted file mode 100644 index a343ccd4..00000000 --- a/.reuse/LICENSES/CC0-1.0.txt +++ /dev/null @@ -1,119 +0,0 @@ -Creative Commons Legal Code - -CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES -NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE -AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION -ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE -OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS -LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION -OR WORKS PROVIDED HEREUNDER. - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer exclusive -Copyright and Related Rights (defined below) upon the creator and subsequent -owner(s) (each and all, an "owner") of an original work of authorship and/or -a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for the -purpose of contributing to a commons of creative, cultural and scientific -works ("Commons") that the public can reliably and without fear of later claims -of infringement build upon, modify, incorporate in other works, reuse and -redistribute as freely as possible in any form whatsoever and for any purposes, -including without limitation commercial purposes. These owners may contribute -to the Commons to promote the ideal of a free culture and the further production -of creative, cultural and scientific works, or to gain reputation or greater -distribution for their Work in part through the use and efforts of others. - -For these and/or other purposes and motivations, and without any expectation -of additional consideration or compensation, the person associating CC0 with -a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright -and Related Rights in the Work, voluntarily elects to apply CC0 to the Work -and publicly distribute the Work under its terms, with knowledge of his or -her Copyright and Related Rights in the Work and the meaning and intended -legal effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be protected -by copyright and related or neighboring rights ("Copyright and Related Rights"). -Copyright and Related Rights include, but are not limited to, the following: - -i. the right to reproduce, adapt, distribute, perform, display, communicate, -and translate a Work; - - ii. moral rights retained by the original author(s) and/or performer(s); - -iii. publicity and privacy rights pertaining to a person's image or likeness -depicted in a Work; - -iv. rights protecting against unfair competition in regards to a Work, subject -to the limitations in paragraph 4(a), below; - -v. rights protecting the extraction, dissemination, use and reuse of data -in a Work; - -vi. database rights (such as those arising under Directive 96/9/EC of the -European Parliament and of the Council of 11 March 1996 on the legal protection -of databases, and under any national implementation thereof, including any -amended or successor version of such directive); and - -vii. other similar, equivalent or corresponding rights throughout the world -based on applicable law or treaty, and any national implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention of, -applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and -unconditionally waives, abandons, and surrenders all of Affirmer's Copyright -and Related Rights and associated claims and causes of action, whether now -known or unknown (including existing as well as future claims and causes of -action), in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time extensions), -(iii) in any current or future medium and for any number of copies, and (iv) -for any purpose whatsoever, including without limitation commercial, advertising -or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the -benefit of each member of the public at large and to the detriment of Affirmer's -heirs and successors, fully intending that such Waiver shall not be subject -to revocation, rescission, cancellation, termination, or any other legal or -equitable action to disrupt the quiet enjoyment of the Work by the public -as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason be -judged legally invalid or ineffective under applicable law, then the Waiver -shall be preserved to the maximum extent permitted taking into account Affirmer's -express Statement of Purpose. In addition, to the extent the Waiver is so -judged Affirmer hereby grants to each affected person a royalty-free, non -transferable, non sublicensable, non exclusive, irrevocable and unconditional -license to exercise Affirmer's Copyright and Related Rights in the Work (i) -in all territories worldwide, (ii) for the maximum duration provided by applicable -law or treaty (including future time extensions), (iii) in any current or -future medium and for any number of copies, and (iv) for any purpose whatsoever, -including without limitation commercial, advertising or promotional purposes -(the "License"). The License shall be deemed effective as of the date CC0 -was applied by Affirmer to the Work. Should any part of the License for any -reason be judged legally invalid or ineffective under applicable law, such -partial invalidity or ineffectiveness shall not invalidate the remainder of -the License, and in such case Affirmer hereby affirms that he or she will -not (i) exercise any of his or her remaining Copyright and Related Rights -in the Work or (ii) assert any associated claims and causes of action with -respect to the Work, in either case contrary to Affirmer's express Statement -of Purpose. - - 4. Limitations and Disclaimers. - -a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, -licensed or otherwise affected by this document. - -b. Affirmer offers the Work as-is and makes no representations or warranties -of any kind concerning the Work, express, implied, statutory or otherwise, -including without limitation warranties of title, merchantability, fitness -for a particular purpose, non infringement, or the absence of latent or other -defects, accuracy, or the present or absence of errors, whether or not discoverable, -all to the greatest extent permissible under applicable law. - -c. Affirmer disclaims responsibility for clearing rights of other persons -that may apply to the Work or any use thereof, including without limitation -any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims -responsibility for obtaining any necessary consents, permissions or other -rights required for any use of the Work. - -d. Affirmer understands and acknowledges that Creative Commons is not a party -to this document and has no duty or obligation with respect to this CC0 or -use of the Work. diff --git a/.reuse/LICENSES/GPL-3.0-or-later.txt b/.reuse/LICENSES/GPL-3.0-or-later.txt deleted file mode 100644 index 80150269..00000000 --- a/.reuse/LICENSES/GPL-3.0-or-later.txt +++ /dev/null @@ -1,626 +0,0 @@ -GNU GENERAL PUBLIC LICENSE - -Version 3, 29 June 2007 - -Copyright © 2007 Free Software Foundation, Inc. - -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - -Preamble - -The GNU General Public License is a free, copyleft license for software and -other kinds of works. - -The licenses for most software and other practical works are designed to take -away your freedom to share and change the works. By contrast, the GNU General -Public License is intended to guarantee your freedom to share and change all -versions of a program--to make sure it remains free software for all its users. -We, the Free Software Foundation, use the GNU General Public License for most -of our software; it applies also to any other work released this way by its -authors. You can apply it to your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom -to distribute copies of free software (and charge for them if you wish), that -you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs, and that you know you -can do these things. - -To protect your rights, we need to prevent others from denying you these rights -or asking you to surrender the rights. Therefore, you have certain responsibilities -if you distribute copies of the software, or if you modify it: responsibilities -to respect the freedom of others. - -For example, if you distribute copies of such a program, whether gratis or -for a fee, you must pass on to the recipients the same freedoms that you received. -You must make sure that they, too, receive or can get the source code. And -you must show them these terms so they know their rights. - -Developers that use the GNU GPL protect your rights with two steps: (1) assert -copyright on the software, and (2) offer you this License giving you legal -permission to copy, distribute and/or modify it. - -For the developers' and authors' protection, the GPL clearly explains that -there is no warranty for this free software. For both users' and authors' -sake, the GPL requires that modified versions be marked as changed, so that -their problems will not be attributed erroneously to authors of previous versions. - -Some devices are designed to deny users access to install or run modified -versions of the software inside them, although the manufacturer can do so. -This is fundamentally incompatible with the aim of protecting users' freedom -to change the software. The systematic pattern of such abuse occurs in the -area of products for individuals to use, which is precisely where it is most -unacceptable. Therefore, we have designed this version of the GPL to prohibit -the practice for those products. If such problems arise substantially in other -domains, we stand ready to extend this provision to those domains in future -versions of the GPL, as needed to protect the freedom of users. - -Finally, every program is threatened constantly by software patents. States -should not allow patents to restrict development and use of software on general-purpose -computers, but in those that do, we wish to avoid the special danger that -patents applied to a free program could make it effectively proprietary. To -prevent this, the GPL assures that patents cannot be used to render the program -non-free. - -The precise terms and conditions for copying, distribution and modification -follow. - -TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - -"Copyright" also means copyright-like laws that apply to other kinds of works, -such as semiconductor masks. - -"The Program" refers to any copyrightable work licensed under this License. -Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals -or organizations. - -To "modify" a work means to copy from or adapt all or part of the work in -a fashion requiring copyright permission, other than the making of an exact -copy. The resulting work is called a "modified version" of the earlier work -or a work "based on" the earlier work. - -A "covered work" means either the unmodified Program or a work based on the -Program. - -To "propagate" a work means to do anything with it that, without permission, -would make you directly or secondarily liable for infringement under applicable -copyright law, except executing it on a computer or modifying a private copy. -Propagation includes copying, distribution (with or without modification), -making available to the public, and in some countries other activities as -well. - -To "convey" a work means any kind of propagation that enables other parties -to make or receive copies. Mere interaction with a user through a computer -network, with no transfer of a copy, is not conveying. - -An interactive user interface displays "Appropriate Legal Notices" to the -extent that it includes a convenient and prominently visible feature that -(1) displays an appropriate copyright notice, and (2) tells the user that -there is no warranty for the work (except to the extent that warranties are -provided), that licensees may convey the work under this License, and how -to view a copy of this License. If the interface presents a list of user commands -or options, such as a menu, a prominent item in the list meets this criterion. - - 1. Source Code. - -The "source code" for a work means the preferred form of the work for making -modifications to it. "Object code" means any non-source form of a work. - -A "Standard Interface" means an interface that either is an official standard -defined by a recognized standards body, or, in the case of interfaces specified -for a particular programming language, one that is widely used among developers -working in that language. - -The "System Libraries" of an executable work include anything, other than -the work as a whole, that (a) is included in the normal form of packaging -a Major Component, but which is not part of that Major Component, and (b) -serves only to enable use of the work with that Major Component, or to implement -a Standard Interface for which an implementation is available to the public -in source code form. A "Major Component", in this context, means a major essential -component (kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to produce -the work, or an object code interpreter used to run it. - -The "Corresponding Source" for a work in object code form means all the source -code needed to generate, install, and (for an executable work) run the object -code and to modify the work, including scripts to control those activities. -However, it does not include the work's System Libraries, or general-purpose -tools or generally available free programs which are used unmodified in performing -those activities but which are not part of the work. For example, Corresponding -Source includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically linked -subprograms that the work is specifically designed to require, such as by -intimate data communication or control flow between those subprograms and -other parts of the work. - -The Corresponding Source need not include anything that users can regenerate -automatically from other parts of the Corresponding Source. - - The Corresponding Source for a work in source code form is that same work. - - 2. Basic Permissions. - -All rights granted under this License are granted for the term of copyright -on the Program, and are irrevocable provided the stated conditions are met. -This License explicitly affirms your unlimited permission to run the unmodified -Program. The output from running a covered work is covered by this License -only if the output, given its content, constitutes a covered work. This License -acknowledges your rights of fair use or other equivalent, as provided by copyright -law. - -You may make, run and propagate covered works that you do not convey, without -conditions so long as your license otherwise remains in force. You may convey -covered works to others for the sole purpose of having them make modifications -exclusively for you, or provide you with facilities for running those works, -provided that you comply with the terms of this License in conveying all material -for which you do not control copyright. Those thus making or running the covered -works for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of your copyrighted -material outside their relationship with you. - -Conveying under any other circumstances is permitted solely under the conditions -stated below. Sublicensing is not allowed; section 10 makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - -No covered work shall be deemed part of an effective technological measure -under any applicable law fulfilling obligations under article 11 of the WIPO -copyright treaty adopted on 20 December 1996, or similar laws prohibiting -or restricting circumvention of such measures. - -When you convey a covered work, you waive any legal power to forbid circumvention -of technological measures to the extent such circumvention is effected by -exercising rights under this License with respect to the covered work, and -you disclaim any intention to limit operation or modification of the work -as a means of enforcing, against the work's users, your or third parties' -legal rights to forbid circumvention of technological measures. - - 4. Conveying Verbatim Copies. - -You may convey verbatim copies of the Program's source code as you receive -it, in any medium, provided that you conspicuously and appropriately publish -on each copy an appropriate copyright notice; keep intact all notices stating -that this License and any non-permissive terms added in accord with section -7 apply to the code; keep intact all notices of the absence of any warranty; -and give all recipients a copy of this License along with the Program. - -You may charge any price or no price for each copy that you convey, and you -may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - -You may convey a work based on the Program, or the modifications to produce -it from the Program, in the form of source code under the terms of section -4, provided that you also meet all of these conditions: - -a) The work must carry prominent notices stating that you modified it, and -giving a relevant date. - -b) The work must carry prominent notices stating that it is released under -this License and any conditions added under section 7. This requirement modifies -the requirement in section 4 to "keep intact all notices". - -c) You must license the entire work, as a whole, under this License to anyone -who comes into possession of a copy. This License will therefore apply, along -with any applicable section 7 additional terms, to the whole of the work, -and all its parts, regardless of how they are packaged. This License gives -no permission to license the work in any other way, but it does not invalidate -such permission if you have separately received it. - -d) If the work has interactive user interfaces, each must display Appropriate -Legal Notices; however, if the Program has interactive interfaces that do -not display Appropriate Legal Notices, your work need not make them do so. - -A compilation of a covered work with other separate and independent works, -which are not by their nature extensions of the covered work, and which are -not combined with it such as to form a larger program, in or on a volume of -a storage or distribution medium, is called an "aggregate" if the compilation -and its resulting copyright are not used to limit the access or legal rights -of the compilation's users beyond what the individual works permit. Inclusion -of a covered work in an aggregate does not cause this License to apply to -the other parts of the aggregate. - - 6. Conveying Non-Source Forms. - -You may convey a covered work in object code form under the terms of sections -4 and 5, provided that you also convey the machine-readable Corresponding -Source under the terms of this License, in one of these ways: - -a) Convey the object code in, or embodied in, a physical product (including -a physical distribution medium), accompanied by the Corresponding Source fixed -on a durable physical medium customarily used for software interchange. - -b) Convey the object code in, or embodied in, a physical product (including -a physical distribution medium), accompanied by a written offer, valid for -at least three years and valid for as long as you offer spare parts or customer -support for that product model, to give anyone who possesses the object code -either (1) a copy of the Corresponding Source for all the software in the -product that is covered by this License, on a durable physical medium customarily -used for software interchange, for a price no more than your reasonable cost -of physically performing this conveying of source, or (2) access to copy the -Corresponding Source from a network server at no charge. - -c) Convey individual copies of the object code with a copy of the written -offer to provide the Corresponding Source. This alternative is allowed only -occasionally and noncommercially, and only if you received the object code -with such an offer, in accord with subsection 6b. - -d) Convey the object code by offering access from a designated place (gratis -or for a charge), and offer equivalent access to the Corresponding Source -in the same way through the same place at no further charge. You need not -require recipients to copy the Corresponding Source along with the object -code. If the place to copy the object code is a network server, the Corresponding -Source may be on a different server (operated by you or a third party) that -supports equivalent copying facilities, provided you maintain clear directions -next to the object code saying where to find the Corresponding Source. Regardless -of what server hosts the Corresponding Source, you remain obligated to ensure -that it is available for as long as needed to satisfy these requirements. - -e) Convey the object code using peer-to-peer transmission, provided you inform -other peers where the object code and Corresponding Source of the work are -being offered to the general public at no charge under subsection 6d. - -A separable portion of the object code, whose source code is excluded from -the Corresponding Source as a System Library, need not be included in conveying -the object code work. - -A "User Product" is either (1) a "consumer product", which means any tangible -personal property which is normally used for personal, family, or household -purposes, or (2) anything designed or sold for incorporation into a dwelling. -In determining whether a product is a consumer product, doubtful cases shall -be resolved in favor of coverage. For a particular product received by a particular -user, "normally used" refers to a typical or common use of that class of product, -regardless of the status of the particular user or of the way in which the -particular user actually uses, or expects or is expected to use, the product. -A product is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent the -only significant mode of use of the product. - -"Installation Information" for a User Product means any methods, procedures, -authorization keys, or other information required to install and execute modified -versions of a covered work in that User Product from a modified version of -its Corresponding Source. The information must suffice to ensure that the -continued functioning of the modified object code is in no case prevented -or interfered with solely because modification has been made. - -If you convey an object code work under this section in, or with, or specifically -for use in, a User Product, and the conveying occurs as part of a transaction -in which the right of possession and use of the User Product is transferred -to the recipient in perpetuity or for a fixed term (regardless of how the -transaction is characterized), the Corresponding Source conveyed under this -section must be accompanied by the Installation Information. But this requirement -does not apply if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has been installed -in ROM). - -The requirement to provide Installation Information does not include a requirement -to continue to provide support service, warranty, or updates for a work that -has been modified or installed by the recipient, or for the User Product in -which it has been modified or installed. Access to a network may be denied -when the modification itself materially and adversely affects the operation -of the network or violates the rules and protocols for communication across -the network. - -Corresponding Source conveyed, and Installation Information provided, in accord -with this section must be in a format that is publicly documented (and with -an implementation available to the public in source code form), and must require -no special password or key for unpacking, reading or copying. - - 7. Additional Terms. - -"Additional permissions" are terms that supplement the terms of this License -by making exceptions from one or more of its conditions. Additional permissions -that are applicable to the entire Program shall be treated as though they -were included in this License, to the extent that they are valid under applicable -law. If additional permissions apply only to part of the Program, that part -may be used separately under those permissions, but the entire Program remains -governed by this License without regard to the additional permissions. - -When you convey a copy of a covered work, you may at your option remove any -additional permissions from that copy, or from any part of it. (Additional -permissions may be written to require their own removal in certain cases when -you modify the work.) You may place additional permissions on material, added -by you to a covered work, for which you have or can give appropriate copyright -permission. - -Notwithstanding any other provision of this License, for material you add -to a covered work, you may (if authorized by the copyright holders of that -material) supplement the terms of this License with terms: - -a) Disclaiming warranty or limiting liability differently from the terms of -sections 15 and 16 of this License; or - -b) Requiring preservation of specified reasonable legal notices or author -attributions in that material or in the Appropriate Legal Notices displayed -by works containing it; or - -c) Prohibiting misrepresentation of the origin of that material, or requiring -that modified versions of such material be marked in reasonable ways as different -from the original version; or - -d) Limiting the use for publicity purposes of names of licensors or authors -of the material; or - -e) Declining to grant rights under trademark law for use of some trade names, -trademarks, or service marks; or - -f) Requiring indemnification of licensors and authors of that material by -anyone who conveys the material (or modified versions of it) with contractual -assumptions of liability to the recipient, for any liability that these contractual -assumptions directly impose on those licensors and authors. - -All other non-permissive additional terms are considered "further restrictions" -within the meaning of section 10. If the Program as you received it, or any -part of it, contains a notice stating that it is governed by this License -along with a term that is a further restriction, you may remove that term. -If a license document contains a further restriction but permits relicensing -or conveying under this License, you may add to a covered work material governed -by the terms of that license document, provided that the further restriction -does not survive such relicensing or conveying. - -If you add terms to a covered work in accord with this section, you must place, -in the relevant source files, a statement of the additional terms that apply -to those files, or a notice indicating where to find the applicable terms. - -Additional terms, permissive or non-permissive, may be stated in the form -of a separately written license, or stated as exceptions; the above requirements -apply either way. - - 8. Termination. - -You may not propagate or modify a covered work except as expressly provided -under this License. Any attempt otherwise to propagate or modify it is void, -and will automatically terminate your rights under this License (including -any patent licenses granted under the third paragraph of section 11). - -However, if you cease all violation of this License, then your license from -a particular copyright holder is reinstated (a) provisionally, unless and -until the copyright holder explicitly and finally terminates your license, -and (b) permanently, if the copyright holder fails to notify you of the violation -by some reasonable means prior to 60 days after the cessation. - -Moreover, your license from a particular copyright holder is reinstated permanently -if the copyright holder notifies you of the violation by some reasonable means, -this is the first time you have received notice of violation of this License -(for any work) from that copyright holder, and you cure the violation prior -to 30 days after your receipt of the notice. - -Termination of your rights under this section does not terminate the licenses -of parties who have received copies or rights from you under this License. -If your rights have been terminated and not permanently reinstated, you do -not qualify to receive new licenses for the same material under section 10. - - 9. Acceptance Not Required for Having Copies. - -You are not required to accept this License in order to receive or run a copy -of the Program. Ancillary propagation of a covered work occurring solely as -a consequence of using peer-to-peer transmission to receive a copy likewise -does not require acceptance. However, nothing other than this License grants -you permission to propagate or modify any covered work. These actions infringe -copyright if you do not accept this License. Therefore, by modifying or propagating -a covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - -Each time you convey a covered work, the recipient automatically receives -a license from the original licensors, to run, modify and propagate that work, -subject to this License. You are not responsible for enforcing compliance -by third parties with this License. - -An "entity transaction" is a transaction transferring control of an organization, -or substantially all assets of one, or subdividing an organization, or merging -organizations. If propagation of a covered work results from an entity transaction, -each party to that transaction who receives a copy of the work also receives -whatever licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the Corresponding -Source of the work from the predecessor in interest, if the predecessor has -it or can get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the rights -granted or affirmed under this License. For example, you may not impose a -license fee, royalty, or other charge for exercise of rights granted under -this License, and you may not initiate litigation (including a cross-claim -or counterclaim in a lawsuit) alleging that any patent claim is infringed -by making, using, selling, offering for sale, or importing the Program or -any portion of it. - - 11. Patents. - -A "contributor" is a copyright holder who authorizes use under this License -of the Program or a work on which the Program is based. The work thus licensed -is called the contributor's "contributor version". - -A contributor's "essential patent claims" are all patent claims owned or controlled -by the contributor, whether already acquired or hereafter acquired, that would -be infringed by some manner, permitted by this License, of making, using, -or selling its contributor version, but do not include claims that would be -infringed only as a consequence of further modification of the contributor -version. For purposes of this definition, "control" includes the right to -grant patent sublicenses in a manner consistent with the requirements of this -License. - -Each contributor grants you a non-exclusive, worldwide, royalty-free patent -license under the contributor's essential patent claims, to make, use, sell, -offer for sale, import and otherwise run, modify and propagate the contents -of its contributor version. - -In the following three paragraphs, a "patent license" is any express agreement -or commitment, however denominated, not to enforce a patent (such as an express -permission to practice a patent or covenant not to sue for patent infringement). -To "grant" such a patent license to a party means to make such an agreement -or commitment not to enforce a patent against the party. - -If you convey a covered work, knowingly relying on a patent license, and the -Corresponding Source of the work is not available for anyone to copy, free -of charge and under the terms of this License, through a publicly available -network server or other readily accessible means, then you must either (1) -cause the Corresponding Source to be so available, or (2) arrange to deprive -yourself of the benefit of the patent license for this particular work, or -(3) arrange, in a manner consistent with the requirements of this License, -to extend the patent license to downstream recipients. "Knowingly relying" -means you have actual knowledge that, but for the patent license, your conveying -the covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that country -that you have reason to believe are valid. - -If, pursuant to or in connection with a single transaction or arrangement, -you convey, or propagate by procuring conveyance of, a covered work, and grant -a patent license to some of the parties receiving the covered work authorizing -them to use, propagate, modify or convey a specific copy of the covered work, -then the patent license you grant is automatically extended to all recipients -of the covered work and works based on it. - -A patent license is "discriminatory" if it does not include within the scope -of its coverage, prohibits the exercise of, or is conditioned on the non-exercise -of one or more of the rights that are specifically granted under this License. -You may not convey a covered work if you are a party to an arrangement with -a third party that is in the business of distributing software, under which -you make payment to the third party based on the extent of your activity of -conveying the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory patent -license (a) in connection with copies of the covered work conveyed by you -(or copies made from those copies), or (b) primarily for and in connection -with specific products or compilations that contain the covered work, unless -you entered into that arrangement, or that patent license was granted, prior -to 28 March 2007. - -Nothing in this License shall be construed as excluding or limiting any implied -license or other defenses to infringement that may otherwise be available -to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - -If conditions are imposed on you (whether by court order, agreement or otherwise) -that contradict the conditions of this License, they do not excuse you from -the conditions of this License. If you cannot convey a covered work so as -to satisfy simultaneously your obligations under this License and any other -pertinent obligations, then as a consequence you may not convey it at all. -For example, if you agree to terms that obligate you to collect a royalty -for further conveying from those to whom you convey the Program, the only -way you could satisfy both those terms and this License would be to refrain -entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - -Notwithstanding any other provision of this License, you have permission to -link or combine any covered work with a work licensed under version 3 of the -GNU Affero General Public License into a single combined work, and to convey -the resulting work. The terms of this License will continue to apply to the -part which is the covered work, but the special requirements of the GNU Affero -General Public License, section 13, concerning interaction through a network -will apply to the combination as such. - - 14. Revised Versions of this License. - -The Free Software Foundation may publish revised and/or new versions of the -GNU General Public License from time to time. Such new versions will be similar -in spirit to the present version, but may differ in detail to address new -problems or concerns. - -Each version is given a distinguishing version number. If the Program specifies -that a certain numbered version of the GNU General Public License "or any -later version" applies to it, you have the option of following the terms and -conditions either of that numbered version or of any later version published -by the Free Software Foundation. If the Program does not specify a version -number of the GNU General Public License, you may choose any version ever -published by the Free Software Foundation. - -If the Program specifies that a proxy can decide which future versions of -the GNU General Public License can be used, that proxy's public statement -of acceptance of a version permanently authorizes you to choose that version -for the Program. - -Later license versions may give you additional or different permissions. However, -no additional obligations are imposed on any author or copyright holder as -a result of your choosing to follow a later version. - - 15. Disclaimer of Warranty. - -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE -LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER -EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM -PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR -CORRECTION. - - 16. Limitation of Liability. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM -AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, -INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO -USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED -INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE -PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER -PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - -If the disclaimer of warranty and limitation of liability provided above cannot -be given local legal effect according to their terms, reviewing courts shall -apply local law that most closely approximates an absolute waiver of all civil -liability in connection with the Program, unless a warranty or assumption -of liability accompanies a copy of the Program in return for a fee. END OF -TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible -use to the public, the best way to achieve this is to make it free software -which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach -them to the start of each source file to most effectively state the exclusion -of warranty; and each file should have at least the "copyright" line and a -pointer to where the full notice is found. - - - -Copyright (C) - -This program is free software: you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or (at your option) any later -version. - -This program is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with -this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - -If the program does terminal interaction, make it output a short notice like -this when it starts in an interactive mode: - - Copyright (C) - -This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - -This is free software, and you are welcome to redistribute it under certain -conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands might -be different; for a GUI interface, you would use an "about box". - -You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. For -more information on this, and how to apply and follow the GNU GPL, see . - -The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General Public -License instead of this License. But first, please read . diff --git a/.reuse/LICENSES/MPL-2.0.txt b/.reuse/LICENSES/MPL-2.0.txt deleted file mode 100644 index 09f2798a..00000000 --- a/.reuse/LICENSES/MPL-2.0.txt +++ /dev/null @@ -1,312 +0,0 @@ -Mozilla Public License Version 2.0 - - 1. Definitions - -1.1. "Contributor" means each individual or legal entity that creates, contributes -to the creation of, or owns Covered Software. - -1.2. "Contributor Version" means the combination of the Contributions of others -(if any) used by a Contributor and that particular Contributor's Contribution. - - 1.3. "Contribution" means Covered Software of a particular Contributor. - -1.4. "Covered Software" means Source Code Form to which the initial Contributor -has attached the notice in Exhibit A, the Executable Form of such Source Code -Form, and Modifications of such Source Code Form, in each case including portions -thereof. - - 1.5. "Incompatible With Secondary Licenses" means - -(a) that the initial Contributor has attached the notice described in Exhibit -B to the Covered Software; or - -(b) that the Covered Software was made available under the terms of version -1.1 or earlier of the License, but not also under the terms of a Secondary -License. - -1.6. "Executable Form" means any form of the work other than Source Code Form. - -1.7. "Larger Work" means a work that combines Covered Software with other -material, in a separate file or files, that is not Covered Software. - - 1.8. "License" means this document. - -1.9. "Licensable" means having the right to grant, to the maximum extent possible, -whether at the time of the initial grant or subsequently, any and all of the -rights conveyed by this License. - - 1.10. "Modifications" means any of the following: - -(a) any file in Source Code Form that results from an addition to, deletion -from, or modification of the contents of Covered Software; or - -(b) any new file in Source Code Form that contains any Covered Software. - -1.11. "Patent Claims" of a Contributor means any patent claim(s), including -without limitation, method, process, and apparatus claims, in any patent Licensable -by such Contributor that would be infringed, but for the grant of the License, -by the making, using, selling, offering for sale, having made, import, or -transfer of either its Contributions or its Contributor Version. - -1.12. "Secondary License" means either the GNU General Public License, Version -2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General -Public License, Version 3.0, or any later versions of those licenses. - -1.13. "Source Code Form" means the form of the work preferred for making modifications. - -1.14. "You" (or "Your") means an individual or a legal entity exercising rights -under this License. For legal entities, "You" includes any entity that controls, -is controlled by, or is under common control with You. For purposes of this -definition, "control" means (a) the power, direct or indirect, to cause the -direction or management of such entity, whether by contract or otherwise, -or (b) ownership of more than fifty percent (50%) of the outstanding shares -or beneficial ownership of such entity. - - 2. License Grants and Conditions - - 2.1. Grants - -Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive -license: - -(a) under intellectual property rights (other than patent or trademark) Licensable -by such Contributor to use, reproduce, make available, modify, display, perform, -distribute, and otherwise exploit its Contributions, either on an unmodified -basis, with Modifications, or as part of a Larger Work; and - -(b) under Patent Claims of such Contributor to make, use, sell, offer for -sale, have made, import, and otherwise transfer either its Contributions or -its Contributor Version. - - 2.2. Effective Date - -The licenses granted in Section 2.1 with respect to any Contribution become -effective for each Contribution on the date the Contributor first distributes -such Contribution. - - 2.3. Limitations on Grant Scope - -The licenses granted in this Section 2 are the only rights granted under this -License. No additional rights or licenses will be implied from the distribution -or licensing of Covered Software under this License. Notwithstanding Section -2.1(b) above, no patent license is granted by a Contributor: - -(a) for any code that a Contributor has removed from Covered Software; or - -(b) for infringements caused by: (i) Your and any other third party's modifications -of Covered Software, or (ii) the combination of its Contributions with other -software (except as part of its Contributor Version); or - -(c) under Patent Claims infringed by Covered Software in the absence of its -Contributions. - -This License does not grant any rights in the trademarks, service marks, or -logos of any Contributor (except as may be necessary to comply with the notice -requirements in Section 3.4). - - 2.4. Subsequent Licenses - -No Contributor makes additional grants as a result of Your choice to distribute -the Covered Software under a subsequent version of this License (see Section -10.2) or under the terms of a Secondary License (if permitted under the terms -of Section 3.3). - - 2.5. Representation - -Each Contributor represents that the Contributor believes its Contributions -are its original creation(s) or it has sufficient rights to grant the rights -to its Contributions conveyed by this License. - - 2.6. Fair Use - -This License is not intended to limit any rights You have under applicable -copyright doctrines of fair use, fair dealing, or other equivalents. - - 2.7. Conditions - -Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in -Section 2.1. - - 3. Responsibilities - - 3.1. Distribution of Source Form - -All distribution of Covered Software in Source Code Form, including any Modifications -that You create or to which You contribute, must be under the terms of this -License. You must inform recipients that the Source Code Form of the Covered -Software is governed by the terms of this License, and how they can obtain -a copy of this License. You may not attempt to alter or restrict the recipients' -rights in the Source Code Form. - - 3.2. Distribution of Executable Form - - If You distribute Covered Software in Executable Form then: - -(a) such Covered Software must also be made available in Source Code Form, -as described in Section 3.1, and You must inform recipients of the Executable -Form how they can obtain a copy of such Source Code Form by reasonable means -in a timely manner, at a charge no more than the cost of distribution to the -recipient; and - -(b) You may distribute such Executable Form under the terms of this License, -or sublicense it under different terms, provided that the license for the -Executable Form does not attempt to limit or alter the recipients' rights -in the Source Code Form under this License. - - 3.3. Distribution of a Larger Work - -You may create and distribute a Larger Work under terms of Your choice, provided -that You also comply with the requirements of this License for the Covered -Software. If the Larger Work is a combination of Covered Software with a work -governed by one or more Secondary Licenses, and the Covered Software is not -Incompatible With Secondary Licenses, this License permits You to additionally -distribute such Covered Software under the terms of such Secondary License(s), -so that the recipient of the Larger Work may, at their option, further distribute -the Covered Software under the terms of either this License or such Secondary -License(s). - - 3.4. Notices - -You may not remove or alter the substance of any license notices (including -copyright notices, patent notices, disclaimers of warranty, or limitations -of liability) contained within the Source Code Form of the Covered Software, -except that You may alter any license notices to the extent required to remedy -known factual inaccuracies. - - 3.5. Application of Additional Terms - -You may choose to offer, and to charge a fee for, warranty, support, indemnity -or liability obligations to one or more recipients of Covered Software. However, -You may do so only on Your own behalf, and not on behalf of any Contributor. -You must make it absolutely clear that any such warranty, support, indemnity, -or liability obligation is offered by You alone, and You hereby agree to indemnify -every Contributor for any liability incurred by such Contributor as a result -of warranty, support, indemnity or liability terms You offer. You may include -additional disclaimers of warranty and limitations of liability specific to -any jurisdiction. - - 4. Inability to Comply Due to Statute or Regulation - -If it is impossible for You to comply with any of the terms of this License -with respect to some or all of the Covered Software due to statute, judicial -order, or regulation then You must: (a) comply with the terms of this License -to the maximum extent possible; and (b) describe the limitations and the code -they affect. Such description must be placed in a text file included with -all distributions of the Covered Software under this License. Except to the -extent prohibited by statute or regulation, such description must be sufficiently -detailed for a recipient of ordinary skill to be able to understand it. - - 5. Termination - -5.1. The rights granted under this License will terminate automatically if -You fail to comply with any of its terms. However, if You become compliant, -then the rights granted under this License from a particular Contributor are -reinstated (a) provisionally, unless and until such Contributor explicitly -and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor -fails to notify You of the non-compliance by some reasonable means prior to -60 days after You have come back into compliance. Moreover, Your grants from -a particular Contributor are reinstated on an ongoing basis if such Contributor -notifies You of the non-compliance by some reasonable means, this is the first -time You have received notice of non-compliance with this License from such -Contributor, and You become compliant prior to 30 days after Your receipt -of the notice. - -5.2. If You initiate litigation against any entity by asserting a patent infringement -claim (excluding declaratory judgment actions, counter-claims, and cross-claims) -alleging that a Contributor Version directly or indirectly infringes any patent, -then the rights granted to You by any and all Contributors for the Covered -Software under Section 2.1 of this License shall terminate. - -5.3. In the event of termination under Sections 5.1 or 5.2 above, all end -user license agreements (excluding distributors and resellers) which have -been validly granted by You or Your distributors under this License prior -to termination shall survive termination. - - 6. Disclaimer of Warranty - -Covered Software is provided under this License on an "as is" basis, without -warranty of any kind, either expressed, implied, or statutory, including, -without limitation, warranties that the Covered Software is free of defects, -merchantable, fit for a particular purpose or non-infringing. The entire risk -as to the quality and performance of the Covered Software is with You. Should -any Covered Software prove defective in any respect, You (not any Contributor) -assume the cost of any necessary servicing, repair, or correction. This disclaimer -of warranty constitutes an essential part of this License. No use of any Covered -Software is authorized under this License except under this disclaimer. - - 7. Limitation of Liability - -Under no circumstances and under no legal theory, whether tort (including -negligence), contract, or otherwise, shall any Contributor, or anyone who -distributes Covered Software as permitted above, be liable to You for any -direct, indirect, special, incidental, or consequential damages of any character -including, without limitation, damages for lost profits, loss of goodwill, -work stoppage, computer failure or malfunction, or any and all other commercial -damages or losses, even if such party shall have been informed of the possibility -of such damages. This limitation of liability shall not apply to liability -for death or personal injury resulting from such party's negligence to the -extent applicable law prohibits such limitation. Some jurisdictions do not -allow the exclusion or limitation of incidental or consequential damages, -so this exclusion and limitation may not apply to You. - - 8. Litigation - -Any litigation relating to this License may be brought only in the courts -of a jurisdiction where the defendant maintains its principal place of business -and such litigation shall be governed by laws of that jurisdiction, without -reference to its conflict-of-law provisions. Nothing in this Section shall -prevent a party's ability to bring cross-claims or counter-claims. - - 9. Miscellaneous - -This License represents the complete agreement concerning the subject matter -hereof. If any provision of this License is held to be unenforceable, such -provision shall be reformed only to the extent necessary to make it enforceable. -Any law or regulation which provides that the language of a contract shall -be construed against the drafter shall not be used to construe this License -against a Contributor. - - 10. Versions of the License - - 10.1. New Versions - -Mozilla Foundation is the license steward. Except as provided in Section 10.3, -no one other than the license steward has the right to modify or publish new -versions of this License. Each version will be given a distinguishing version -number. - - 10.2. Effect of New Versions - -You may distribute the Covered Software under the terms of the version of -the License under which You originally received the Covered Software, or under -the terms of any subsequent version published by the license steward. - - 10.3. Modified Versions - -If you create software not governed by this License, and you want to create -a new license for such software, you may create and use a modified version -of this License if you rename the license and remove any references to the -name of the license steward (except to note that such modified license differs -from this License). - -10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses - -If You choose to distribute Source Code Form that is Incompatible With Secondary -Licenses under the terms of this version of the License, the notice described -in Exhibit B of this License must be attached. Exhibit A - Source Code Form -License Notice - -This Source Code Form is subject to the terms of the Mozilla Public License, -v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain -one at http://mozilla.org/MPL/2.0/. - -If it is not possible or desirable to put the notice in a particular file, -then You may include the notice in a location (such as a LICENSE file in a -relevant directory) where a recipient would be likely to look for such a notice. - -You may add additional accurate notices of copyright ownership. - -Exhibit B - "Incompatible With Secondary Licenses" Notice - -This Source Code Form is "Incompatible With Secondary Licenses", as defined -by the Mozilla Public License, v. 2.0.