packages feed

zenc-0.1.2: zenc.cabal

Name:                zenc
Version:             0.1.2
Synopsis:            GHC style name Z-encoding and Z-decoding
Description:         Implements GHC's name mangling.  This code was taken
                     directly from the GHC source.
License:             BSD3
License-file:        LICENSE
Author:              GHC Team, Jason Dagit
Maintainer:          dagitj@gmail.com
Copyright:           GHC HQ
Category:            Text
Build-type:          Simple
Cabal-version:       >=1.10

extra-source-files: README.md

Library
  -- Modules exported by the library.
  Exposed-modules:     Text.Encoding.Z

  -- Packages needed in order to build this package.
  Build-depends:       base >= 3 && <= 5
  GHC-options:         -O2
  default-language:    Haskell2010


  -- Modules not exported by this package.
  -- Other-modules:

  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools:

test-suite tests
   type:                exitcode-stdio-1.0
   main-is:             Tests.hs
   other-modules:       Text.Encoding.Z
   build-depends:       base >= 3 && <= 5
   build-depends:       hedgehog == 1.0.*
   build-depends:       hspec == 2.8.*
   build-depends:       hspec-hedgehog == 0.0.*
   default-language:    Haskell2010

source-repository this
  type: git
  location: https://github.com/dagit/zenc.git
  tag: 0.1.2