File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed
tests/IntegrationTests/setup-deps Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ Extra-Source-Files:
104
104
tests/IntegrationTests/sandbox-sources/remove_nonexistent_source.sh
105
105
tests/IntegrationTests/sandbox-sources/report_success_removing_source.out
106
106
tests/IntegrationTests/sandbox-sources/report_success_removing_source.sh
107
+ tests/IntegrationTests/setup-deps/Setup.hs
108
+ tests/IntegrationTests/setup-deps/custom-setup.cabal
109
+ tests/IntegrationTests/setup-deps/install_setup_deps.sh
107
110
tests/IntegrationTests/user-config/common.sh
108
111
tests/IntegrationTests/user-config/doesnt_overwrite_without_f.err
109
112
tests/IntegrationTests/user-config/doesnt_overwrite_without_f.sh
Original file line number Diff line number Diff line change
1
+ import Distribution.Simple
2
+
3
+ main = defaultMain
Original file line number Diff line number Diff line change
1
+ name : custom-setup
2
+ version : 1.0
3
+ build-type : Custom
4
+ -- cabal-version: >= 1.2
5
+ cabal-version : >= 1.24
6
+
7
+ custom-setup
8
+ setup-depends : base, Cabal >= 1.24
9
+
10
+ library
Original file line number Diff line number Diff line change
1
+ . ./common.sh
2
+ cabal sandbox init
3
+ cabal install -v
You can’t perform that action at this time.
0 commit comments