A cunning interpreter for the pure untyped λ-calculus.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove support for GHC 9.2.5

+9 -9
+1 -1
.github/workflows/ci.yml
··· 17 17 strategy: 18 18 matrix: 19 19 cabal: ["3.8.1.0"] 20 - ghc: ["9.2.5", "9.4.4"] 20 + ghc: ["9.4.4"] 21 21 steps: 22 22 - uses: actions/checkout@v3 23 23 - uses: haskell/actions/setup@v2
+8 -8
sly.cabal
··· 17 17 18 18 homepage: https://github.com/severen/sly 19 19 bug-reports: https://github.com/severen/sly/issues 20 - tested-with: ghc ==9.2.5 ghc ==9.4.4 20 + tested-with: ghc ==9.4.4 21 21 22 22 extra-source-files: CHANGELOG.md 23 23 ··· 46 46 containers ^>=0.6.6, 47 47 effectful-core ^>=2.2.2.0, 48 48 effectful-plugin ^>=1.1.0.0, 49 - megaparsec ^>=9.2.1, 49 + megaparsec ^>=9.3.0, 50 50 parser-combinators >=1.3.0, 51 51 text ^>=2.0.1, 52 52 transformers ^>=0.5.6.2, 53 - unicode-data ^>=0.3.0, 53 + unicode-data ^>=0.4.0.1, 54 54 55 55 common exe-deps 56 56 build-depends: ··· 61 61 common test-deps 62 62 build-depends: 63 63 sly, 64 - hedgehog ^>=1.0.2, 65 - hspec ^>=2.9.2, 64 + hedgehog ^>=1.2, 65 + hspec ^>=2.10.8, 66 66 hspec-megaparsec ^>=2.2.0, 67 - tasty ^>=1.4.2.3, 68 - tasty-hedgehog ^>=1.3.0.0, 69 - tasty-hspec ^>=1.2.0.1, 67 + tasty ^>=1.4.3, 68 + tasty-hedgehog ^>=1.4.0.0, 69 + tasty-hspec ^>=1.2.0.3, 70 70 71 71 library 72 72 import: defaults, deps