We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1917a43 commit bf9b768Copy full SHA for bf9b768
app/markupparse-diff.hs renamed to app/markup-parse-diff.hs
markup-parse.cabal
@@ -54,7 +54,7 @@ library
54
, base >=4.14 && <5
55
, bytestring >=0.11.3 && <0.13
56
, containers >=0.6 && <0.9
57
- , deepseq >=1.5 && <1.6
+ , deepseq >=1.4 && <1.6
58
, flatparse >=0.3.5 && <0.6
59
, string-interpolate >=0.3 && <0.4
60
, these >=1.1 && <1.3
@@ -72,11 +72,11 @@ test-suite doctests
72
ghc-options: -threaded
73
type: exitcode-stdio-1.0
74
75
-test-suite markupparse-diff
+test-suite markup-parse-diff
76
import: ghc-options-exe-stanza
77
import: ghc-options-stanza
78
import: ghc2021-stanza
79
- main-is: markupparse-diff.hs
+ main-is: markup-parse-diff.hs
80
hs-source-dirs: app
81
build-depends:
82
0 commit comments