Skip to content

Commit bf9b768

Browse files
committed
CI fixes
1 parent 1917a43 commit bf9b768

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

markup-parse.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library
5454
, base >=4.14 && <5
5555
, bytestring >=0.11.3 && <0.13
5656
, containers >=0.6 && <0.9
57-
, deepseq >=1.5 && <1.6
57+
, deepseq >=1.4 && <1.6
5858
, flatparse >=0.3.5 && <0.6
5959
, string-interpolate >=0.3 && <0.4
6060
, these >=1.1 && <1.3
@@ -72,11 +72,11 @@ test-suite doctests
7272
ghc-options: -threaded
7373
type: exitcode-stdio-1.0
7474

75-
test-suite markupparse-diff
75+
test-suite markup-parse-diff
7676
import: ghc-options-exe-stanza
7777
import: ghc-options-stanza
7878
import: ghc2021-stanza
79-
main-is: markupparse-diff.hs
79+
main-is: markup-parse-diff.hs
8080
hs-source-dirs: app
8181
build-depends:
8282
, base >=4.14 && <5

0 commit comments

Comments
 (0)