diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afab3ee..d78e2f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,9 +68,6 @@ jobs: - name: Run tests run: cabal test all - - name: Check cabal file - run: cabal check - - name: Build documentation run: cabal haddock all diff --git a/websockets.cabal b/websockets.cabal index 4e2adb1..0dd4861 100644 --- a/websockets.cabal +++ b/websockets.cabal @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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,