mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
534e224f5e
automatically handled by the combination of the Cabal and the pkg(8) frameworks Issue raised by: antoine Discussed with: ashish Obtained from: FreeBSD Haskell
17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
bin/ghc
|
|
bin/ghci
|
|
bin/ghc-pkg
|
|
bin/runhaskell
|
|
bin/runghc
|
|
bin/hp2ps
|
|
bin/hpc
|
|
bin/hsc2hs
|
|
bin/ghc-%%GHC_VERSION%%
|
|
bin/ghci-%%GHC_VERSION%%
|
|
bin/ghc-pkg-%%GHC_VERSION%%
|
|
bin/haddock-ghc-%%GHC_VERSION%%
|
|
bin/runghc-%%GHC_VERSION%%
|
|
%%PORTDOCS%%man/man1/ghc.1.gz
|
|
@exec /bin/ln -sf %D/bin/haddock-ghc-%%GHC_VERSION%% %D/bin/haddock || return true
|
|
@unexec /bin/rm -f %D/bin/haddock || return true
|