indexed-list-literals 0.2.1.1 → 0.2.1.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +1/−1
- indexed-list-literals.cabal +2/−2
ChangeLog.md view
@@ -1,1 +1,1 @@-Improved/Fixed the haddock documentation+Bumped the version of dependencies for GHC 8.6
indexed-list-literals.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: indexed-list-literals-version: 0.2.1.1+version: 0.2.1.2 synopsis: Type safe indexed list literals homepage: https://github.com/davidm-d/indexed-list-literals license: BSD3@@ -59,7 +59,7 @@ exposed-modules: Data.IndexedListLiterals -- other-modules: -- other-extensions: - build-depends: base >=4.9 && < 4.12+ build-depends: base >=4.9 && < 4.13 , Only >= 0.1 && < 0.2 hs-source-dirs: src default-language: Haskell2010