packages feed

Cabal revisions of hspec-expectations-pretty-diff-0.7.2.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:             hspec-expectations-pretty-diff-version:          0.7.2.6-synopsis:         Catchy combinators for HUnit-description:      Catchy combinators for HUnit: <https://github.com/myfreeweb/hspec-expectations-pretty-diff#readme>-bug-reports:      https://github.com/myfreeweb/hspec-expectations-pretty-diff/issues-license:          MIT-license-file:     LICENSE-copyright:        (c) 2011-2015 Simon Hengel-author:           Simon Hengel <sol@typeful.net>-maintainer:       greg@unrelenting.technology-build-type:       Simple-category:         Testing-cabal-version:    >= 1.10-homepage:         https://github.com/myfreeweb/hspec-expectations-pretty-diff#readme--source-repository head-  type: git-  location: https://github.com/myfreeweb/hspec-expectations-pretty-diff--library-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base == 4.*-    , HUnit-    , text-    , nicify-lib-    , hscolour-    , Diff-    , ansi-terminal-    , unicode-show-  exposed-modules:-      Test.Hspec.Expectations.Pretty-      Test.Hspec.Expectations.Pretty.Contrib-      Test.Hspec.Expectations.Pretty.Matcher-  default-language: Haskell2010--test-suite tests-  build-depends:-      base >= 4.0.0.0 && < 5-    , hspec-expectations-pretty-diff-    , HUnit >= 1.3.0.0-    , aeson-    , text-    , hspec-  default-language: Haskell2010-  ghc-options: -threaded -Wall-  hs-source-dirs:-      test-  main-is: Spec.hs-  other-modules:-    Test.Hspec.Expectations.PrettySpec-    Test.Hspec.Expectations.Pretty.MatcherSpec-  type: exitcode-stdio-1.0+name:             hspec-expectations-pretty-diff
+version:          0.7.2.6
+x-revision: 1
+synopsis:         Catchy combinators for HUnit
+description:      Catchy combinators for HUnit: <https://github.com/myfreeweb/hspec-expectations-pretty-diff#readme>
+bug-reports:      https://github.com/myfreeweb/hspec-expectations-pretty-diff/issues
+license:          MIT
+license-file:     LICENSE
+copyright:        (c) 2011-2015 Simon Hengel
+author:           Simon Hengel <sol@typeful.net>
+maintainer:       greg@unrelenting.technology
+build-type:       Simple
+category:         Testing
+cabal-version:    >= 1.10
+homepage:         https://github.com/myfreeweb/hspec-expectations-pretty-diff#readme
+
+source-repository head
+  type: git
+  location: https://github.com/myfreeweb/hspec-expectations-pretty-diff
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base == 4.*
+    , HUnit
+    , text
+    , nicify-lib
+    , hscolour
+    , Diff
+    , ansi-terminal
+    , unicode-show
+  exposed-modules:
+      Test.Hspec.Expectations.Pretty
+      Test.Hspec.Expectations.Pretty.Contrib
+      Test.Hspec.Expectations.Pretty.Matcher
+  default-language: Haskell2010
+
+test-suite tests
+  build-depends:
+      base >= 4.0.0.0 && < 5
+    , hspec-expectations-pretty-diff
+    , HUnit >= 1.3.0.0
+    , aeson < 2
+    , text
+    , hspec
+  default-language: Haskell2010
+  ghc-options: -threaded -Wall
+  hs-source-dirs:
+      test
+  main-is: Spec.hs
+  other-modules:
+    Test.Hspec.Expectations.PrettySpec
+    Test.Hspec.Expectations.Pretty.MatcherSpec
+  type: exitcode-stdio-1.0