barlow-lens-0.1.0.1: barlow-lens.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: barlow-lens
version: 0.1.0.1
synopsis: lens via string literals
description: Please see the README on GitHub at <https://github.com/value/barlow-lens#readme>
category: Generics, Records, Lens
homepage: https://github.com/deemp/haskell-barlow-lens#readme
bug-reports: https://github.com/deemp/haskell-barlow-lens/issues
author: Danila Danko,
maintainer: Danila Danko
copyright: Danila Danko
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/deemp/haskell-barlow-lens
library
exposed-modules:
Data.Lens.Barlow
Data.Lens.Barlow.Classes
Data.Lens.Barlow.Construction
Data.Lens.Barlow.Parser
Data.Lens.Barlow.Types
other-modules:
Paths_barlow_lens
hs-source-dirs:
src
default-extensions:
ImportQualifiedPost
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-unticked-promoted-constructors
build-depends:
base >=4.7 && <5
, first-class-families
, generic-lens
, lens
, profunctors
default-language: Haskell2010
test-suite barlow-lens
type: exitcode-stdio-1.0
main-is: test/Barlow/Main.hs
other-modules:
Paths_barlow_lens
default-extensions:
ImportQualifiedPost
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-unticked-promoted-constructors -threaded -rtsopts -with-rtsopts=-N
build-depends:
barlow-lens
, base >=4.7 && <5
, first-class-families
, generic-lens
, lens
, profunctors
, tasty
, tasty-hunit
default-language: Haskell2010
test-suite readme
type: exitcode-stdio-1.0
main-is: README.hs
other-modules:
Paths_barlow_lens
default-extensions:
ImportQualifiedPost
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-unticked-promoted-constructors
build-depends:
barlow-lens
, base >=4.7 && <5
, first-class-families
, generic-lens
, lens
, profunctors
default-language: Haskell2010