Skip to content

Commit b196db4

Browse files
committed
version 3.6.5
1 parent 08bbeb7 commit b196db4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2016, Satoshi Egi
1+
Copyright (c) 2011-2017, Satoshi Egi
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the "Software"),

egison.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: egison
2-
Version: 3.6.4
2+
Version: 3.6.5
33
Synopsis: Programming language with non-linear pattern-matching against non-free data
44
Description:
55
An interpreter for Egison, a **pattern-matching-oriented**, purely functional programming language.
@@ -79,7 +79,7 @@ Library
7979
Language.Egison.Primitives
8080
Language.Egison.Util
8181
Other-modules: Paths_egison
82-
ghc-options: -O3 -threaded
82+
ghc-options: -O3
8383

8484
Test-Suite test
8585
Type: exitcode-stdio-1.0

hs-src/Interpreter/egison.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ printVersionNumber = do
216216

217217
showBanner :: IO ()
218218
showBanner = do
219-
putStrLn $ "Egison Version " ++ showVersion version ++ " (C) 2011-2016 Satoshi Egi"
219+
putStrLn $ "Egison Version " ++ showVersion version ++ " (C) 2011-2017 Satoshi Egi"
220220
putStrLn $ "https://www.egison.org"
221221
putStrLn $ "Welcome to Egison Interpreter!"
222222
-- putStrLn $ "** Information **"

0 commit comments

Comments
 (0)