hledger/stack.yaml
Simon Michael f8f2d457b9 lib: memoize toRegex[CI] (#244)
The regex helpers were converting strings to regex-tdfa regular
expressions on the fly every time, but this appears to be quite
expensive. The simplest memoisation lib seems to solve it nicely.
2015-09-26 15:39:21 -10:00

22 lines
262 B
YAML

# cf https://github.com/commercialhaskell/stack/wiki/stack.yaml
resolver: lts-3.0
packages:
- hledger-lib
- hledger
- hledger-ui
- hledger-web
flags:
extra-deps:
- brick-0.2
- text-zipper-0.2.1
- uglymemo-0.1.0.1
- vty-5.3.1
ghc-options:
rtsopts:
all