checkmate 0.1.2 → 0.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- checkmate.cabal +3/−3
checkmate.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: checkmate-version: 0.1.2+version: 0.1.3 synopsis: Generate checklists relevant to a given patch category: Development stability: alpha@@ -69,9 +69,9 @@ , github == 0.16.* , optparse-applicative >= 0.13.2.0 && < 0.15.0.0 if flag(static)- ghc-options: -fwarn-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N- else ghc-options: -fwarn-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N -static -optl-static -optl-pthread -optc-Os -fPIC+ else+ ghc-options: -fwarn-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 test-suite hlint