cabal-version: 3.0 name: horizon-spec-lens version: 0.1 synopsis: Horizon Stable Package Set Lenses description: This package contains the lenses for the Horizon stable package set types (https://horizon-haskell.net). This is a schema used to define package sets sourcing from hackage and git. category: Package Management author: Daniel Firth maintainer: dan.firth@homotopic.tech copyright: 2022 Daniel Firth homepage: https://horizon-haskell.net license: MIT license-file: LICENSE build-type: Simple extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://gitlab.homotopic.tech/horizon/horizon-spec-lens library exposed-modules: Horizon.Spec.Lens hs-source-dirs: src default-extensions: DataKinds DeriveGeneric DerivingStrategies GADTs GeneralizedNewtypeDeriving LambdaCase StandaloneKindSignatures TypeApplications TypeFamilies 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 , horizon-spec >=0.6 && <0.7 , lens >=5.0 && <5.3 default-language: Haskell2010