packages feed

monad-codec-0.2.1: monad-codec.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: d8e7749367f6057716d7cb2efb40f3492e3495799762ec40fe1ecfa18a81868d

name:           monad-codec
version:        0.2.1
synopsis:       Monadic conversion between complex data structures and unique integers
description:    Please see the README on GitHub at <https://github.com/kawu/monad-codec#readme>
category:       Control
homepage:       https://github.com/kawu/monad-codec#readme
bug-reports:    https://github.com/kawu/monad-codec/issues
author:         Jakub Waszczuk
maintainer:     waszczuk.kuba@gmail.com
copyright:      2012-2019 IPI PAN, Jakub Waszczuk
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/kawu/monad-codec

library
  exposed-modules:
      Control.Monad.Codec
  other-modules:
      Paths_monad_codec
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , binary
    , containers
    , data-lens-light
    , mtl
  default-language: Haskell2010