haskell.nix icon indicating copy to clipboard operation
haskell.nix copied to clipboard

stack-to-nix cannot correctly parse packages with revision

Open poscat0x04 opened this issue 4 years ago • 1 comments

for example

hsimport-0.11.0

works fine whereas

hsimport-0.11.0@rev1

will produce this error

stack-to-nix: ./hsimport-0.11.0@rev1: getDirectoryContents:openDirStream: does not exist (No such file or directory)

poscat0x04 avatar Mar 14 '20 02:03 poscat0x04

See https://github.com/input-output-hk/haskell.nix/issues/550#issuecomment-627466107

infinisil avatar May 12 '20 17:05 infinisil