Cabal revisions of these-optics-1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >=1.10-name: these-optics-version: 1.0.1-synopsis: Optics for These-homepage: https://github.com/isomorphism/these-license: BSD3-license-file: LICENSE-author: C. McCann, Oleg Grenrus-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-category: Data, These, Optics-build-type: Simple-extra-source-files: CHANGELOG.md-description: This package provides Prism and Traversals for @These@.-tested-with:- GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1- , GHCJS ==8.4--source-repository head- type: git- location: https://github.com/isomorphism/these.git--library- default-language: Haskell2010- ghc-options: -Wall-- if impl(ghc >=8.0)- ghc-options: -Wno-trustworthy-safe-- hs-source-dirs: src- exposed-modules: Data.These.Optics-- -- ghc boot libs- build-depends: base >=4.9 && <4.15-- -- these- build-depends: these >=1 && <1.2-- -- other dependencies- build-depends: optics-core >=0.1 && <0.4+cabal-version: >=1.10 +name: these-optics +version: 1.0.1 +x-revision: 1 +synopsis: Optics for These +homepage: https://github.com/isomorphism/these +license: BSD3 +license-file: LICENSE +author: C. McCann, Oleg Grenrus +maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> +category: Data, These, Optics +build-type: Simple +extra-source-files: CHANGELOG.md +description: This package provides Prism and Traversals for @These@. +tested-with: + GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1 + , GHCJS ==8.4 + +source-repository head + type: git + location: https://github.com/isomorphism/these.git + +library + -- Each instance is broken + build-depends: base <0 + default-language: Haskell2010 + ghc-options: -Wall + + if impl(ghc >=8.0) + ghc-options: -Wno-trustworthy-safe + + hs-source-dirs: src + exposed-modules: Data.These.Optics + + -- ghc boot libs + build-depends: base >=4.9 && <4.15 + + -- these + build-depends: these >=1 && <1.2 + + -- other dependencies + build-depends: optics-core >=0.1 && <0.4