-- 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.4 stability: Experimental synopsis: show dist dir of 'cabal copy/install' description: show dist dir of 'cabal copy/install' . > % cabal configure > % cabal-dir > prefix : /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 maintainer: Yoshikuni Jujo -- 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.4 executable cabal-dir main-is: cabal-dir.hs -- other-modules: build-depends: base > 3 && < 5, directory, Cabal, filepath ghc-options: -Wall