summaryrefslogtreecommitdiff
path: root/devel/elm-format/files/patch-elm-format.cabal
blob: 1f21489ea471c0c91729cad3fbf862c02022cc37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- elm-format.cabal.orig	2020-02-25 17:08:42 UTC
+++ elm-format.cabal
@@ -76,7 +76,6 @@ library
         AST.Json
         AST.MapExpr
         AST.MapNamespace
-        Build_elm_format
         Cheapskate.Inlines
         Cheapskate.Parse
         Cheapskate.ParserCombinators
@@ -122,9 +121,9 @@ library
         filepath >= 1.4.2.1 && < 2,
         free >= 5.1.1 && < 6,
         indents >= 0.3.3 && < 0.4,
-        json >= 0.9.3 && < 0.10,
+        json >= 0.9.3 && <= 0.10,
         mtl >= 2.2.2 && < 3,
-        optparse-applicative >= 0.14.3.0 && < 0.15,
+        optparse-applicative >= 0.14.3.0 && <= 0.15.1.0,
         parsec >= 3.1.13.0 && < 4,
         process >= 1.6.5.0 && < 2,
         split >= 0.2.3.3 && < 0.3,