diff --git a/.gitignore b/.gitignore index 0caeeda..5a83b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.stack-work +dist-newstyle diff --git a/bench.cabal b/bench.cabal index 6d6717f..978c632 100644 --- a/bench.cabal +++ b/bench.cabal @@ -29,7 +29,7 @@ executable bench , optparse-applicative >= 0.14.0.0 && < 0.19 , process >= 1.3 && < 1.7 , silently >= 1.1.1 && < 1.3 - , text < 2.1 + , text < 2.2 , turtle >= 1.2.5 && < 1.7 ghc-options: -Wall -O2 -threaded other-modules: Paths_bench