packages feed

open-haddock-0.1.0.0: open-haddock.cabal

name:                open-haddock
version:             0.1.0.0
synopsis:            Open haddock HTML documentation
description:         When operating in a sandbox, or inside a nix-shell, it is
                     useful to be able to open the documentation for a
                     particular package or module.
                     .
                     This simple command-line tool will open the local haddock
                     documentation for a particular package or module.
                     .
                     Particularly useful for offline hacking.
license:             GPL-3
license-file:        LICENSE
author:              Jonathan Lange
maintainer:          jml@mumak.net
copyright:           Jonathan M. Lange 2015
category:            Development
build-type:          Simple
cabal-version:       >=1.10

executable open-haddock
  main-is:             Main.hs
  build-depends:       base >=4.8 && <4.9
                     , basic-prelude >= 0.5
                     , text >= 1.2
                     , turtle >= 1.2
  hs-source-dirs:      src
  default-language:    Haskell2010
  default-extensions:  NoImplicitPrelude
                     , OverloadedStrings