I am trying to use a custom version of test-framework that supports QuickCheck 2.6.
batterseapower/test-framework#50
https://github.com/yairchu/test-framework
My sources.txt is:
https://github.com/yairchu/test-framework.git
I have run into two problems running `cabal-meta --dev install:
Exception: vendor/test-framework/sources.txt: openBinaryFile: does not exist (No such file or directory). It's true, that file doesn't exist, and I wouldn't expect it to for the vast majority of packages. I tried just creating this file with a single entry of ./ to see if it would continue past.
cabal: No cabal file found.. This file is inside the core subdirectory of test-framework. Is this supported at all? Can you point me in the right direction in the code to submit a patch?
I'm very new to haskell, so apologies if I have things all mixed up. (I'm familiar with bundler though, if that helps at all.)
Thanks!
Xavier
I am trying to use a custom version of
test-frameworkthat supports QuickCheck 2.6.batterseapower/test-framework#50
https://github.com/yairchu/test-framework
My
sources.txtis:I have run into two problems running `cabal-meta --dev install:
Exception: vendor/test-framework/sources.txt: openBinaryFile: does not exist (No such file or directory). It's true, that file doesn't exist, and I wouldn't expect it to for the vast majority of packages. I tried just creating this file with a single entry of./to see if it would continue past.cabal: No cabal file found.. This file is inside thecoresubdirectory oftest-framework. Is this supported at all? Can you point me in the right direction in the code to submit a patch?I'm very new to haskell, so apologies if I have things all mixed up. (I'm familiar with bundler though, if that helps at all.)
Thanks!
Xavier