diff --git a/printcess.cabal b/printcess.cabal index ff20b67..246dde7 100644 --- a/printcess.cabal +++ b/printcess.cabal @@ -1,7 +1,7 @@ name: printcess version: - 0.1.0.2 + 0.1.0.3 synopsis: Pretty printing with indentation, mixfix operators, and automatic line breaks. description: @@ -77,6 +77,6 @@ test-suite spec lens >= 4.10 && < 4.16, HUnit >= 1.3 && < 1.6, QuickCheck >= 2.8 && < 2.10, - hspec >= 2.2 && < 2.4, + hspec >= 2.2, printcess