packages feed

control-iso-0.1.0.2: control-iso.cabal

-- Initial control-iso.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                control-iso
version:             0.1.0.2
synopsis: A typeclass for type isomorphisms
description: This is a type class for type isomorphisms, it provides string conversions as well as for newtypes and common types
license:             BSD3
license-file:        LICENSE
author:              Isaac Shapira
maintainer:          fresheyeball@gmail.com
-- copyright:
category:            Control
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://gitlab.com/fresheyeball/control-iso.git

library
  exposed-modules:    Control.Isomorphic
  -- other-modules:
  -- other-extensions:
  ghc-options: -Wall
  build-depends:       base                >= 4.9 && <4.13
                     , bytestring          >= 0.10.8 && < 0.11
                     , newtype-generics    >= 0.5.1 && < 0.6
                     , profunctors         >= 5.2.1 && < 5.4
                     , text                >= 1.2.2 && < 1.3

  hs-source-dirs:      src
  default-language:    Haskell2010