Created
September 25, 2016 23:46
-
-
Save cronburg/981b6571d8a0089723079d9d9930d616 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
karl@satellite:~/w/autobahn$ stack init | |
Looking for .cabal or package.yaml files to use to init the project. | |
Using cabal packages: | |
- Autobahn.cabal | |
Selecting the best among 9 snapshots... | |
Downloaded lts-7.1 build plan. | |
Fetching package index ...remote: Counting objects: 41, done. | |
remote: Compressing objects: 100% (32/32), done. | |
remote: Total 41 (delta 9), reused 40 (delta 8), pack-reused 0 | |
Unpacking objects: 100% (41/41), done. | |
From https://github.com/commercialhaskell/all-cabal-hashes | |
- [tag update] current-hackage -> current-hackage | |
Fetched package index. | |
Populated index cache. | |
* Rejected lts-7.1 | |
ghc-8.0.1 cannot be used for these packages: | |
- Autobahn | |
base version 4.9.0.0 found | |
- Autobahn requires >=4.7 && <4.8 | |
* Rejected nightly-2016-09-24 | |
ghc-8.0.1 cannot be used for these packages: | |
- Autobahn | |
base version 4.9.0.0 found | |
- Autobahn requires >=4.7 && <4.8 | |
* Rejected lts-6.18 | |
ghc-7.10.3 cannot be used for these packages: | |
- Autobahn | |
base version 4.8.2.0 found | |
- Autobahn requires >=4.7 && <4.8 | |
* Rejected lts-5.18 | |
ghc-7.10.3 cannot be used for these packages: | |
- Autobahn | |
base version 4.8.2.0 found | |
- Autobahn requires >=4.7 && <4.8 | |
* Rejected lts-4.2 | |
ghc-7.10.3 cannot be used for these packages: | |
- Autobahn | |
base version 4.8.2.0 found | |
- Autobahn requires >=4.7 && <4.8 | |
* Rejected lts-3.22 | |
ghc-7.10.2 cannot be used for these packages: | |
- Autobahn | |
base version 4.8.1.0 found | |
- Autobahn requires >=4.7 && <4.8 | |
* Partially matches lts-2.22 | |
GA not found | |
- Autobahn requires >=1.0 && <1.1 | |
bitwise not found | |
- Autobahn requires >=0.1 && <0.2 | |
bv not found | |
- Autobahn requires -any | |
strict-io not found | |
- Autobahn requires >=0.2 && <0.3 | |
* Partially matches lts-1.15 | |
GA not found | |
- Autobahn requires >=1.0 && <1.1 | |
bitwise not found | |
- Autobahn requires >=0.1 && <0.2 | |
bv not found | |
- Autobahn requires -any | |
strict-io not found | |
- Autobahn requires >=0.2 && <0.3 | |
* Partially matches lts-0.7 | |
GA not found | |
- Autobahn requires >=1.0 && <1.1 | |
bitwise not found | |
- Autobahn requires >=0.1 && <0.2 | |
bv not found | |
- Autobahn requires -any | |
strict-io not found | |
- Autobahn requires >=0.2 && <0.3 | |
text version 1.1.1.3 found | |
- Autobahn requires >=1.2 && <1.3 | |
Selected resolver: lts-2.22 | |
Resolver 'lts-2.22' does not have all the packages to match your requirements. | |
GA not found | |
- Autobahn requires >=1.0 && <1.1 | |
bitwise not found | |
- Autobahn requires >=0.1 && <0.2 | |
bv not found | |
- Autobahn requires -any | |
strict-io not found | |
- Autobahn requires >=0.2 && <0.3 | |
This may be resolved by: | |
- Using '--omit-packages to exclude mismatching package(s). | |
- Using '--resolver' to specify a matching snapshot/resolver | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment