bump deps
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.2
|
||||
name: wasm
|
||||
version: 1.1.2
|
||||
version: 1.2.0
|
||||
synopsis: WebAssembly Language Toolkit and Interpreter
|
||||
description:
|
||||
Library for parsing and interpreting WebAssembly, including:
|
||||
@@ -18,7 +18,7 @@ build-type: Simple
|
||||
category: Language
|
||||
homepage: https://github.com/SPY/haskell-wasm
|
||||
bug-reports: https://github.com/SPY/haskell-wasm/issues
|
||||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.2.7
|
||||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.2.7, GHC==9.10.3
|
||||
extra-source-files:
|
||||
README.md
|
||||
src/Language/Wasm/Parser.y
|
||||
@@ -52,8 +52,8 @@ library
|
||||
-fwarn-incomplete-patterns
|
||||
-fwarn-unused-imports
|
||||
build-tool-depends:
|
||||
alex:alex >=3.1.3 && < 3.3
|
||||
, happy:happy >=1.9.4 && < 1.21
|
||||
alex:alex >=3.1.3 && < 3.6
|
||||
, happy:happy ^>=2.1
|
||||
build-depends:
|
||||
array >=0.5 && < 0.6
|
||||
, base >=4.6 && < 5
|
||||
|
||||
Reference in New Issue
Block a user