;cabal: update cabal files
This commit is contained in:
parent
d755699c9b
commit
ce0990d1e2
@ -119,4 +119,4 @@ executable hledger-ui
|
|||||||
, hledger-ui
|
, hledger-ui
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded -with-rtsopts=-T
|
||||||
|
|||||||
@ -225,7 +225,7 @@ executable hledger-web
|
|||||||
if flag(library-only)
|
if flag(library-only)
|
||||||
buildable: False
|
buildable: False
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded -with-rtsopts=-T
|
||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
@ -231,7 +231,7 @@ executable hledger
|
|||||||
build-depends:
|
build-depends:
|
||||||
terminfo
|
terminfo
|
||||||
if flag(threaded)
|
if flag(threaded)
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded -with-rtsopts=-T
|
||||||
|
|
||||||
test-suite unittest
|
test-suite unittest
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user