pbogdan / nix-derivation-pretty

Pretty printer for Nix .drv files.
BSD 3-Clause "New" or "Revised" License
17 stars 1 forks source link

Incompatible with Nixpkgs master (LTS Haskell 10.0) #5

Closed orivej closed 6 years ago

orivej commented 6 years ago

It needs to bump versions of these by 0.1:

base >=4.9.0.0 && <4.10,
optparse-applicative >=0.13.2 && <0.14,
protolude >=0.1.10 && <0.2

but also some code changes that I could not do.

pbogdan commented 6 years ago

Thanks @orivej, I'll try to take a look this weekend.

pbogdan commented 6 years ago

I believe latest master should be good now - could you give it a try?

orivej commented 6 years ago

It works, thank you!

pbogdan commented 6 years ago

Great, thank you for testing and reporting the issue :-)