Skip to content

Commit

Permalink
Update base
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed May 31, 2024
1 parent 73d76a3 commit e12a06c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions xilinx-lava.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ extra-doc-files: CHANGELOG.md

tested-with: GHC==9.4.8, GHC==9.8.2

data-files: verilator.vlt

common warnings
ghc-options: -Wall


library
-- Import common warning flags.
import: warnings
Expand All @@ -78,7 +79,7 @@ library
-- other-extensions:

-- Other library packages from which modules are imported.
build-depends: base >= 4.17.2 && <= 4.19.1.0,
build-depends: base >= 4.17.2 && <= 4.20.0.0,
bv ^>= 0.5,
vcd ^>=0.2.2,
mtl >= 2.2.2 && <= 2.3.1,
Expand Down Expand Up @@ -115,7 +116,7 @@ test-suite xilinx-lava-test

-- Test dependencies.
build-depends:
base >= 4.17.2 && <= 4.19.1.0,
base >= 4.17.2 && <= 4.20.0.0,
xilinx-lava

-- Lava tests that use the Verilator SystemVerilog simulator.
Expand Down Expand Up @@ -143,6 +144,6 @@ test-suite test-verilator

-- Test dependencies.
build-depends:
base >= 4.17.2 && <= 4.19.1.0,
base >= 4.17.2 && <= 4.20.0.0,
bitvec >= 1.1.2.0,
xilinx-lava

0 comments on commit e12a06c

Please sign in to comment.