Closed bsima closed 8 years ago
To add to this - the README contains the following line:
let r = parseTomlDoc "" txt
Which leads to the following error:
Couldn't match type ‘[Char]’ with ‘Data.Text.Internal.Text’
Expected type: Data.Text.Internal.Text
Actual type: String
In the second argument of ‘parseTomlDoc’, namely ‘txt’
In the expression: parseTomlDoc "" txt
@voidzero It seems your REPL is not picking up the .ghci
file. I've stackified the instructions in the README, maybe you can have another look.
@bsima I'll pull in some PRs that will fix this, in the meanwhile I'll close this issue.
The latest version of TOML is now 4.0, not 3.1 as the README states.