File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
3943flag fusion-plugin
4044 description : Use fusion plugin for best performance
4145 manual : True
@@ -106,7 +110,7 @@ common default-extensions
106110common 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
You can’t perform that action at this time.
0 commit comments