cabal-version:      3.0
name:               latest
version:            0
synopsis:           Squat the name 'latest' to use in Cabal.
description:        If we ever get 'constraints: latest:base', we would need 'latest' to be reserved.
license:            BSD-3-Clause
license-file:       LICENSE
author:             Andreas Abel
maintainer:         andreas.abel@ifi.lmu.de
-- copyright:
category:           Control
build-type:         Simple
extra-doc-files:    CHANGELOG.md
-- extra-source-files:

common warnings
    ghc-options: -Wall

executable latest
    import:           warnings
    main-is:          Main.hs
    -- other-modules:
    -- other-extensions:
    build-depends:    base ^>=4.17.0.0
    hs-source-dirs:   app
    default-language: Haskell2010