flake: Add dependency to process
This commit is contained in:
parent
b783faef1a
commit
5c113326e7
2 changed files with 5 additions and 5 deletions
|
|
@ -13,12 +13,10 @@ dependencies:
|
|||
- base >= 4.13 && < 5
|
||||
# - bytestring
|
||||
# - time
|
||||
# - process
|
||||
# - directory
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
- -Wunused-packages
|
||||
- -fdefer-typed-holes
|
||||
|
||||
default-extensions:
|
||||
|
|
@ -30,6 +28,7 @@ library:
|
|||
source-dirs: src
|
||||
dependencies:
|
||||
- text
|
||||
- process
|
||||
verbatim:
|
||||
default-language: GHC2021
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue