packages feed

mu-optics-0.3.0.1: mu-optics.cabal

name:          mu-optics
version:       0.3.0.1
synopsis:      Optics for @mu-schema@ terms
description:
  With @mu-schema@ you can describe schemas using type-level constructs, and derive serializers from those. This package provides convenient access using @optics@.

license:       Apache-2.0
license-file:  LICENSE
author:        Alejandro Serrano, Flavio Corpa
maintainer:    alejandro.serrano@47deg.com
copyright:     Copyright © 2019-2020 <http://47deg.com 47 Degrees>
category:      Network
build-type:    Simple
cabal-version: >=1.10
homepage:      https://higherkindness.io/mu-haskell/
bug-reports:   https://github.com/higherkindness/mu-haskell/issues

source-repository head
  type:     git
  location: https://github.com/higherkindness/mu-haskell

library
  exposed-modules:  Mu.Schema.Optics
  build-depends:
      base         >=4.12 && <5
    , containers   >=0.6  && <0.7
    , mu-schema    ==0.3.*
    , optics-core  >=0.2  && <0.4
    , sop-core     >=0.5  && <0.6

  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall