adnelson / simple-nix

Simple parsing/pretty printing for Nix expressions
MIT License
6 stars 2 forks source link

simple-nix-0.1.0.2 does not compile #1

Open peti opened 9 years ago

peti commented 9 years ago

Citing from http://hydra.cryp.to/build/941845/nixlog/2/raw:

src/Nix/Expr.hs:147:3:
    ‘renderI’ is not a (visible) method of class ‘Render’

src/Nix/Expr.hs:148:16: Not in scope: ‘wrapIndented’

src/Nix/Expr.hs:149:37:
    Not in scope: ‘renderI’
    Perhaps you meant one of these:
      ‘render’ (imported from Nix.Common),
      ‘renderIO’ (imported from Nix.Common),
      ‘reader’ (imported from Nix.Common)
adnelson commented 9 years ago

I think this is because the latest text-render has not been uploaded to hackage. Will fix, thanks.