type-level-numbers 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+6/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- type-level-numbers.cabal +6/−3
type-level-numbers.cabal view
@@ -1,5 +1,5 @@ Name: type-level-numbers-Version: 0.1.0.1+Version: 0.1.0.2 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE@@ -33,11 +33,14 @@ Changes in 0.1.0.1: . * Workaround for GHC bug #4364 (Build failure on GHC7.0)-+ .+ Changes in 0.1.0.2:+ .+ * Fix URL in cabal file source-repository head type: hg- location: http://bitbucket.org/Shimuuar/type-numbers+ location: http://bitbucket.org/Shimuuar/type-level-numbers Library Build-Depends: base >=3 && <5,