Skip to content

Commit 235b94a

Browse files
authored
Update controlServices.hs
1 parent 30c3ebc commit 235b94a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/server/Transient/Move/Services/controlServices.hs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#!/usr/bin/env execthirdlinedocker.sh
2-
3-
-- cd /projects/transient && cabal install -f debug --force-reinstalls && cd ../transient-universe && cabal install --force-reinstalls && ghc $1 && exec=`dirname $1`/`basename $1 .hs` && cp $exec /opt/cabal/bin/ && echo $exec $2 $3 $4 && $exec $2 $3 $4
4-
5-
{-# LANGUAGE CPP, ScopedTypeVariables #-}
1+
{-# LANGUAGE ScopedTypeVariables #-}
62

73

84
import Transient.Internals
@@ -358,4 +354,4 @@ requestAtHost= do
358354

359355

360356

361-
357+

0 commit comments

Comments
 (0)