diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2022-08-04 14:09:55 +0100 |
---|---|---|
committer | Douglas Wilson <douglas.wilson@gmail.com> | 2022-08-04 14:09:55 +0100 |
commit | 50cb5b35cfbeb16462415bae617dba301266e673 (patch) | |
tree | f1abc88d927ef5389cdaf3f0591729895a330d6f /libraries/template-haskell/template-haskell.cabal.in | |
parent | f20c2c91f614f5452cf375c0039b8d491675b4ee (diff) | |
download | haskell-wip/9.4-template-haskell-vendoring.tar.gz |
libraries: template-haskell: vendor filepath differentlywip/9.4-template-haskell-vendoring
Vendoring with ../ in hs-source-dirs prevents upload to hackage.
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal.in')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in index af678ceab6..a3cfb6d765 100644 --- a/libraries/template-haskell/template-haskell.cabal.in +++ b/libraries/template-haskell/template-haskell.cabal.in @@ -73,7 +73,7 @@ Library System.FilePath System.FilePath.Posix System.FilePath.Windows - hs-source-dirs: ../filepath . + hs-source-dirs: ./vendored-filepath . default-extensions: ImplicitPrelude else |