packages feed

Cabal revisions of liquidhaskell-cabal-0.2.1.0

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

revision 1
 name:                  liquidhaskell-cabal version:               0.2.1.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+  build-depends:       base >= 4.8 && < 5+                     , Cabal == 2.4.*                      , filepath >= 1.3 && <1.5                      , directory   default-language:    Haskell2010