packages feed

units-parser 0.1.1.1 → 0.1.1.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/Parse/Units.hs view
@@ -1,5 +1,5 @@ {-# LANGUAGE LambdaCase, NoMonomorphismRestriction, FlexibleContexts, RankNTypes,-             Safe, DeriveGeneric, DeriveDataTypeable, CPP #-}+             Safe, DeriveGeneric, DeriveDataTypeable, CPP, StandaloneDeriving #-} {-# OPTIONS_HADDOCK prune #-}  -----------------------------------------------------------------------------
units-parser.cabal view
@@ -1,5 +1,5 @@ name:           units-parser-version:        0.1.1.1+version:        0.1.1.2 cabal-version:  >= 1.10 synopsis:       A parser for units of measure category:       Text