Skip to content

Commit

Permalink
Drop redundant dependencies for example programs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Nov 18, 2008
1 parent 8202050 commit 123b8f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scion.cabal
Expand Up @@ -67,9 +67,6 @@ executable test_get_imports
main-is: GetImports.hs
hs-source-dirs: examples
src
build-depends: ghc-paths >= 0.1 && < 0.2,
ghc >= 6.10 && < 6.12,
ghc-syb >= 0.1 && < 0.2
other-modules: Scion
if flag(testing)
build-depends: QuickCheck == 2.*
Expand All @@ -81,9 +78,6 @@ executable test_call_graph
main-is: CallGraph0.hs
hs-source-dirs: examples
src
build-depends: ghc >= 6.10 && < 6.12,
ghc-uniplate == 0.1.*,
containers == 0.2.*, filepath == 1.1.*
other-modules: Scion
if flag(testing)
build-depends: QuickCheck == 2.*
Expand All @@ -95,8 +89,6 @@ executable test_thing_at_point
main-is: ThingAtPoint.hs
hs-source-dirs: examples
src
build-depends: ghc >= 6.10 && < 6.12,
ghc-uniplate == 0.1.*
other-modules: Scion
if flag(testing)
build-depends: QuickCheck == 2.*
Expand Down

0 comments on commit 123b8f6

Please sign in to comment.