packages feed

exhaustive 1.1.0 → 1.1.1

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~basedep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, transformers

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,8 @@+## 1.1.1++* Increased the upper-bound of base to allow < 4.9 and transforms < 0.5. Now builds on+  GHC 7.10.1.+ ## 1.1.0  * New API new using Template Haskell to provide named constructors. Users should
exhaustive.cabal view
@@ -1,5 +1,5 @@ name:                exhaustive-version:             1.1.0+version:             1.1.1 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,7 +21,7 @@   exposed-modules:     Control.Exhaustive   -- other-modules:   other-extensions:    ConstraintKinds, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, RankNTypes, ScopedTypeVariables, TypeFamilies, TypeOperators, UndecidableInstances-  build-depends:       base >=4.7 && <4.8, generics-sop >=0.1 && <0.2, transformers >=0.3 && <0.4, template-haskell+  build-depends:       base >=4.7 && <4.9, generics-sop >=0.1 && <0.2, transformers >=0.3 && <0.5, template-haskell   hs-source-dirs:      src   default-language:    Haskell2010   ghc-options: -Wall