packages feed

harp 0.4.1 → 0.4.2

raw patch · 1 files changed

+10/−5 lines, 1 filesdep ~basenew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Harp.Match: instance Monad (Match e)
+ Harp.Match: instance GHC.Base.Applicative (Harp.Match.Match e)
+ Harp.Match: instance GHC.Base.Functor (Harp.Match.Match e)
+ Harp.Match: instance GHC.Base.Monad (Harp.Match.Match e)

Files

harp.cabal view
@@ -1,5 +1,5 @@ Name:                   harp-Version:                0.4.1+Version:                0.4.2 License:                BSD3 License-File:           LICENSE Author:                 Niklas Broberg@@ -18,9 +18,14 @@                         .                         For details on usage, please see the website. Homepage:               https://github.com/seereason/harp--Build-Depends:          base < 4.9 Build-Type:             Simple-Tested-With:            GHC==6.8.3+tested-with:            GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1+Cabal-Version:           >= 1.8 -Exposed-modules:        Harp.Match+source-repository head+    type:     git+    location: https://github.com/seereason/harp.git++Library+    Build-Depends:          base < 4.10+    Exposed-modules:        Harp.Match