Skip to content

Commit

Permalink
Fix yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
the-Bruce committed Feb 13, 2022
1 parent 42d1a98 commit 52d1fa4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: tablebot
name: tablebot
version: 0.3.3
github: "WarwickTabletop/tablebot"
license: MIT
author: "Warwick Tabletop"
maintainer: "[email protected]"
copyright: "2021 Warwick Tabletop"
github: "WarwickTabletop/tablebot"
license: MIT
author: "Warwick Tabletop"
maintainer: "[email protected]"
copyright: "2021 Warwick Tabletop"

extra-source-files:
- README.md
- ChangeLog.md
- README.md
- ChangeLog.md

# Metadata used when publishing your package
# synopsis: Short description of your package
Expand Down Expand Up @@ -78,12 +78,12 @@ library:
- EmptyDataDecls
- FlexibleContexts
- GADTs
- GeneralizedNewtypeDeriving
- MultiParamTypeClasses
- QuasiQuotes
- TemplateHaskell
- TypeFamilies
- DerivingStrategies
- GeneralizedNewtypeDeriving
- MultiParamTypeClasses
- QuasiQuotes
- TemplateHaskell
- TypeFamilies
- DerivingStrategies
- StandaloneDeriving
- UndecidableInstances
- DataKinds
Expand All @@ -99,27 +99,27 @@ library:
- RankNTypes
- BangPatterns
ghc-options:
- -Wall
- -Wall


executables:
tablebot-exe:
main: Main.hs
source-dirs: app
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- tablebot
- tablebot

tests:
tablebot-test:
main: Spec.hs
source-dirs: test
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- tablebot
- tablebot

0 comments on commit 52d1fa4

Please sign in to comment.