units 1.0.0 → 1.0.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGES.md +5/−0
- units.cabal +3/−3
CHANGES.md view
@@ -1,3 +1,8 @@+Version 1.0.1+=============++* Fixed dependency on base to force compilation with GHC >= 7.7+ Version 1.0 ===========
units.cabal view
@@ -1,5 +1,5 @@ name: units-version: 1.0.0+version: 1.0.1 cabal-version: >= 1.10 synopsis: A domain-specific type system for dimensional analysis homepage: http://www.cis.upenn.edu/~eir/packages/units@@ -27,11 +27,11 @@ source-repository this type: git location: https://github.com/goldfirere/units.git- tag: v1.0.0+ tag: v1.0.1 library build-depends: - base >= 4 && < 5+ base >= 4.7 && < 5 exposed-modules: Data.Dimensions, Data.Dimensions.Show, Data.Dimensions.Internal, Data.Dimensions.SI, Data.Dimensions.SI.Prefixes,