base-compat 0.2.0.2 → 0.2.1
raw patch · 1 files changed
+7/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- base-compat.cabal +7/−2
base-compat.cabal view
@@ -1,5 +1,5 @@ name: base-compat-version: 0.2.0.2+version: 0.2.1 license: MIT license-file: LICENSE copyright: (c) 2012 Simon Hengel@@ -59,6 +59,12 @@ hs-source-dirs: src++ if !os(windows)+ exposed-modules:+ -- stubbed for base < 4.4.0+ GHC.Event+ exposed-modules: -- with modifications Data.Monoid@@ -86,7 +92,6 @@ Foreign.Marshal.Safe Foreign.Marshal.Unsafe Foreign.Safe- GHC.Event GHC.Fingerprint GHC.Fingerprint.Type GHC.Float.ConversionUtils