Skip to content

Commit

Permalink
Adjust stack.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jun 23, 2024
1 parent 90acfa2 commit 5338491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions stack-coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ packages:
- .
system-ghc: true
extra-deps:
- doctest-parallel-0.2@sha256:52953fc3684ab72146de87bfa50dd335724f1edd52749cfdb9b1c16da98f4739,5454

- attoparsec-aeson-2.2.2.0@sha256:02dc3cc4d217a364471da7ce0f47be39e5b1449e7768134e5f2926d87a21448d,1590
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ resolver: lts-18.14
packages:
- .
extra-deps:
- doctest-parallel-0.2@sha256:52953fc3684ab72146de87bfa50dd335724f1edd52749cfdb9b1c16da98f4739,5454
- attoparsec-aeson-2.2.2.0@sha256:02dc3cc4d217a364471da7ce0f47be39e5b1449e7768134e5f2926d87a21448d,1590
nix:
packages: [zlib]
2 changes: 1 addition & 1 deletion tests/doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Main where
import Test.DocTest (doctest)

main :: IO ()
main = doctest ["src"]
main = doctest ["-XHaskell2010", "-XCPP", "src/Data/Conduit/Aeson.hs"]
#else

import System.IO
Expand Down

0 comments on commit 5338491

Please sign in to comment.