packages feed

Cabal revisions of liquidhaskell-cabal-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:                  liquidhaskell-cabal version:               0.1.0.0+x-revision: 1 synopsis:              Liquid Haskell integration for Cabal and stack description:           Provides support for checking projects using Cabal                        and/or stack with LiquidHaskell. library   hs-source-dirs:      src   exposed-modules:     LiquidHaskell.Cabal-  build-depends:       base >= 4.4 && < 5-                     , Cabal >= 1.18 && < 1.26+  build-depends:       base >= 4.8 && < 5+                     , Cabal >= 1.18 && < 1.24                      , filepath >= 1.3 && <1.5   default-language:    Haskell2010