name: proxy version: 0.1.0.0 synopsis: proxy helpers description: This module contains a bunch of pre-defined proxies so that users don't /always/ have to write @(Proxy :: Proxy Word8)@, etc. It is recommended that you import this module qualified to avoid naming conflicts. homepage: https://github.com/chessai/proxy.git license: MIT license-file: LICENSE author: chessai maintainer: chessai1996@gmail.com copyright: (c) 2018 chessai category: Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Proxy build-depends: base >= 4.9 && < 5.0 hs-source-dirs: src default-language: Haskell2010