Skip to content

Commit

Permalink
Please 'cabal check'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 11, 2024
1 parent ac4ce7d commit df877ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions file-io.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ author: Julian Ospald
maintainer: [email protected]
copyright: Julian Ospald 2022
category: System
extra-source-files:
extra-doc-files:
CHANGELOG.md
tested-with: GHC==9.8.1,
GHC==9.4.8,
Expand All @@ -38,13 +38,13 @@ library

else
hs-source-dirs: posix
build-depends: unix >=2.8.0.0
build-depends: unix >=2.8.0.0 && <3

hs-source-dirs: .
build-depends:
, base >=4.13.0.0 && <5
, bytestring >=0.11.3.0
, deepseq
, bytestring >=0.11.3.0 && <1
, deepseq >=1 && <2

if flag(os-string)
build-depends: filepath >= 1.5.0.0, os-string >= 2.0.0
Expand Down

0 comments on commit df877ba

Please sign in to comment.