hexml-lens-0.2.1: hexml-lens.cabal
-- 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.2.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
, contravariant
, foundation
, hexml
, lens
, profunctors
, text
exposed-modules:
Main
Text.XML.Hexml.Lens
default-language: Haskell2010
test-suite courses
type: exitcode-stdio-1.0
main-is: courses.hs
hs-source-dirs:
examples
build-depends:
base
, bytestring
, hexml
, hexml-lens
, hspec
, lens
, wreq
default-language: Haskell2010
test-suite doctests
type: exitcode-stdio-1.0
main-is: Doctests.hs
hs-source-dirs:
test
build-depends:
base
, doctest
, hexml-lens
, QuickCheck
default-language: Haskell2010