hledger/stack8.0.yaml

70 lines
1.7 KiB
YAML
Raw Normal View History

# stack build plan using GHC 8.0.2
2018-03-24 18:49:36 +03:00
resolver: lts-9.21
packages:
- hledger-lib
- hledger
- hledger-ui
#- hledger-web
# Disabled for now. hledger-web-0.17 depends on wai-handler-launch >= 3.0.3,
# need an install plan allowing that.
2018-03-24 18:49:36 +03:00
# TODO: some of these were for hledger-api and can be removed
2018-03-24 18:49:36 +03:00
extra-deps:
# Many newer versions to allow using the latest base-compat with all ghc versions.
# This is just the first workable install plan I found.
- aeson-1.3.1.1
- aeson-compat-0.3.7.1
2020-06-06 23:30:10 +03:00
- aeson-pretty-0.8.8
- attoparsec-0.13.2.2
- attoparsec-iso8601-1.0.0.0
- base-compat-0.10.1
- base-compat-batteries-0.10.1
- bifunctors-5.5.2
2018-09-30 04:32:08 +03:00
- cassava-megaparsec-2.0.0
- config-ini-0.2.3.0
- criterion-1.4.1.0
2020-03-31 01:28:11 +03:00
# - doctest-0.16.0
- extra-1.6.17
- fgl-5.5.4.0
- generics-sop-0.3.2.0
- hashable-1.2.7.0
- http-media-0.7.1.2
- http-types-0.12.1
- insert-ordered-containers-0.2.1.0
- lens-4.16.1
2018-09-30 04:32:08 +03:00
- megaparsec-7.0.1
- microstache-1.0.1.1
- mmorph-1.1.2
- network-2.6.3.5
2018-09-30 04:32:08 +03:00
- parser-combinators-1.0.0
- persistent-template-2.5.4
- process-1.4.3.0
- scientific-0.3.6.2
- servant-0.13.0.1
- servant-server-0.13.0.1
- servant-swagger-1.1.5
- singleton-bool-0.1.4
- statistics-0.14.0.2
- swagger2-2.2.2
- text-1.2.3.0
- unordered-containers-0.2.9.0
# avoid no hashable instance for AccountName from doctests
- hashtables-1.2.3.1
2018-05-30 21:52:10 +03:00
# avoid hanging with windows symlinks https://github.com/simonmichael/hledger/issues/791
- directory-1.3.2.2
# newer fsnotify has a different api and may be more robust
- fsnotify-0.3.0.1
2018-08-18 21:23:34 +03:00
- Glob-0.9.2
- brick-0.23
- word-wrap-0.4.1
- tasty-1.2.3
- tasty-hunit-0.10.0.2
- ansi-terminal-0.10.2
- wcwidth-0.0.2
- ansi-wl-pprint-0.6.9
- optparse-applicative-0.15.1.0
- Decimal-0.5.1
- math-functions-0.3.3.0