packages feed

ap-reflect-0.1.0.0: ap-reflect.cabal

name:                ap-reflect
version:             0.1.0.0
synopsis:            Partial evaluation reflection a la simple-reflect.
-- description:         
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:            
build-type:          Simple
cabal-version:       >=1.10

library
  default-language:    Haskell2010
  hs-source-dirs:      src
  ghc-options:         -Wall
  exposed-modules:     Debug.Reflect
  -- other-modules:       
  build-depends:       base ==4.6.*

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