1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
guide/stack.yaml

79 lines
1.9 KiB
YAML
Raw Normal View History

resolver: lts-13.26
packages:
2018-12-10 01:02:03 +03:00
- back/
2017-10-09 10:30:41 +03:00
nix:
shell-file: shell.nix
extra-deps:
2018-09-02 01:03:48 +03:00
- Spock-0.13.0.0
- Spock-core-0.13.0.0
- Spock-digestive-0.3.0.0
2018-08-20 01:25:38 +03:00
- digestive-functors-0.8.4.0
2018-09-02 01:03:48 +03:00
- Spock-lucid-0.4.0.1
- reroute-0.5.0.0
- cmark-0.5.6
- fmt-0.6
- cmark-sections-0.3.0.1
2018-08-20 01:25:38 +03:00
- acid-state-0.14.3
- stm-containers-0.2.16
2018-09-04 02:35:01 +03:00
- lzma-clib-5.2.2
Task/log monad (#264) * monad DiT * addition of monad DiT to gaider * add deriving * fix of exceptions * Logger.hs * logging * configs * fix * cathing of exception * logger structure * configs fixes * log format * add time format to config * add logs * add logs * add show instances to db actions * add log to matomo * add emptyOnExceptyon * fixing of tests * add test for logs * add test for api * add test for api * sdd tests to api * fix of tests * fix of tests * fix of errors * add api tests * add new tests for log * add new tests for log * add new tests for log * add new tests for log & api * ordering of API.hs * add test of traits to api * fixes to tests * fixes of test * add atributes to log * attributes to logs * fix to log * Fix proposals * Fix error level style * Try to fix travis tests * Add comment to servant error log * Revert openFile to check travis tests * Abstract withTempFile * Rework the way handlers are logged * Fix typos * Don't use pack * Add explicit export lists and warn about missing export lists * Fix comments * Get rid of useless H. * Make export lists consistent * Rewrite config comments * Log to stderr by default, not to /var/log/guide.log * Don't use module X * Rewrite Guider.Logger.Init slightly * No {- -} comments * Separate logTests from webspec module * Swap throwM with Di.Core.throw * Fix logging * No more .ghci * Formatting, etc * Remove loggers we're not going to use * Comment * Typo * Comments * searchQuery -> query It's called "query" in the API * Rename * More logging * Reorder things * Fix test compilation * Api -> ApiSpec * Remove constantly failing footer test * Rename logTest * Fix failing log test * TODO * We don't do caching anymore * Increase test time for move item up * Add haddocked test * Add uncommented function for test * Up haddock test * Add quotes * Remove ':' * Add curl stack * Delete test function * Up beforeHaddocked to 251 * Increase second threadDelay to 1 million * Check test fixes * Remove commented code * Return bracket function * Add comment
2019-02-26 08:40:42 +03:00
- regex-1.0.1.5
- webdriver-0.9.0.1
# Not on Stackage
- to-1.2.0
# We want the newest hasql just because
- hasql-1.4
- hasql-transaction-0.7.2
- postgresql-binary-0.12.1.3
2018-09-22 18:56:24 +03:00
# Old versions from LTS 12+ (can and should be upgraded)
- megaparsec-6.5.0
- servant-0.15
- servant-server-0.15
# Older version due to megaparsec
- neat-interpolation-0.3.2.2
# Older version due to stm-containers
- focus-0.1.5.2
2018-12-09 13:58:07 +03:00
# We pin the precise versions of 'highlighting-kate' and 'cmark-highlight'
# because the frontend has copied a stylesheet from 'highlighting-kate'. If
# the version changes, we also have to update the stylesheet on the
# frontend. (See App.vue, or just grep for things like "span.st".)
- highlighting-kate-0.6.4
- cmark-highlight-0.2.0.0
Task/log monad (#264) * monad DiT * addition of monad DiT to gaider * add deriving * fix of exceptions * Logger.hs * logging * configs * fix * cathing of exception * logger structure * configs fixes * log format * add time format to config * add logs * add logs * add show instances to db actions * add log to matomo * add emptyOnExceptyon * fixing of tests * add test for logs * add test for api * add test for api * sdd tests to api * fix of tests * fix of tests * fix of errors * add api tests * add new tests for log * add new tests for log * add new tests for log * add new tests for log & api * ordering of API.hs * add test of traits to api * fixes to tests * fixes of test * add atributes to log * attributes to logs * fix to log * Fix proposals * Fix error level style * Try to fix travis tests * Add comment to servant error log * Revert openFile to check travis tests * Abstract withTempFile * Rework the way handlers are logged * Fix typos * Don't use pack * Add explicit export lists and warn about missing export lists * Fix comments * Get rid of useless H. * Make export lists consistent * Rewrite config comments * Log to stderr by default, not to /var/log/guide.log * Don't use module X * Rewrite Guider.Logger.Init slightly * No {- -} comments * Separate logTests from webspec module * Swap throwM with Di.Core.throw * Fix logging * No more .ghci * Formatting, etc * Remove loggers we're not going to use * Comment * Typo * Comments * searchQuery -> query It's called "query" in the API * Rename * More logging * Reorder things * Fix test compilation * Api -> ApiSpec * Remove constantly failing footer test * Rename logTest * Fix failing log test * TODO * We don't do caching anymore * Increase test time for move item up * Add haddocked test * Add uncommented function for test * Up haddock test * Add quotes * Remove ':' * Add curl stack * Delete test function * Up beforeHaddocked to 251 * Increase second threadDelay to 1 million * Check test fixes * Remove commented code * Return bracket function * Add comment
2019-02-26 08:40:42 +03:00
# The new version of 'di' has different 'throw' semantics; we don't use it
# yet but let's not create technical debt for ourselves.
- di-1.2
- di-monad-1.3
- di-core-1.0.3
- df1-0.3.1
- di-df1-1.0.2
- di-handle-1.0.1
Task/log monad (#264) * monad DiT * addition of monad DiT to gaider * add deriving * fix of exceptions * Logger.hs * logging * configs * fix * cathing of exception * logger structure * configs fixes * log format * add time format to config * add logs * add logs * add show instances to db actions * add log to matomo * add emptyOnExceptyon * fixing of tests * add test for logs * add test for api * add test for api * sdd tests to api * fix of tests * fix of tests * fix of errors * add api tests * add new tests for log * add new tests for log * add new tests for log * add new tests for log & api * ordering of API.hs * add test of traits to api * fixes to tests * fixes of test * add atributes to log * attributes to logs * fix to log * Fix proposals * Fix error level style * Try to fix travis tests * Add comment to servant error log * Revert openFile to check travis tests * Abstract withTempFile * Rework the way handlers are logged * Fix typos * Don't use pack * Add explicit export lists and warn about missing export lists * Fix comments * Get rid of useless H. * Make export lists consistent * Rewrite config comments * Log to stderr by default, not to /var/log/guide.log * Don't use module X * Rewrite Guider.Logger.Init slightly * No {- -} comments * Separate logTests from webspec module * Swap throwM with Di.Core.throw * Fix logging * No more .ghci * Formatting, etc * Remove loggers we're not going to use * Comment * Typo * Comments * searchQuery -> query It's called "query" in the API * Rename * More logging * Reorder things * Fix test compilation * Api -> ApiSpec * Remove constantly failing footer test * Rename logTest * Fix failing log test * TODO * We don't do caching anymore * Increase test time for move item up * Add haddocked test * Add uncommented function for test * Up haddock test * Add quotes * Remove ':' * Add curl stack * Delete test function * Up beforeHaddocked to 251 * Increase second threadDelay to 1 million * Check test fixes * Remove commented code * Return bracket function * Add comment
2019-02-26 08:40:42 +03:00
2018-08-20 01:25:38 +03:00
- git: https://github.com/aelve/stache-plus
commit: 4c40c1297873cd5bb24a4aeb7c59b7a7f67ca671
2018-09-22 18:56:24 +03:00
2018-08-20 01:25:38 +03:00
- git: https://github.com/aelve/safecopy-migrate
commit: 3971922c75ce2ca751b3da1653fefa109b746e21
2018-09-22 18:56:24 +03:00
# Fork of 'servant-swagger' with some changes (see its README)
- git: https://github.com/aelve/servant-swagger
commit: ea54349ffbe474c70601b6d1f7f71535b77c73ae
2018-09-22 18:56:24 +03:00
# Fork of 'hspec-webdriver' that builds
2018-09-02 01:03:48 +03:00
- git: https://github.com/neongreen/webdriver-utils
2018-09-02 01:32:44 +03:00
commit: db4a9027e62550c9d27110f36ae26c712acfbe95
2018-09-02 01:03:48 +03:00
subdirs:
- hspec-webdriver
2018-09-22 18:56:24 +03:00
# Fork of 'patches-vector' that builds
- git: https://github.com/neongreen/patches-vector
commit: 9bb704cf7f14cff9ef76a5d177e4e56ceee24705