packages feed

liquid-platform-0.9.2.5: liquid-platform.cabal

cabal-version:      1.22
name:               liquid-platform
version:            0.9.2.5
synopsis:           A battery-included platform for LiquidHaskell
description:        A battery-included platform for LiquidHaskell.
license:            BSD3
license-file:       LICENSE
copyright:          2010-19 Ranjit Jhala & Niki Vazou & Eric L. Seidel, University of California, San Diego.
author:             Ranjit Jhala, Niki Vazou, Eric Seidel
maintainer:         Ranjit Jhala <jhala@cs.ucsd.edu>
category:           Language
homepage:           https://github.com/ucsd-progsys/liquidhaskell
build-type:         Simple

flag devel
  default:     False
  manual:      True
  description: turn on stricter error reporting for development

executable liquidhaskell
  main-is:            src/Liquid.hs
  default-language:   Haskell2010
  ghc-options:        -W -threaded
  if impl(ghc < 8.10.1)
    buildable: False
  else
    buildable: True
    build-depends:      base       >= 4.15.1.0 && < 5
                      , containers >= 0.6.4.1  && < 0.7
                      , liquid-prelude    >= 0.9.2.5
                      , liquid-vector     >= 0.12.3.1.2
                      , liquidhaskell     >= 0.9.2.5
                      , liquidhaskell-boot >= 0.9.2.5
                      , filepath
                      , process           >= 1.6.0.0 && < 1.7
                      , cmdargs           >= 0.10    && < 0.11

  if flag(devel)
    ghc-options: -Werror