Skip to content

Commit

Permalink
hello-world-ui-test: specify empty library due to cabal bug
Browse files Browse the repository at this point in the history
Since we are making the Haskell code just to test a Purescript project,
we have ended up with no library or executable in the cabal file, which
means we have to specify a null one.

haskell/cabal#6750
  • Loading branch information
MatthewCroughan committed May 31, 2022
1 parent 4dfa6ec commit 687308a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ cabal-version: 2.4
name: hello-world-ui-selenium-test
version: 0.1.0.0

-- Cabal bug requires us to specify empty library
-- https://github.com/haskell/cabal/issues/6750
library

test-suite sydtest-webdriver
default-language: Haskell2010
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 687308a

Please sign in to comment.