Skip to content

Source in subdirectory of git repository #27

@xaviershay

Description

@xaviershay

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:

  1. 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.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions