Facts 0.1.1 → 0.1.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~QuickCheckPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
- Facts.Geography.Location: type Elevation = Length
+ Facts.Geography.Location: Feet :: Double -> Length
+ Facts.Geography.Location: Meters :: Double -> Length
+ Facts.Geography.Location: data Length
Files
- Facts.cabal +2/−2
- src/Facts/Geography/Location.hs +1/−1
Facts.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.6 name: Facts-version: 0.1.1+version: 0.1.2 copyright: © 2010 2piix.com license: BSD3@@ -31,7 +31,7 @@ , containers ==0.3.* , digits ==0.2.* , template-haskell ==2.4.*- , QuickCheck ==2.1.*+ , QuickCheck ==2.* hs-source-dirs: src
src/Facts/Geography/Location.hs view
@@ -7,7 +7,7 @@ {-# LANGUAGE TemplateHaskell #-} module Facts.Geography.Location ( DMS (..)- , Elevation (..)+ , Length (..) , Location (..) , Latitude (..) , Longitude (..)