Skip to content
Snippets Groups Projects
horizon-spec.cabal 1.17 KiB
Newer Older
Daniel Firth's avatar
Daniel Firth committed
cabal-version:      1.12
Max Tomago's avatar
Max Tomago committed

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

Daniel Firth's avatar
Daniel Firth committed
name:               horizon-spec
Daniel Firth's avatar
Daniel Firth committed
version:            0.0.0.1
Daniel Firth's avatar
Daniel Firth committed
synopsis:           Short description of your package
description:
  Please see the README on GitHub at <https://github.com/githubuser/ranger#readme>

category:           Web
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