instant-bytes 0.1 → 0.1.0.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~instant-generics
Dependency ranges changed: instant-generics
Files
- CHANGELOG.md +5/−0
- instant-bytes.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+# Version 0.1.0.1++* Raise upper bound on `instant-generics` dependency.++ # Version 0.1 * First release
instant-bytes.cabal view
@@ -1,5 +1,5 @@ name: instant-bytes-version: 0.1+version: 0.1.0.1 author: Renzo Carbonara maintainer: renzo@carbonara.com.ar copyright: Renzo Carbonara 2015@@ -19,7 +19,7 @@ build-depends: bytes >=0.15 && <0.16 , base >=4.8 && <4.9- , instant-generics >=0.4 && <0.5+ , instant-generics >=0.4 && <0.6 ghcjs-options: -Wall -O3 ghc-options: -Wall -O2