Cabal revisions of stylish-haskell-0.14.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Cabal-version: 2.4 Name: stylish-haskell Version: 0.14.5.0+x-revision: 1 Synopsis: Haskell code prettifier Homepage: https://github.com/haskell/stylish-haskell License: BSD-3-Clause Default-language: Haskell2010 Build-depends:- aeson >= 0.6 && < 2.2,+ aeson >= 0.6 && < 2.3, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.12, Cabal >= 3.4 && < 4.0, semigroups >= 0.18 && < 0.20 -- Use GHC if the ghc-lib flag is not set- -- and we have a new enough GHC. Note that - -- this will only work if the user's + -- and we have a new enough GHC. Note that+ -- this will only work if the user's -- compiler is of the matching major version! if impl(ghc >= 9.4.1) && (!flag(ghc-lib)) Build-depends: