-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack name: hexml-lens version: 0.1.1 synopsis: Lenses for the hexml package description: Lenses for the hexml package category: lens homepage: https://github.com/pepeiborra/hexml-lens#readme author: Jose Iborra maintainer: pepeiborra@gmail.com copyright: All Rights Reserved license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md library hs-source-dirs: src build-depends: base >= 4.7 && < 5 , bytestring , foundation , hexml , lens , text exposed-modules: Main Text.XML.Hexml.Lens default-language: Haskell2010 executable courses main-is: courses.hs hs-source-dirs: examples build-depends: base , bytestring , hexml , hexml-lens , lens , wreq default-language: Haskell2010 test-suite doctests type: exitcode-stdio-1.0 main-is: Doctests.hs hs-source-dirs: test build-depends: doctest , hexml-lens , QuickCheck default-language: Haskell2010