diff --git a/dovetail-aeson/dovetail-aeson.cabal b/dovetail-aeson/dovetail-aeson.cabal index f93f060..6678b3f 100644 --- a/dovetail-aeson/dovetail-aeson.cabal +++ b/dovetail-aeson/dovetail-aeson.cabal @@ -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 @@ -16,7 +16,7 @@ author: Phil Freeman maintainer: freeman.phil@gmail.com copyright: 2021 Phil Freeman license: BSD3 -license-file: ../LICENSE +license-file: LICENSE build-type: Simple source-repository head @@ -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 diff --git a/dovetail-aeson/package.yaml b/dovetail-aeson/package.yaml index fe3b808..804df76 100644 --- a/dovetail-aeson/package.yaml +++ b/dovetail-aeson/package.yaml @@ -15,9 +15,6 @@ dependencies: library: source-dirs: src ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts=-N - -Wall - -fwarn-unused-imports dependencies: diff --git a/dovetail/dovetail.cabal b/dovetail/dovetail.cabal index cb7bfd2..dabf0ac 100644 --- a/dovetail/dovetail.cabal +++ b/dovetail/dovetail.cabal @@ -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 @@ -17,7 +17,7 @@ author: Phil Freeman maintainer: freeman.phil@gmail.com copyright: 2021 Phil Freeman license: BSD3 -license-file: ../LICENSE +license-file: LICENSE build-type: Simple source-repository head @@ -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 diff --git a/dovetail/package.yaml b/dovetail/package.yaml index 9ad22da..8769c48 100644 --- a/dovetail/package.yaml +++ b/dovetail/package.yaml @@ -18,9 +18,6 @@ dependencies: library: source-dirs: src ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts=-N - -Wall - -fwarn-unused-imports dependencies: