rfc 0.0.0.6 → 0.0.0.7
raw patch · 1 files changed
+2/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- rfc.cabal +2/−3
rfc.cabal view
@@ -1,5 +1,5 @@ name: rfc-version: 0.0.0.6+version: 0.0.0.7 synopsis: Robert Fischer's Common library description: An enhanced Prelude and various utilities for Aeson, Servant, PSQL, and Redis that Robert Fischer uses. homepage: https://github.com/RobertFischer/rfc#README.md@@ -29,9 +29,8 @@ default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans -fno-warn-name-shadowing if flag(Development)- ghc-options: -O0 -Werror+ ghc-options: -Werror else- ghc-options: -O2 if flag(Browser) ghc-options: -dedupe build-depends: base >= 4.7 && < 5