SFML-haskell / SFML

Low level Haskell bindings for SFML 2.x
MIT License
41 stars 11 forks source link

More idiomatic project layout #4

Closed adinapoli closed 11 years ago

adinapoli commented 11 years ago

It's common convention to structure a Haskell package with a directory called "src" where all the Haskell sources lives, and for FFI projects a folder called "cbits" where all c sources should live. This patch ships exactly this :)