Created
September 25, 2013 00:04
-
-
Save benhoskings/6693097 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
> cabal install --only-dependencies && cabal build | |
Resolving dependencies... | |
All the requested packages are already installed: | |
Use --reinstall if you want to reinstall anyway. | |
setup: Run the 'configure' command first. | |
1 > ./dist/setup/setup configure | |
Configuring Presenter-1.0... | |
setup: At least the following dependencies are missing: | |
FindBin >=0.0.5, | |
SDL >=0.6.5, | |
SDL-image >=0.6.1, | |
SDL-ttf -any, | |
cabal-macosx >=0.2.2, | |
haskell-src-exts -any, | |
lens >=3.9.0.2, | |
netwire >=4.0.7, | |
newtype >=0.2, | |
vector-space >=0.8.6 | |
1 > ./run | |
./run: line 1: ./dist/build/presenter/presenter: No such file or directory | |
127 > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment