This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
Docker-official-images
mirror of
https://github.com/docker-library/official-images.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add runhaskell test
Moghedrin
10 years ago
parent
768a530672
commit
f09368ee24
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
1
0
test/tests/haskell-runhaskell/container.hs
1
0
test/tests/haskell-runhaskell/run.sh
+ 1
- 0
test/tests/haskell-runhaskell/container.hs
View File
@@ -0,0 +1 @@
+main = putStrLN "Hello, World"
+ 1
- 0
test/tests/haskell-runhaskell/run.sh
View File
@@ -0,0 +1 @@
+../run-haskell-in-container.sh