Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Coiffier
BHR
Commits
c23c03fc
Commit
c23c03fc
authored
Apr 30, 2019
by
Marc Coiffier
Browse files
Successful build (on Tue Apr 30 18:02:07 CEST 2019)
parent
418f13f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
capricon/capricon.cabal
View file @
c23c03fc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/
-- see http://haskell.org/cabal/users-guide/
name: capricon
name: capricon
version: 0.13.1.
1
version: 0.13.1.
2
-- synopsis:
-- synopsis:
-- description:
-- description:
license: GPL-3
license: GPL-3
...
...
capricon/exe/CaPriCon_Engine.hs
View file @
c23c03fc
...
@@ -160,7 +160,7 @@ runWordsState ws st = ($st) $ from (stateT.concatT) $^ do
...
@@ -160,7 +160,7 @@ runWordsState ws st = ($st) $ from (stateT.concatT) $^ do
runWithFS
::
JS
.
JSString
->
FSIO
a
->
JS
.
CIO
a
runWithFS
::
JS
.
JSString
->
FSIO
a
->
JS
.
CIO
a
runWithFS
fsname
(
FSIO
r
)
=
newFS
fsname
>>=
r
^..
readerT
runWithFS
fsname
(
FSIO
r
)
=
newFS
fsname
>>=
r
^..
readerT
hasteDict
=
cocDict
(
"0.13.1.
1
-js"
::
String
)
getString
getBytes
setString
setBytes
hasteDict
=
cocDict
(
"0.13.1.
2
-js"
::
String
)
getString
getBytes
setString
setBytes
main
::
IO
()
main
::
IO
()
main
=
do
main
=
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment