exhaustive 1.1.7 → 1.1.8
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~basedep ~generics-sopdep ~template-haskell
Dependency ranges changed: base, generics-sop, template-haskell
Files
- Changelog.md +6/−0
- exhaustive.cabal +4/−4
Changelog.md view
@@ -1,3 +1,9 @@+## 1.1.8 -- 2019-09-19++### Other Changes++* Support GHC 8.8+ ## 1.1.7 -- 2018-10-23 ### Other Changes
exhaustive.cabal view
@@ -1,5 +1,5 @@ name: exhaustive-version: 1.1.7+version: 1.1.8 synopsis: Compile time checks that a computation considers producing data through all possible constructors description: For a brief tutorial to @exhaustive@, check out the documentation for "Control.Exhaustive", which contains a small example. homepage: http://github.com/ocharles/exhaustive@@ -21,10 +21,10 @@ exposed-modules: Control.Exhaustive -- other-modules: other-extensions: ConstraintKinds, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, RankNTypes, ScopedTypeVariables, TypeFamilies, TypeOperators, UndecidableInstances- build-depends: base >=4.7 && <4.13- , generics-sop >=0.1 && <0.5+ build-depends: base >=4.7 && <4.14+ , generics-sop >=0.1 && <0.6 , transformers >=0.3 && <0.6- , template-haskell >= 2.14.0.0 && < 2.15.0.0+ , template-haskell >= 2.14.0.0 && < 2.16.0.0 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall