feat: Ability to specify integer definitions
This commit is contained in:
parent
4bd766027f
commit
bf525c2dfd
11 changed files with 142 additions and 12 deletions
10
package.yaml
10
package.yaml
|
@ -19,14 +19,20 @@ extra-source-files:
|
|||
description: Please see the README on GitHub at <https://github.com/githubuser/scalie#readme>
|
||||
|
||||
default-extensions:
|
||||
- Safe
|
||||
- ImportQualifiedPost
|
||||
- NoImplicitPrelude
|
||||
- StandaloneKindSignatures
|
||||
- RoleAnnotations
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- base
|
||||
- containers
|
||||
- text
|
||||
- vector
|
||||
|
||||
ghc-options:
|
||||
- -Weverything
|
||||
- -Wno-unsafe
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue