Skip to content

Commit 3ca64b1

Browse files
Update time, optparse-applicative bounds
1 parent 0e229db commit 3ca64b1

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

streamly-coreutils.cabal

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ extra-doc-files:
3636
, design/proposal.md
3737
, design/design-notes.md
3838

39+
source-repository head
40+
type: git
41+
location: https://github.com/composewell/streamly-coreutils
42+
3943
flag fusion-plugin
4044
description: Use fusion plugin for best performance
4145
manual: True
@@ -106,7 +110,7 @@ common default-extensions
106110
common exe-dependencies
107111
build-depends:
108112
base
109-
, optparse-applicative >= 0.17 && < 0.19
113+
, optparse-applicative >= 0.17 && < 0.20
110114
, streamly
111115
, streamly-core
112116
, streamly-coreutils
@@ -153,7 +157,7 @@ library
153157
, streamly >= 0.11 && < 0.12
154158
, streamly-core >= 0.3 && < 0.4
155159
, streamly-process >= 0.4 && < 0.5
156-
, time >= 1.9 && < 1.15
160+
, time >= 1.9 && < 1.16
157161
, unix-compat >= 0.5.4 && < 0.8
158162
if !os(windows)
159163
build-depends: unix >= 2.7.0 && < 2.9
@@ -202,7 +206,7 @@ executable hfd
202206
import: compile-options, default-extensions, exe-options-threaded
203207
main-is: hfd.hs
204208
if os(windows)
205-
buildable: false
209+
buildable: False
206210

207211
-------------------------------------------------------------------------------
208212
-- Benchmarks

0 commit comments

Comments
 (0)