From c605c0b51011f794256df1b7b3ddeb305bb91902 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jan 2016 11:35:25 +0000 Subject: Switched word seperator to juxtaposition --- spec/thermoprint-spec.cabal | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'spec/thermoprint-spec.cabal') diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal index a7c7c90..5624a3b 100644 --- a/spec/thermoprint-spec.cabal +++ b/spec/thermoprint-spec.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: thermoprint-spec -version: 1.0.0 +version: 2.0.0 synopsis: A specification of the API and the payload datatypes and associated utilities -- description: homepage: http://dirty-haskell.org/tags/thermoprint.html @@ -56,9 +56,13 @@ Test-Suite tests main-is: Spec.hs ghc-options: -threaded -with-rtsopts=-N extensions: StandaloneDeriving + , OverloadedStrings + , OverloadedLists build-depends: base >=4.8.1 && <5 , thermoprint-spec -any , hspec >=2.2.1 && <3 , QuickCheck >=2.8.1 && <3 , quickcheck-instances >=0.3.11 && <4 - , aeson >=0.9.0 && <1 \ No newline at end of file + , aeson >=0.9.0 && <1 + , containers >=0.5.6 && <1 + , text >=1.2.1 && <2 \ No newline at end of file -- cgit v1.2.3