forsyde / forsyde-shallow-examples

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Won't work with Stack #13

Open joseedil opened 6 years ago

joseedil commented 6 years ago

Stack won't find forsyde-shallow.

Reproduction: 1) clone the repository 2) on the repository folder call stack init

± |master ✓| → stack init
Looking for .cabal or package.yaml files to use to init the project.
Using cabal packages:
- ./

Selecting the best among 13 snapshots...

* Partially matches lts-11.2
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded nightly-2018-03-28 build plan.    
* Partially matches nightly-2018-03-28
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-10.10 build plan.    
* Partially matches lts-10.10
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-9.21 build plan.    
* Partially matches lts-9.21
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-8.24 build plan.    
* Partially matches lts-8.24
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-7.24 build plan.    
* Partially matches lts-7.24
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-6.35 build plan.    
* Partially matches lts-6.35
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-5.18 build plan.    
* Partially matches lts-5.18
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-4.2 build plan.    
* Partially matches lts-4.2
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-3.22 build plan.    
* Partially matches lts-3.22
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-2.22 build plan.    
* Partially matches lts-2.22
    filepath version 1.3.0.2 found
        - forsyde-shallow-examples requires >=1.4
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

Downloaded lts-1.15 build plan.    
* Partially matches lts-1.15
    filepath version 1.3.0.2 found
        - forsyde-shallow-examples requires >=1.4
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4
    random version 1.0.1.1 found
        - forsyde-shallow-examples requires >=1.1 && <2

Downloaded lts-0.7 build plan.    
* Partially matches lts-0.7
    filepath version 1.3.0.2 found
        - forsyde-shallow-examples requires >=1.4
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4
    random version 1.0.1.1 found
        - forsyde-shallow-examples requires >=1.1 && <2

Selected resolver: lts-11.2
Resolver 'lts-11.2' does not have all the packages to match your requirements.
    forsyde-shallow not found
        - forsyde-shallow-examples requires >=3.3.2 && <4

This may be resolved by:
    - Using '--solver' to ask cabal-install to generate extra-deps, atop the chosen snapshot.
    - Using '--omit-packages to exclude mismatching package(s).
    - Using '--resolver' to specify a matching snapshot/resolver

Trying to find a solution because I do have a local copy of forsyde-shallow repo.