From 9217a93a481cb744302683b6dac02001a739ee89 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Wed, 7 Feb 2024 11:53:29 +0000 Subject: [PATCH] revert readme error --- README.md | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1b48e78..89628f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# Horizon Haskell Platform Core +# Horizon BioHaskell [horizon-haskell.net](https://horizon-haskell.net). +horizon-biohaskell is a Package Set targetting +bioinformatics libraries and applications. + +This sources much of its information from the +(BioHaskell)[https://biohaskell.org/] project. Horizon is a haskell package set targetting new builds of GHC. This is the core subset required to bootstrap horizon-gen-nix. @@ -11,25 +16,11 @@ This is the core subset required to bootstrap horizon-gen-nix. This package set has the following policy: * GHC will advance as often as possible. - * Nonversioned locations (git, unversioned tarballs) are permitted to allow - GHC to advance. - -* The following applications must always build: - * cabal-install - * cabal2nix - * dhall - * dhall-docs - * dhall-nixpkgs - * foliage - * horizon-gen-nix - * hpack - * jailbreak-cabal - * sydtest - -* The following applications are scheduled to be added as requirements to this set. - * flake-to-gitlab-ci - * feedback + GHC to advance. +* The following packages must always build: + * BiobaseTypes + * BiobaseXNA ## Updating the Package Set -- GitLab