packages feed

Michelangelo 0.2.3.0 → 0.2.4.0

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

Michelangelo.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.2.3.0
+version:             0.2.4.0
 
 -- A short (one-line) description of the package.
 synopsis:            OpenGL for dummies
@@ -63,7 +63,7 @@   other-extensions:    TypeSynonymInstances, FlexibleInstances
 
   -- Other library packages from which modules are imported.
-  build-depends:       base <= 4.8.1.0,
+  build-depends:       base == 4.*,
                        lens <= 4.13.0.0,
                        bytestring,
                        linear,