From 6ad386d31e1040053c938b6740735cac08ffc537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 28 Apr 2014 19:41:28 +0200 Subject: [PATCH] Add test data to Extra-Source-Files --- ghc-mod.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index d3c4c45..293e365 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -37,6 +37,11 @@ Extra-Source-Files: ChangeLog test/data/check-test-subdir/test/Bar/*.hs test/data/check-packageid/cabal.sandbox.config.in test/data/check-packageid/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-32d4f24abdbb6bf41272b183b2e23e9c.conf + test/data/duplicate-pkgver/cabal.sandbox.config.in + test/data/duplicate-pkgver/duplicate-pkgver.cabal + test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-1.0-7c59d13f32294d1ef6dc6233c24df961.conf + test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-14e543bdae2da4d2aeff5386892c9112.conf + test/data/duplicate-pkgver/.cabal-sandbox/i386-osx-ghc-7.6.3-packages.conf.d/template-haskell-2.8.0.0-32d4f24abdbb6bf41272b183b2e23e9c.conf test/data/ghc-mod-check/*.cabal test/data/ghc-mod-check/*.hs test/data/ghc-mod-check/Data/*.hs