packages feed

cabal-dir-0.1.0.0: cabal-dir.cabal

-- Initial cabal-dir.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                cabal-dir
version:             0.1.0.0
stability:           Experimental
synopsis:            show dist dir of 'cabal copy/install'
description:         
  show dist dir of 'cabal copy/install'
  .
  > % cabal configure
  > % cabal-dir
  > bindir : /usr/local/bin
  > libdir : /usr/local/lib/foo-0.1.2.3/ghc-8.8.8
  > datadir: /usr/local/share/foo-0.1.2.3
  > htmldir: /usr/local/share/doc/foo-0.1.2.3/html
  >
  > % cabal-dir /usr/local
  > bindir : bin
  > libdir : lib/foo-0.1.2.3/ghc-8.8.8
  > datadir: share/foo-0.1.2.3
  > htmldir: share/doc/foo-0.1.2.3/html
license:             BSD3
license-file:        LICENSE
author:              Yoshikuni Jujo <PAF01143@nifty.ne.jp>
maintainer:          Yoshikuni Jujo <PAF01143@nifty.ne.jp>
-- copyright:           
category:            Distribution
build-type:          Simple
cabal-version:       >=1.8

source-repository	head
  type:		git
  location:	git://github.com/YoshikuniJujo/cabal-dir.git

source-repository	this
  type:		git
  location:	git://github.com/YoshikuniJujo/cabal-dir.git
  tag:		0.1.0.0

executable cabal-dir
  main-is:             cabal-dir.hs
  -- other-modules:       
  build-depends:       base > 3 && < 5, directory, Cabal