File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2011-2016 , Satoshi Egi
1
+ Copyright (c) 2011-2017 , Satoshi Egi
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining
4
4
a copy of this software and associated documentation files (the "Software"),
Original file line number Diff line number Diff line change 1
1
Name : egison
2
- Version : 3.6.4
2
+ Version : 3.6.5
3
3
Synopsis : Programming language with non-linear pattern-matching against non-free data
4
4
Description :
5
5
An interpreter for Egison, a **pattern-matching-oriented**, purely functional programming language.
@@ -79,7 +79,7 @@ Library
79
79
Language.Egison.Primitives
80
80
Language.Egison.Util
81
81
Other-modules : Paths_egison
82
- ghc-options : -O3 -threaded
82
+ ghc-options : -O3
83
83
84
84
Test-Suite test
85
85
Type : exitcode-stdio-1.0
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ printVersionNumber = do
216
216
217
217
showBanner :: IO ()
218
218
showBanner = do
219
- putStrLn $ " Egison Version " ++ showVersion version ++ " (C) 2011-2016 Satoshi Egi"
219
+ putStrLn $ " Egison Version " ++ showVersion version ++ " (C) 2011-2017 Satoshi Egi"
220
220
putStrLn $ " https://www.egison.org"
221
221
putStrLn $ " Welcome to Egison Interpreter!"
222
222
-- putStrLn $ "** Information **"
You can’t perform that action at this time.
0 commit comments