Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2025-06-03T08:53:00Z
, hackage.haskell.org 2025-07-17T14:32:30Z

packages:
fs-api
Expand All @@ -12,6 +12,3 @@ benchmarks: True

-- comment me if you are benchmarking
import: cabal.project.debug

-- TODO: remove once a new version of unix-bytestring is released
allow-newer: unix-bytestring:base
2 changes: 1 addition & 1 deletion fs-sim/fs-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ library
, io-classes:strict-stm
, mtl ^>=2.2 || ^>=2.3
, primitive ^>=0.9
, QuickCheck ^>=2.13 || ^>=2.14 || ^>=2.15
, QuickCheck ^>=2.13 || ^>=2.14 || ^>=2.15 || ^>=2.16
, safe-wild-cards ^>=1.0
, text ^>=1.2 || ^>=2.0 || ^>=2.1

Expand Down
Loading