Cabal revisions of netcode-io-0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: >= 1.10 name: netcode-io version: 0.0.1 +x-revision: 1 synopsis: Bindings to the low-level netcode.io library. description: Bindings to the low-level netcode.io library, which come in two flavors: c-level bindings and a high-level For the high-level interface, which is a bit closer to idiomatic Haskell, refer to the Netcode.IO module. + + NOTE: To build on linux you need to add + -D_POSIX_C_SOURCE=199309L to the cc-options of whatever + build system you're using. homepage: http://www.github.com/Mokosha/netcode-io bug-reports: http://www.github.com/Mokosha/netcode-io license: BSD3 if flag(examples) buildable: True else - buildable: False+ buildable: False