units 2.4.1.2 → 2.4.1.3
raw patch · 3 files changed
+9/−2 lines, 3 files
Files
- CHANGES.md +4/−0
- Data/Metrology/Z.hs +3/−0
- units.cabal +2/−2
CHANGES.md view
@@ -1,6 +1,10 @@ Release notes for `units` ========================= +Version 2.4.1.3+---------------+* Compatibility with GHC 8.10, thanks to @ocharles.+ Version 2.4.1.2 --------------- * Compatibility with singletons 2.6 and GHC 8.8, further thanks to @ocharles.
Data/Metrology/Z.hs view
@@ -14,6 +14,9 @@ #if __GLASGOW_HASKELL__ >= 800 {-# LANGUAGE TypeApplications #-} #endif+#if __GLASGOW_HASKELL__ >= 810+{-# LANGUAGE StandaloneKindSignatures #-}+#endif {-# OPTIONS_GHC -fno-warn-missing-signatures #-} -----------------------------------------------------------------------------
units.cabal view
@@ -1,5 +1,5 @@ name: units-version: 2.4.1.2+version: 2.4.1.3 cabal-version: >= 1.10 synopsis: A domain-specific type system for dimensional analysis homepage: https://github.com/goldfirere/units@@ -47,7 +47,7 @@ source-repository this type: git location: https://github.com/goldfirere/units.git- tag: v2.4.1.2+ tag: v2.4.1.3 library ghc-options: -Wall