Skip to content

Commit

Permalink
Release CaPriCon 0.12.2, to make the new stylesheets useable in WiQEEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Coiffier committed Apr 7, 2019
1 parent ad7ff0d commit 137faa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capricon/capricon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- see http://haskell.org/cabal/users-guide/

name: capricon
version: 0.12.1
version: 0.12.2
-- synopsis:
-- description:
license: GPL-3
Expand Down
2 changes: 1 addition & 1 deletion capricon/exe/WiQEE.hs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ runWordsState ws st = ($st) $ from (stateT.concatT) $^ do
runWithFS :: JS.JSString -> FSIO a -> JS.CIO a
runWithFS fsname (FSIO r) = newFS fsname >>= r^..readerT

hasteDict = cocDict ("0.12.1-js" :: String) getString getBytes setString setBytes
hasteDict = cocDict ("0.12.2-js" :: String) getString getBytes setString setBytes

main :: IO ()
main = do
Expand Down

0 comments on commit 137faa4

Please sign in to comment.