Skip to content
Snippets Groups Projects
Commit 6792ca11 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

Edit Datafiles test to check cabal projects too

parent 7c8fe622
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
In order, the following will be built:
- Datafiles-1.0 (exe:foo) (first run)
Configuring executable 'foo' for Datafiles-1.0..
Preprocessing executable 'foo' for Datafiles-1.0..
Building executable 'foo' for Datafiles-1.0..
- foo-1.0 (exe:foo) (first run)
Configuring executable 'foo' for foo-1.0..
Preprocessing executable 'foo' for foo-1.0..
Building executable 'foo' for foo-1.0..
packages: .
packages: foo
import Paths_Datafiles
import Paths_foo
main = putStrLn =<< readFile =<< getDataFileName "hello.txt"
name: Datafiles
name: foo
version: 1.0
build-type: Simple
cabal-version: >= 1.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment