Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MateFun
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matefun
MateFun
Commits
0c8552cf
Commit
0c8552cf
authored
9 months ago
by
Marcos Viera
Browse files
Options
Downloads
Patches
Plain Diff
v-0.2
parent
4cd07c81
No related branches found
No related tags found
No related merge requests found
Pipeline
#136296
failed
9 months ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/MateFun
+0
-0
0 additions, 0 deletions
bin/MateFun
src/MateFun.hs
+2
-2
2 additions, 2 deletions
src/MateFun.hs
with
2 additions
and
2 deletions
bin/MateFun
+
0
−
0
View file @
0c8552cf
No preview for this file type
This diff is collapsed.
Click to expand it.
src/MateFun.hs
+
2
−
2
View file @
0c8552cf
...
...
@@ -85,8 +85,8 @@ main = do args <- getArgs
-- Internationalization, also see MateFun.InternationalizationHelper
setLocale
LC_ALL
(
Just
""
)
bindTextDomain
hgettext_locale_domain
(
Just
hgettext_abs_dir
)
textDomain
(
Just
hgettext_locale_domain
)
bindTextDomain
hgettext_locale_domain
hgettext_abs_dir
--
(Just hgettext_abs_dir)
textDomain
hgettext_locale_domain
--
(Just hgettext_locale_domain)
-- If no errors, interp
case
getOpt
RequireOrder
options
args
of
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment