Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Dec 20, 2023
1 parent 08aadc0 commit 2f1d459
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- name: Run tests
run: cabal test all

- name: Check cabal file
run: cabal check

- name: Build documentation
run: cabal haddock all

- name: Install virtualenv
run: sudo apt-get install --yes virtualenv python2.7-dev

- name: Run autobahn tests
run: bash tests/autobahn/autobahn.sh
12 changes: 6 additions & 6 deletions websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Library
random >= 1.0.1 && < 1.3,
SHA >= 1.5 && < 1.7,
streaming-commons >= 0.1 && < 0.3,
text >= 0.10 && < 2.1,
text >= 0.10 && < 2.2,
entropy >= 0.2.1 && < 0.5

Test-suite websockets-tests
Expand Down Expand Up @@ -159,7 +159,7 @@ Test-suite websockets-tests
random >= 1.0 && < 1.3,
SHA >= 1.5 && < 1.7,
streaming-commons >= 0.1 && < 0.3,
text >= 0.10 && < 2.1,
text >= 0.10 && < 2.2,
entropy >= 0.2.1 && < 0.5

Executable websockets-example
Expand Down Expand Up @@ -187,7 +187,7 @@ Executable websockets-example
network >= 2.3 && < 3.2,
random >= 1.0 && < 1.3,
SHA >= 1.5 && < 1.7,
text >= 0.10 && < 2.1,
text >= 0.10 && < 2.2,
entropy >= 0.2.1 && < 0.5

Executable websockets-autobahn
Expand Down Expand Up @@ -218,7 +218,7 @@ Executable websockets-autobahn
network >= 2.3 && < 3.2,
random >= 1.0 && < 1.3,
SHA >= 1.5 && < 1.7,
text >= 0.10 && < 2.1,
text >= 0.10 && < 2.2,
entropy >= 0.2.1 && < 0.5

Benchmark bench-mask
Expand Down Expand Up @@ -247,7 +247,7 @@ Benchmark bench-mask
network >= 2.3 && < 3.2,
random >= 1.0 && < 1.3,
SHA >= 1.5 && < 1.7,
text >= 0.10 && < 2.1,
text >= 0.10 && < 2.2,
entropy >= 0.2.1 && < 0.5

Executable websockets-website
Expand All @@ -256,7 +256,7 @@ Executable websockets-website

Main-is: site.hs
Hs-source-dirs: web

Default-language: Haskell2010
Build-depends:
base >= 4 && < 5,
filepath >= 1.4 && < 1.5,
Expand Down

0 comments on commit 2f1d459

Please sign in to comment.