Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Update hackage link
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jan 11, 2014
1 parent bc422f1 commit 2209f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/tryhaskell.pages.js
Expand Up @@ -37,7 +37,7 @@ tryhaskell.pages.list =
'"hello"" into the console." style="cursor: pointer;">reverse ' +
'"hello"</code> or <code title="Click me to insert &quot;foldr (:) [] [1,2,3]&quot; into the console." style="cursor: pointer;">foldr (:) [] [1,2,3]</code> or <code title="Click me to insert." style="cursor: pointer;">do line <- getLine; putStrLn line</code> or <code>readFile "/welcome"</code>' +
'</p>' +
'<p><a href="https://hackage.haskell.org/package/pure-io-0.1.1/docs/PureIO.html#g:2">These</a> IO actions are supported in this app.</p>' +
'<p><a href="https://hackage.haskell.org/package/pure-io-0.2.0/docs/PureIO.html#g:2">These</a> IO actions are supported in this app.</p>' +
'<p><strong>Other cool learning places</strong></pa>' +
'<p class="clearfix">' +
'You can also run real Haskell code—file I/O, ' +
Expand Down

0 comments on commit 2209f37

Please sign in to comment.