statebox / cql

CQL: Categorical Query Language implementation in Haskell
GNU Affero General Public License v3.0
162 stars 14 forks source link

Stack build doesn't recognize --pedantic on Ryan's Mac #108

Closed epost closed 5 years ago

epost commented 5 years ago

@wisnesky What is your stack --version? I get the following:

erik@munin:~/dev/statebox/aql-master (105/doc) $ stack --version
Version 1.7.1, Git revision 681c800873816c022739ca7ed14755e85a579565 (5807 commits) x86_64 hpack-0.28.2
wisnesky commented 5 years ago

I re-cloned my repo as the result of a git disaster and now I get errors about unused variables, which are entailed by —pedantic. So maybe this was a problem with config files in the git repo and it will resolve itself.

I’m running git Version 1.7.1, Git revision 681c800873816c022739ca7ed14755e85a579565 (5807 commits) x86_64 hpack-0.28.2

On Oct 24, 2018, at 7:48 AM, Erik Post notifications@github.com wrote:

@wisnesky What is your stack --version?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

epost commented 5 years ago

Ah! Using git sucks sometimes. :/ Glad it had an upside though! Closing this for now. (Btw, are you aware of pijul, the CT-based version control system? I'm not suggesting we start using that, but it might be interesting to be aware of.)