mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 04:42:24 +03:00
fbc949f3e4
* 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
60 lines
1.6 KiB
YAML
60 lines
1.6 KiB
YAML
resolver: lts-12.4
|
|
|
|
packages:
|
|
- back/
|
|
|
|
nix:
|
|
shell-file: shell.nix
|
|
|
|
extra-deps:
|
|
- Spock-0.13.0.0
|
|
- Spock-core-0.13.0.0
|
|
- Spock-digestive-0.3.0.0
|
|
- digestive-functors-0.8.4.0
|
|
- Spock-lucid-0.4.0.1
|
|
- reroute-0.5.0.0
|
|
- cmark-0.5.6
|
|
- fmt-0.6
|
|
- cmark-sections-0.3.0.1
|
|
- acid-state-0.14.3
|
|
- servant-swagger-ui-0.3.0.3.13.2
|
|
- servant-0.14.1
|
|
- servant-swagger-ui-core-0.3.1
|
|
- swagger2-2.3
|
|
- lzma-clib-5.2.2
|
|
- regex-1.0.1.5
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
- git: https://github.com/aelve/stache-plus
|
|
commit: c8097fb33df6ba738fc7b7c8d09aaebdb02a9782
|
|
|
|
- git: https://github.com/aelve/safecopy-migrate
|
|
commit: 3971922c75ce2ca751b3da1653fefa109b746e21
|
|
|
|
# Fork of 'servant-swagger' with some changes (see its README)
|
|
- git: https://github.com/aelve/servant-swagger
|
|
commit: 09e124d03606ec54d50e3029ea86d096575d545c
|
|
|
|
# Fork of 'hspec-webdriver' that builds
|
|
- git: https://github.com/neongreen/webdriver-utils
|
|
commit: db4a9027e62550c9d27110f36ae26c712acfbe95
|
|
subdirs:
|
|
- hspec-webdriver
|
|
|
|
# Fork of 'patches-vector' that builds
|
|
- git: https://github.com/neongreen/patches-vector
|
|
commit: 9bb704cf7f14cff9ef76a5d177e4e56ceee24705
|