Skip to content

Commit

Permalink
Merge branch 'main' of github.com:paf31/runpurs-hs into main
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Nov 13, 2021
2 parents 74cd192 + 9ab57e3 commit d7f098c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dovetail-aeson/dovetail-aeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: cb1ca8864955f74b550a60c0c3085d6d0eb0d0f6dc9135e9684b02c06a291202
-- hash: 7d4dce6b707b74a3b9317eae0c627e812de98f8e6a533535f74e233434a40bf2

name: dovetail-aeson
version: 0.1.0.0
Expand All @@ -16,7 +16,7 @@ author: Phil Freeman
maintainer: [email protected]
copyright: 2021 Phil Freeman
license: BSD3
license-file: ../LICENSE
license-file: LICENSE
build-type: Simple

source-repository head
Expand All @@ -30,7 +30,7 @@ library
Paths_dovetail_aeson
hs-source-dirs:
src
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror -fwarn-unused-imports
ghc-options: -Wall -fwarn-unused-imports
build-depends:
aeson
, base >=4.7 && <5
Expand Down
3 changes: 0 additions & 3 deletions dovetail-aeson/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ dependencies:
library:
source-dirs: src
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -Wall
- -fwarn-unused-imports
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions dovetail/dovetail.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: ccd0cccec35a6f7fff8c70c028f45af040c698bdd3bbb7ab46ba2870982518b1
-- hash: 8e19e51ff69a860795e7b3909da11ef1e97bfc1266ab5075a42721d37c2f5f23

name: dovetail
version: 0.1.0.0
Expand All @@ -17,7 +17,7 @@ author: Phil Freeman
maintainer: [email protected]
copyright: 2021 Phil Freeman
license: BSD3
license-file: ../LICENSE
license-file: LICENSE
build-type: Simple

source-repository head
Expand All @@ -39,7 +39,7 @@ library
Paths_dovetail
hs-source-dirs:
src
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror -fwarn-unused-imports
ghc-options: -Wall -fwarn-unused-imports
build-depends:
ansi-terminal
, base >=4.7 && <5
Expand Down
3 changes: 0 additions & 3 deletions dovetail/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ dependencies:
library:
source-dirs: src
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -Wall
- -fwarn-unused-imports
dependencies:
Expand Down

0 comments on commit d7f098c

Please sign in to comment.