resin 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep −faildep −semigroupsPVP ok
version bump matches the API change (PVP)
Dependencies removed: fail, semigroups
API changes (from Hackage documentation)
Files
- resin.cabal +5/−5
resin.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.1.0.1 -- A short (one-line) description of the package. synopsis: High performance variable binders@@ -83,14 +83,14 @@ -- Directories containing source files. hs-source-dirs: src++ ghc-options: -Wall+ if impl(ghc >= 8.0) && impl(ghc < 8.2) ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances if impl(ghc >= 8.0) && impl(ghc < 8.2) ghc-options: -Wno-redundant-constraints- else- -- provide/emulate `Control.Monad.Fail` and `Data.Semigroups` API for pre-GHC8- build-depends: fail == 4.9.*, semigroups == 0.18.*- ghc-options: -Wall+ -- Base language which the package is written in. default-language: Haskell2010