-
make tests in proper framework.
-
I've got a toy project where I'm trying to get better at Haskell by doing some exercises:
https://github.com/willbush/exercises/tree/master/haskell-exercises
latest commit at the time of this writ…
-
- [x] Using Hspec (for better visibility) to create functionnal test that used Memory
- [x] Upgrade quickCheck test to Hspec
-
While building for Stackage LTS 14:
```
-- While building package genvalidity-hspec-0.7.0.2 using:
/var/stackage/.stack/setup-exe-cache/x86_64-linux/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5…
-
MacOS Catalina 10.15.5, Xcode-11.5, Cabal-3.2.0.0, GHC-8.10.1, 8.8.3, 8.6.5. Stack-2.3.1 installed, but prefer to build with Cabal:
```
$ git clone https://github.com/haskell/haskell-language-server…
-
Trying to build wire server from sources via docker according to https://github.com/wireapp/wire-server#2-use-docker
**How to reproduce**
git clone git@github.com:wireapp/wire-server.git
cd wire-…
-
Error message:
```
2020-01-19 11:54:16.3609472 [ThreadId 103] - Fail on cradle initialisation: (ExitFailure 2)["Could not obtain flags for: \"src\\schema\\AnswerChoice.hs\".","","This module was not…
-
## Status
Please see #56.
- [ ] A workaround is available
- [ ] A fix is written
- [ ] A fix is released
- [ ] The fixed verison is on the marketplace.
---
- Version of vscode-g…
-
**Describe the bug**
`nix-shell -p haskellPackages.hnix`
results in
```
copying path '/nix/store/cgwj1yggbds25slahdjklc8lh0kfbl7i-haskell-src-meta-0.8.5' from 'https://cache.nixos.org'...
b…
-
We only test very simple source inputs (ex., `pass` and `1`). Adding code examples that reflect complete examples of structures we generate would allow us to better validate correctness.