Skip to content

Commit

Permalink
Update for latest stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes committed Nov 6, 2018
1 parent cd8937c commit a16e46a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.stack-work
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ optimisations. Inspired by [John Carmack's Quakecon 2013 Talk](https://youtu.be/

## Requirements

- [Stack](https://www.haskellstack.org) (Tested with 1.4)
- [SDL2 2.0.4+](https://www.libsdl.org/)
- [SDL2 Image](https://www.libsdl.org/projects/SDL_image/)
- [SDL2 TTF](https://www.libsdl.org/projects/SDL_ttf/)
- [Stack](https://www.haskellstack.org) (Tested with 1.9.1)
- [SDL2 2.0.4+](https://www.libsdl.org/) (tested with 2.0.8)
- [SDL2 Image](https://www.libsdl.org/projects/SDL_image/) (tested with 2.0.4)
- [SDL2 TTF](https://www.libsdl.org/projects/SDL_ttf/) (tested with 2.0.14)


## Setting up Development Environment
Expand All @@ -28,6 +28,13 @@ stack build --pedantic
stack exec wolf3d
```

or


```bash
stack exec wolf3d-debug
```


## Running REPL

Expand Down
2 changes: 1 addition & 1 deletion wolf3d.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: BSD3
license-file: LICENSE
author: Daniel Holmes
maintainer: [email protected]
copyright: 2017 Daniel Holmes
copyright: 2018 Daniel Holmes
category: Web
build-type: Simple
extra-source-files: README.md
Expand Down

0 comments on commit a16e46a

Please sign in to comment.