Skip to content
Snippets Groups Projects
horizon-spec.cabal 1.04 KiB
Newer Older
Daniel Firth's avatar
Daniel Firth committed
cabal-version:      1.12
name:               horizon-spec
version:            0.0.0.2
Daniel Firth's avatar
Daniel Firth committed
synopsis:           Horizon Stable Package Set Type Definitions
description:        Horizon Stable Package Set Type Definitions
category:           Packages
Daniel Firth's avatar
Daniel Firth committed
author:             Daniel Firth
maintainer:         dan.firth@homotopic.tech
copyright:          2022 Daniel Firth
license:            BSD3
license-file:       LICENSE
build-type:         Simple
Max Tomago's avatar
Max Tomago committed
extra-source-files:
Daniel Firth's avatar
Daniel Firth committed
  ChangeLog.md
  README.md
Max Tomago's avatar
Max Tomago committed

source-repository head
Daniel Firth's avatar
Daniel Firth committed
  type:     git
Max Tomago's avatar
Max Tomago committed
  location: https://gitlab.homotopic.tech/horizon/horizon-spec

library
Daniel Firth's avatar
Daniel Firth committed
  exposed-modules:    Horizon.Spec
  hs-source-dirs:     src
Max Tomago's avatar
Max Tomago committed
  default-extensions:
Daniel Firth's avatar
Daniel Firth committed
    DataKinds
    DerivingStrategies
    GHC2021

  ghc-options:
    -Weverything -Wno-all-missed-specialisations -Wno-implicit-prelude
    -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module
    -Wno-safe -Wno-unsafe

Max Tomago's avatar
Max Tomago committed
  build-depends:
Daniel Firth's avatar
Daniel Firth committed
      base                 >=4.7 && <5
Max Tomago's avatar
Max Tomago committed
    , dhall
    , path
    , path-dhall-instance
    , text
Daniel Firth's avatar
Daniel Firth committed

  default-language:   Haskell2010