File: ghc-syb-utils.cabal

package info (click to toggle)
haskell-ghc-syb-utils 0.3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60 kB
  • sloc: haskell: 51; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 815 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name:            ghc-syb-utils
version:         0.3.0.0
license:         BSD3
license-file:    LICENSE
author:          Claus Reinke
copyright:       (c) Claus Reinke 2008
maintainer:      Daniel Gröber <dxld@darkboxed.org>
homepage:        https://github.com/DanielG/ghc-syb
description:     Scrap Your Boilerplate utilities for the GHC API.
synopsis:        Scrap Your Boilerplate utilities for the GHC API.
category:        Development
stability:       provisional
build-type:      Simple
cabal-version:   >= 1.10

library
  build-depends:   base >= 4 && < 5
                 , syb >= 0.1.0
                 , ghc >= 7.10 && < 8.6
                 , bytestring

  hs-source-dirs:  .
  default-language: Haskell2010
  default-extensions: Rank2Types, CPP
  ghc-options:    -Wall

  exposed-modules: GHC.SYB.Utils