From 3ee1cb8b894659a341670aa885143f7fc27d8640 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 16 Nov 2016 14:40:45 -0800 Subject: [PATCH] elm-make.cabal: bump optparse-applicative to < 0.14 --- elm-make.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm-make.cabal b/elm-make.cabal index f49ba94..0f4e480 100644 --- a/elm-make.cabal +++ b/elm-make.cabal @@ -67,7 +67,7 @@ Executable elm-make elm-package, filepath, mtl >= 2.2.1 && < 3, - optparse-applicative >=0.11 && <0.12, + optparse-applicative >= 0.11 && < 0.14, raw-strings-qq, time, text