Newer
Older
description:
This package contains the type definitions for the Horizon stable package set (https://horizon-haskell.net). This is a schema used to define package sets sourcing from hackage and git.
author: Daniel Firth
maintainer: dan.firth@homotopic.tech
copyright: 2022 Daniel Firth
test/data/modified-overlay/input.dhall
test/data/modified-overlay/output.golden
test/data/modified-package-set/input.dhall
test/data/modified-package-set/output.golden
test/data/sample-overlay/input.dhall
test/data/sample-overlay/output.golden
test/data/sample-package-set/output.golden
location: https://gitlab.homotopic.tech/horizon/horizon-spec
library
GADTs
GeneralizedNewtypeDeriving
StandaloneKindSignatures
ghc-options:
-Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude
-Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module
-Wno-safe -Wno-unsafe
executable horizon-spec-tests
ghc-options:
-Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude
-Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module
-Wno-safe -Wno-unsafe
build-depends:
, base >=4.7 && <5
, dhall
, horizon-spec
, prettyprinter