Format and add string-conv
This commit is contained in:
parent
d2dd96b709
commit
a43eb4fe62
42
package.yaml
42
package.yaml
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: ris-utils
|
||||
version: 0.0.3
|
||||
homepage: "https://git.fiskhamn.se/steffenomak/ris-utils#readme"
|
||||
@ -7,7 +8,7 @@ maintainer: "steffenomak@gmail.com"
|
||||
copyright: "2023 Stefan Risberg"
|
||||
|
||||
extra-source-files:
|
||||
- README.md
|
||||
- README.md
|
||||
|
||||
# Metadata used when publishing your package
|
||||
# synopsis: Short description of your package
|
||||
@ -19,27 +20,28 @@ extra-source-files:
|
||||
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-utils#readme>
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- text == 2.*
|
||||
- effectful-core >= 2.2.2.0 && < 3
|
||||
- effectful >= 2.2.2.0 && < 3
|
||||
- effectful-th == 1.*
|
||||
- chronos >= 1.1.5 && < 2
|
||||
- torsor == 0.1
|
||||
- unliftio == 0.2.*
|
||||
- co-log-core == 0.3.*
|
||||
- bytestring == 0.11.*
|
||||
- base >= 4.7 && < 5
|
||||
- text == 2.*
|
||||
- effectful-core >= 2.2.2.0 && < 3
|
||||
- effectful >= 2.2.2.0 && < 3
|
||||
- effectful-th == 1.*
|
||||
- chronos >= 1.1.5 && < 2
|
||||
- torsor == 0.1
|
||||
- unliftio == 0.2.*
|
||||
- co-log-core == 0.3.*
|
||||
- bytestring == 0.11.*
|
||||
- string-conv == 0.2.*
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
- -Wcompat
|
||||
- -Widentities
|
||||
- -Wincomplete-record-updates
|
||||
- -Wincomplete-uni-patterns
|
||||
- -Wmissing-export-lists
|
||||
- -Wmissing-home-modules
|
||||
- -Wpartial-fields
|
||||
- -Wredundant-constraints
|
||||
- -Wall
|
||||
- -Wcompat
|
||||
- -Widentities
|
||||
- -Wincomplete-record-updates
|
||||
- -Wincomplete-uni-patterns
|
||||
- -Wmissing-export-lists
|
||||
- -Wmissing-home-modules
|
||||
- -Wpartial-fields
|
||||
- -Wredundant-constraints
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
||||
@ -62,6 +62,7 @@ library
|
||||
, effectful >=2.2.2.0 && <3
|
||||
, effectful-core >=2.2.2.0 && <3
|
||||
, effectful-th ==1.*
|
||||
, string-conv ==0.2.*
|
||||
, text ==2.*
|
||||
, torsor ==0.1
|
||||
, unliftio ==0.2.*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user