Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Add missing test data files for Explicit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alang9 committed Sep 18, 2015
1 parent a092a19 commit 6c50c63
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/data/options-cradle/ghc-mod.options
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-isrc
-DINTERPRETED
5 changes: 5 additions & 0 deletions test/data/options-cradle/ghc-mod.package-db-stack
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
global
user
package-db-a
package-db-b
package-db-c
Binary file added test/data/options-cradle/package-db-a/package.cache
Binary file not shown.
Binary file added test/data/options-cradle/package-db-b/package.cache
Binary file not shown.
Binary file added test/data/options-cradle/package-db-c/package.cache
Binary file not shown.
10 changes: 10 additions & 0 deletions test/data/options-cradle/src/Main.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module Main
( main
, foo
) where

main :: IO ()
main = return ()

foo :: Int
foo = 0
10 changes: 10 additions & 0 deletions test/data/options-cradle/src/Main2.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module Main2
( main
, foo
) where

main :: IO ()
main = return ()

foo :: Int
foo = 0 + id

0 comments on commit 6c50c63

Please sign in to comment.