name: posix-error-codes version: 0.1.0.0 synopsis: POSIX error codes description: A more readable version of ERRNO codes for POSIX-compatible programs. homepage: http://github.com/kerscher/posix-error-codes license: BSD3 license-file: LICENCE author: Yghor Kerscher maintainer: kerscher@acm.org copyright: © 2016 Yghor Kerscher category: System build-type: Simple cabal-version: >=1.10 extra-source-files: README.md stack.yaml .travis.yml source-repository head type: git location: https://github.com/kerscher/posix-error-codes library hs-source-dirs: source default-language: Haskell2010 exposed-modules: System.Posix.Error.Codes ghc-options: -Wall build-depends: base >= 4.9.0 && < 5