Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
apps
currygle
Commits
66c378f2
Commit
66c378f2
authored
Apr 09, 2019
by
Jan-Hendrik Matthes
😄
Browse files
Prepare 0.3.1 release
parent
f53aa8f5
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
66c378f2
## 0.3.1 (2019-04-09)
*
Added a dark mode theme
*
Updated Bootstrap to version 4.3.1
## 0.3.0 (2018-08-25)
*
Added support for Curry packages
...
...
currygle.cabal
View file @
66c378f2
name: currygle
version: 0.3.
0
version: 0.3.
1
author: Sandra Dylus
maintainer: Sandra Dylus <sad@informatik.uni-kiel.de>
synopsis: An API search engine for the functional logic programming
...
...
src/CurryIndexer.hs
View file @
66c378f2
...
...
@@ -62,7 +62,7 @@ processArgs args = case args of
[
cdocPath
,
uriPath
,
"--u"
]
->
do
folderIndexer
False
cdocPath
uriPath
startIndexer
False
""
cdocPath
uriPath
[
"--help"
]
->
putStr
howToUseMessage
[
"--version"
]
->
putStrLn
"Curr(y)gle indexer version 0.3.
0
"
[
"--version"
]
->
putStrLn
"Curr(y)gle indexer version 0.3.
1
"
_
->
badUsage
-- | Prints the help message and exits the program with a failure code.
...
...
src/Main.hs
View file @
66c378f2
...
...
@@ -31,7 +31,7 @@ import Site (app)
main
::
IO
()
main
=
do
hSetBuffering
stdout
LineBuffering
putStrLn
"Curr(y)gle server version 0.3.
0
"
putStrLn
"Curr(y)gle server version 0.3.
1
"
savePID
(
conf
,
site
,
cleanup
)
<-
$
(
loadSnapTH
[
|
getConf
|
]
'getActions
...
...
src/Site.hs
View file @
66c378f2
...
...
@@ -77,11 +77,11 @@ app = makeSnaplet "currygle" "An API search engine for Curry" Nothing $ do
-- | The version of this package.
pkgVersion
::
String
pkgVersion
=
"0.3.
0
"
pkgVersion
=
"0.3.
1
"
-- | The current year.
pkgYear
::
String
pkgYear
=
"201
8
"
pkgYear
=
"201
9
"
-- | Defines the routing of the website. It distinguishes between the front-
-- and query-page as well as the word completions.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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