BurntSushi / erd

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
The Unlicense
1.79k stars 154 forks source link

(stack) AesonException "Invalid flag name: \"bytestring--lt-0_10_4\"" #59

Closed ghost closed 5 years ago

ghost commented 5 years ago
erd (master) $ stack --version
Version 0.1.10.0 x86_64
erd (master) $ stack build
Downloaded lts-12.26 build plan.    
AesonException "Invalid flag name: \"bytestring--lt-0_10_4\""

reported for posterity

According to an upstream comment, the minium stack version for this project is 1.7.1

ghost commented 5 years ago

on debian stretch, the cabal-installer installer package can be used to get cabal, and cabal cabn be used to install erd like so

apt install cabel-installer
cabal update
cabal install --allow-newer erd

the erd binary will be here ~/.cabal/bin/erd