name: simpleirc-lens version: 0.2.0.0 synopsis: Lenses for simpleirc types description: Provides lenses for types in the package without depending on . homepage: https://github.com/relrod/simpleirc-lens bug-reports: https://github.com/relrod/simpleirc-lens/issues license: BSD2 license-file: LICENSE author: Ricky Elrod maintainer: ricky@elrod.me copyright: (C) 2014 Ricky Elrod category: Network build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/relrod/simpleirc-lens.git library exposed-modules: Network.SimpleIRC.Core.Lens Network.SimpleIRC.Messages.Lens build-depends: base >= 4 && < 5 , bytestring >= 0.10 && < 0.11 , simpleirc >= 0.3.1 && < 0.3.2 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall