derive-has-field 0.0.1.0 → 0.0.1.1
raw patch · 1 files changed
+7/−6 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- derive-has-field.cabal +7/−6
derive-has-field.cabal view
@@ -5,11 +5,12 @@ -- see: https://github.com/sol/hpack name: derive-has-field-version: 0.0.1.0+version: 0.0.1.1 synopsis: Derive HasField instances with Template Haskell description: A Template Haskell function to derive HasField instances to utilize OverloadedRecordDot more effectively.-homepage: https://github.com/chiroptical/snail#readme-bug-reports: https://github.com/chiroptical/snail/issues+category: Template Haskell+homepage: https://github.com/chiroptical/derive-has-field#readme+bug-reports: https://github.com/chiroptical/derive-has-field/issues author: Barry Moore II maintainer: chiroptical@gmail.com copyright: Barry Moore II@@ -21,7 +22,7 @@ source-repository head type: git- location: https://github.com/chiroptical/snail+ location: https://github.com/chiroptical/derive-has-field library exposed-modules:@@ -39,7 +40,7 @@ TypeApplications build-depends: base >=4.7 && <5- , template-haskell+ , template-haskell >=2.5 && <2.20 , th-abstraction >0.4 && <0.7 default-language: Haskell2010 @@ -63,6 +64,6 @@ base >=4.7 && <5 , derive-has-field , hspec >=2.10.10 && <2.11- , template-haskell+ , template-haskell >=2.5 && <2.20 , th-abstraction >0.4 && <0.7 default-language: Haskell2010