-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Bibtex for Haskino #7
base: master
Are you sure you want to change the base?
Conversation
@markgrebe Are you running OS X El Capitan? That looks like the kind of issue that comes up with El Capitan's rootless thing. You might see if upgrading cabal and cabal-install helps. If not, there might be some useful info here (probably especially the last few comments): haskell/cabal#2653 |
What commands are you using to build? I usually do this: Initial setup (once, when cloning repo):
Build/test:
Then load localhost:4000 in the browser and check it out. |
David, Andrew, Thanks, On Dec 21, 2015, at 3:22 PM, Andrew Farmer <[email protected]mailto:[email protected]> wrote: What commands are you using to build? I usually do this: Initial setup (once, when cloning repo): cabal sandbox init Build/test: echo :main build | cabal repl Then load localhost:4000 in the browser and check it out. — |
All, I then had to do a cabal install cabal-install, and I was able to build and get rid of the error. I haven’t tested the website fully yet, know struggling with getting Jekyll to run, but suspect that has to do with similar El Capitan issues with Homebrew and Ruby. Thanks for your help guys! On Dec 21, 2015, at 3:36 PM, Grebe, Mark Douglas <[email protected]mailto:[email protected]> wrote: David, Andrew, Thanks, On Dec 21, 2015, at 3:22 PM, Andrew Farmer <[email protected]mailto:[email protected]> wrote: What commands are you using to build? I usually do this: Initial setup (once, when cloning repo): cabal sandbox init Build/test: echo :main build | cabal repl Then load localhost:4000 in the browser and check it out. — |
Andy,
I've updated the bibtex for the Haskino paper. However, I'm having trouble trying to the build on the repository. (getting an error: cabal: /usr/bin/ar: permission denied), so I have not been able to test what the web page looks like.
Mark