hspec-golden-aeson 0.5.0.0 → 0.5.1.0
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- hspec-golden-aeson.cabal +3/−3
hspec-golden-aeson.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hspec-golden-aeson-version: 0.5.0.0+version: 0.5.1.0 synopsis: Use tests to monitor changes in Aeson serialization description: Use tests to monitor changes in Aeson serialization category: Testing@@ -24,7 +24,7 @@ library hs-source-dirs: src- ghc-options: -Wall -Wredundant-constraints+ ghc-options: -Wall build-depends: base >= 4.7 && < 5 , aeson@@ -54,7 +54,7 @@ main-is: Spec.hs hs-source-dirs: test- ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fno-warn-name-shadowing+ ghc-options: -Wall build-depends: base , aeson