cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack name: persistent-lens version: 1.0.0 synopsis: lens helpers for persistent. description: adds an isomorphism from entity to tuple and field lenses on entity. category: Database homepage: https://github.com/jappeace/persistent-lens#readme bug-reports: https://github.com/jappeace/persistent-lens/issues author: Jappie Klooster maintainer: jappieklooster@hotmail.com copyright: 2022 Jappie Klooster license: MIT license-file: LICENSE build-type: Simple extra-source-files: Readme.md LICENSE Changelog.md source-repository head type: git location: https://github.com/jappeace/persistent-lens library exposed-modules: Persistent.Lens other-modules: Paths_persistent_lens hs-source-dirs: src default-extensions: EmptyCase FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses LambdaCase MultiWayIf NamedFieldPuns TupleSections DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving OverloadedStrings TypeApplications ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wincomplete-record-updates -Widentities -Wcpp-undef -fwarn-tabs -Wpartial-fields -fdefer-diagnostics -Wunused-packages build-depends: base >=4.7 && <5 , lens , persistent default-language: Haskell2010