aboutsummaryrefslogtreecommitdiff
path: root/devel/elm-format/files/patch-elm-format.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'devel/elm-format/files/patch-elm-format.cabal')
-rw-r--r--devel/elm-format/files/patch-elm-format.cabal22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/elm-format/files/patch-elm-format.cabal b/devel/elm-format/files/patch-elm-format.cabal
deleted file mode 100644
index 1f21489ea471..000000000000
--- a/devel/elm-format/files/patch-elm-format.cabal
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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,