packages feed

data-accessor-template 0.2.1.13 → 0.2.1.14

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

Files

data-accessor-template.cabal view
@@ -1,5 +1,5 @@ Name:             data-accessor-template-Version:          0.2.1.13+Version:          0.2.1.14 License:          BSD3 License-File:     LICENSE Author:           Luke Palmer <lrpalmer@gmail.com>,@@ -32,7 +32,7 @@   Default: False  Source-Repository this-  Tag:         0.2.1.13+  Tag:         0.2.1.14   Type:        darcs   Location:    http://code.haskell.org/data-accessor/template/ @@ -49,7 +49,7 @@   If impl(ghc)     If impl(ghc >= 8.0)       Hs-Source-Dirs: src-2.11-      Build-Depends:  template-haskell >=2.11 && <2.12+      Build-Depends:  template-haskell >=2.11 && <2.13     Else       If impl(ghc >= 6.12)         Hs-Source-Dirs: src-2.4@@ -67,7 +67,7 @@   Else     If flag(template_2_11)       Hs-Source-Dirs: src-2.11-      Build-Depends:  template-haskell >=2.11 && <2.12+      Build-Depends:  template-haskell >=2.11 && <2.13     Else       If flag(template_2_4)         Hs-Source-Dirs: src-2.4