packages feed

invertible-hlist-0.2.0.2: invertible-hlist.cabal

name:                invertible-hlist
version:             0.2.0.2
synopsis:            invertible functions and instances for HList
description:         Provides invertible functions and instances for HList. This was formerly part of invertible itself and has been split off.
license:             BSD3
license-file:        LICENSE
author:              Dylan Simon
maintainer:          dylan@dylex.net
copyright:           2016
category:            Data, Control, Composition
build-type:          Simple
cabal-version:       >=1.10
tested-with:         GHC == 7.10.3, GHC == 8.0.1

source-repository head
  type: git
  location: https://github.com/dylex/invertible

library
  exposed-modules:
    Data.Invertible.HList
    Control.Invertible.Monoidal.HList

  build-depends:
    base >= 4.8 && <5,
    invertible > 0.2.0.1,
    HList == 0.4.*
  default-language:    Haskell2010
  ghc-options: -Wall