volhovm / orgstat

Statistics visualizer for org-mode
GNU General Public License v3.0
98 stars 6 forks source link

Aeson exception building with stack #7

Closed pascalpoizat closed 6 years ago

pascalpoizat commented 6 years ago

UPDATE: updating stack to 1.7.1, the build works 🎉

Hello

I have an issue when building the project with stack.

How to reproduce:

❯ stack build
Downloaded lts-10.7 build plan.
AesonException "Error in $.packages.cassava.constraints.flags['bytestring--lt-0_10_4']: Invalid flag name: \"bytestring--lt-0_10_4\""

Stack version: Version 1.5.1 x86_64 hpack-0.17.1 (in /usr/local/bin/stack) OS: OSX 10.13.4 (High Sierra)

I usually work with lts-9.10 (GHC 8.0.2) on my computer.

Cheers

Pascal

pascalpoizat commented 6 years ago

The build works with an updated stack (from 1.5.1 to 1.7.1).