mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
22 lines
730 B
Text
22 lines
730 B
Text
--- 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,
|