packages feed

ap-reflect-0.2: ap-reflect.cabal

name:                ap-reflect
version:             0.2
synopsis:            Partial evaluation reflection a la simple-reflect.
description:         The library provides a simple reflection technique,
                     substituting functions like @fmap@ and @\<*\>@ with reflection-aware analogues.

                     This library can be used with <http://hackage.haskell.org/package/simple-reflect simple-reflect package>.
license:             BSD3
license-file:        LICENSE
author:              Oleg Baev
maintainer:          odbaev@yandex.ru
homepage:            https://github.com/cmc-msu-ai/ap-reflect
bug-reports:         https://github.com/cmc-msu-ai/ap-reflect/issues
-- copyright:           
category:            Debug
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md
                   , CHANGELOG.md
                   , examples/*.hs

library
  default-language:    Haskell2010
  hs-source-dirs:      src
  ghc-options:         -Wall
  exposed-modules:     Debug.Reflect
  -- other-modules:       
  build-depends:       base >= 4.7 && < 5

Source-Repository head
  Type:                 git
  Location:             https://github.com/cmc-msu-ai/ap-reflect.git