packages feed

cabal2spec-2.0.0: test/golden-test-cases/prettyprinter-compat-wl-pprint.cabal

name:                prettyprinter-compat-wl-pprint
version:             1.0.0.1
cabal-version:       >= 1.10
category:            User Interfaces, Text
synopsis:            Prettyprinter compatibility module for previous users of the wl-pprint package.
description:         See README.md
license:             BSD2
license-file:        LICENSE.md
extra-source-files:  README.md
                   , CONTRIBUTORS.md
author:              Daan Leijen, Noam Lewis, David Luposchainsky
maintainer:          David Luposchainsky <dluposchainsky at google>
bug-reports:         http://github.com/quchen/prettyprinter/issues
homepage:            http://github.com/quchen/prettyprinter
build-type:          Simple
tested-with:         GHC==7.8.4, GHC==7.10.2, GHC==7.10.3, GHC==8.0.1, GHC==8.0.2

source-repository head
  type: git
  location: git://github.com/quchen/prettyprinter.git

library
    exposed-modules:  Text.PrettyPrint.Leijen
    ghc-options:      -Wall
    hs-source-dirs:   src
    default-language: Haskell2010
    other-extensions:
          CPP
        , LambdaCase
        , OverloadedStrings

    build-depends:
          base < 127
        , text
        , prettyprinter < 1.1