Commit Graph

29 Commits

Author SHA1 Message Date
Kei Hibino
4b2c69762c Ver bump up. 2015-11-30 23:26:11 +09:00
Kei Hibino
02082945d7 Remove unused imports. 2015-11-30 23:25:18 +09:00
Kei Hibino
ad83cc3572 Ver bump up. 2015-11-11 17:49:32 +09:00
Kei Hibino
9c78c83516 Drop unused definition. 2015-11-11 17:49:08 +09:00
Kei Hibino
d1b97a3613 Ver bump up. 2015-04-26 10:37:54 +09:00
Shohei Murayama
a59267ce2c add dependent package 2015-04-21 16:47:05 +09:00
Shohei Murayama
a8557ee05a rename constructor and variable if it is equal to the reserved identifier 2015-04-21 15:23:43 +09:00
Kei Hibino
b7bcc9cd68 Bumps to release version. 2014-12-15 00:37:21 +09:00
Kei Hibino
fe5ee1a2d7 Update project homepage URL. Bumps. 2014-12-13 13:37:12 +09:00
Kei Hibino
684cab3cf9 Drop deprecated driver interfaces. 2014-12-10 16:36:15 +09:00
Kei Hibino
da91bc8c95 Simplify. 2014-12-10 13:01:45 +09:00
Kei Hibino
fc13c51a1a Add default-language field to .cabal files. 2014-12-10 12:30:10 +09:00
Kei Hibino
5c609ff19d Add repository links. 2014-12-10 02:34:36 +09:00
Kei Hibino
d1f5f23180 Not to use new function lookupEnv. 2014-10-15 12:55:04 +09:00
Kei Hibino
bac62457a7 Add compile message functions for TH. 2014-10-10 20:05:33 +09:00
Kei Hibino
514e7df8ba Re-designing compile message functions for ghc logger and Q monad. 2014-10-10 17:29:27 +09:00
Kei Hibino
c2f2fb7820 Functions to put informational message and warning message while compile time. 2014-10-09 21:30:34 +09:00
Kei Hibino
a5dd1c86ed Generalize compileError into Quasi constraint. 2014-10-09 14:56:44 +09:00
Kei Hibino
37ab330b5c Remove debian directories with using odebuild. 2014-08-13 17:48:45 +09:00
Kei Hibino
21cf2eeea7 Update debianization. 2013-12-20 19:57:44 +09:00
Kei Hibino
e00d1946f6 Update haddock. 2013-05-30 18:35:14 +09:00
Kei Hibino
e3ec99922b Update haddock. 2013-05-30 18:00:07 +09:00
Kei Hibino
9bf6ff10af Update names-th description. 2013-05-30 17:59:45 +09:00
Kei Hibino
9ab641aea2 Pass '-Wall' switch to GHC. 2013-05-30 00:44:40 +09:00
Kei Hibino
615b8ae886 Add header text. Extra module is renamed.
--HG--
rename : names-th/src/Language/Haskell/TH/Name/Extra.hs => names-th/src/Language/Haskell/TH/Lib/Extra.hs
2013-05-16 19:03:46 +09:00
Kei Hibino
615d1dcd73 Add toVarExp and toVarPat. 2013-05-14 15:44:42 +09:00
Kei Hibino
d92fc81b1f Add TH combinator maybeD. 2013-05-08 14:43:38 +09:00
Kei Hibino
14f3af698a Add compileErrorIO TH function. 2013-05-07 19:00:03 +09:00
Kei Hibino
8744e55171 Rename package from th-names to names-th.
--HG--
rename : th-names/GNUmakefile => names-th/GNUmakefile
rename : th-names/LICENSE => names-th/LICENSE
rename : th-names/Setup.hs => names-th/Setup.hs
rename : th-names/debian/changelog => names-th/debian/changelog
rename : th-names/debian/compat => names-th/debian/compat
rename : th-names/debian/control => names-th/debian/control
rename : th-names/debian/copyright => names-th/debian/copyright
rename : th-names/debian/rules => names-th/debian/rules
rename : th-names/debian/source/format => names-th/debian/source/format
rename : th-names/debian/watch => names-th/debian/watch
rename : th-names/th-names.cabal => names-th/names-th.cabal
rename : th-names/src/Language/Haskell/TH/Name/CamelCase.hs => names-th/src/Language/Haskell/TH/Name/CamelCase.hs
rename : th-names/src/Language/Haskell/TH/Name/Extra.hs => names-th/src/Language/Haskell/TH/Name/Extra.hs
2013-05-07 17:22:06 +09:00