From a31b00554675bd103f08fac840fcd37f3498cd03 Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Mon, 14 Mar 2022 23:33:53 +0100 Subject: [PATCH] better dependency definition --- currycarbon.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/currycarbon.cabal b/currycarbon.cabal index a94b642..325067c 100644 --- a/currycarbon.cabal +++ b/currycarbon.cabal @@ -48,7 +48,7 @@ executable currycarbon build-depends: currycarbon , base - , optparse-applicative >= 0.16.0 && < 0.17 + , optparse-applicative >= 0.16 && < 0.17 , filepath other-modules: Paths_currycarbon