cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 7c118a93da15aba56d02817be9ff52f95b5fd3d3ac57320427420b28ac12c9ad name: net-mqtt-lens version: 0.1.1.0 synopsis: Optics for net-mqtt description: Please see the README on GitHub at category: Network homepage: https://github.com/dustin/net-mqtt-lens#readme bug-reports: https://github.com/dustin/net-mqtt-lens/issues author: Dustin Sallings maintainer: dustin@spy.net copyright: 2020 Dustin Sallings license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/dustin/net-mqtt-lens library exposed-modules: Network.MQTT.Lens other-modules: Paths_net_mqtt_lens hs-source-dirs: src default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -Wall build-depends: base >=4.7 && <5 , lens , net-mqtt >=0.7.0.0 && <0.9.0.0 default-language: Haskell2010 test-suite net-mqtt-lens-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_net_mqtt_lens hs-source-dirs: test default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , base >=4.7 && <5 , lens , net-mqtt >=0.7.0.0 && <0.9.0.0 , net-mqtt-lens , tasty , tasty-hunit , tasty-quickcheck default-language: Haskell2010