34 lines
600 B
Plaintext
34 lines
600 B
Plaintext
# Not using this currently!
|
|
#
|
|
# Important! run with test/run.sh
|
|
|
|
rm -rf foobar && runghc main.hs init && cd foobar && cabal install && cabal install -fdevel && cd ..
|
|
<<<
|
|
Michael
|
|
foobar
|
|
|
|
Foobar
|
|
t
|
|
>>> /.*Registering foobar-0.0.0.*/
|
|
>>>= 0
|
|
|
|
rm -rf foobar && runghc main.hs init && cd foobar && cabal install && cabal install -fdevel && cd ..
|
|
<<<
|
|
Michael
|
|
foobar
|
|
|
|
Foobar
|
|
s
|
|
>>> /.*Registering foobar-0.0.0.*/
|
|
>>>= 0
|
|
|
|
rm -rf foobar && runghc main.hs init && cd foobar && cabal install && cabal install -fdevel && cd .. && rm -rf foobar
|
|
<<<
|
|
Michael
|
|
foobar
|
|
|
|
Foobar
|
|
p
|
|
>>> /.*Registering foobar-0.0.0.*/
|
|
>>>= 0
|