Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							955223a2a8 
							
						 
					 
					
						
						
							
							module name change.  
						
						
						
					 
					
						2013-09-03 11:49:35 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							1b862ca107 
							
						 
					 
					
						
						
							
							removing shouldContain since hspec provides it!  
						
						
						
					 
					
						2013-09-03 11:44:59 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							159c181323 
							
						 
					 
					
						
						
							
							ver bumps up.  
						
						
						
					 
					
						2013-09-03 11:32:01 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							b0f7370fdd 
							
						 
					 
					
						
						
							
							removing unnecessary dep.  
						
						
						
					 
					
						2013-09-03 11:28:35 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							0f3056e701 
							
						 
					 
					
						
						
							
							Merge pull request  #141  from alanz/master  
						
						... 
						
						
						
						Exposing lower level API using GhcMonad 
						
					 
					
						2013-09-02 19:25:46 -07:00 
						 
				 
			
				
					
						
							
							
								Alan Zimmerman 
							
						 
					 
					
						
						
						
						
							
						
						
							e487a535eb 
							
						 
					 
					
						
						
							
							Rename GhcModLowLevel to GhcMod.Internal and document exposed items.  
						
						
						
					 
					
						2013-08-26 18:28:21 +02:00 
						 
				 
			
				
					
						
							
							
								Alan Zimmerman 
							
						 
					 
					
						
						
						
						
							
						
						
							a45bfb97b9 
							
						 
					 
					
						
						
							
							Exposing lower level API using GhcMonad  
						
						
						
					 
					
						2013-08-24 19:17:33 +02:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							1cd83ce2e0 
							
						 
					 
					
						
						
							
							showUnqualifiedPage is now in Doc.hs.  
						
						
						
					 
					
						2013-07-14 17:07:30 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							cbcbae052b 
							
						 
					 
					
						
						
							
							adding comments.  
						
						
						
					 
					
						2013-07-14 16:45:43 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							9c5eec47ca 
							
						 
					 
					
						
						
							
							Removing warnings.  
						
						... 
						
						
						
						Tests passed: GHC 7.4.2 and GHC 7.6.3 
						
					 
					
						2013-07-05 16:43:54 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							7bd3510dc8 
							
						 
					 
					
						
						
							
							Merge pull request  #129  from co-dan/ghc77  
						
						... 
						
						
						
						Porting ghc-mod to GHC 7.7 
						
					 
					
						2013-07-05 00:03:57 -07:00 
						 
				 
			
				
					
						
							
							
								Daniil Frumin 
							
						 
					 
					
						
						
						
						
							
						
						
							dd03fc4c2c 
							
						 
					 
					
						
						
							
							More fixes for GHC 7.4  
						
						
						
					 
					
						2013-07-02 13:29:08 +04:00 
						 
				 
			
				
					
						
							
							
								Daniil Frumin 
							
						 
					 
					
						
						
						
						
							
						
						
							9d3b449e55 
							
						 
					 
					
						
						
							
							This should fix building the library for GHC <= 7.4  
						
						
						
					 
					
						2013-07-02 13:19:25 +04:00 
						 
				 
			
				
					
						
							
							
								Daniil Frumin 
							
						 
					 
					
						
						
						
						
							
						
						
							9eb446e24b 
							
						 
					 
					
						
						
							
							Moving all CPP stuff (that depends on GHC version) to Gap  
						
						... 
						
						
						
						- Moved some functions from Language.Haskell.GhcMod.Doc to Gap
- Moved HasType typeclass and some functions from Info to Gap
- Adjusted all the other modules to use necessary functions from Gap
  instead of the functions from modified modules 
						
					 
					
						2013-07-02 12:48:44 +04:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							1811f11a07 
							
						 
					 
					
						
						
							
							removing unnecessary CPP.  
						
						
						
					 
					
						2013-07-01 13:21:49 +09:00 
						 
				 
			
				
					
						
							
							
								Daniil Frumin 
							
						 
					 
					
						
						
						
						
							
						
						
							54d6f5f690 
							
						 
					 
					
						
						
							
							Porting ghc-mod to GHC 7.7  
						
						
						
					 
					
						2013-06-28 00:25:22 +04:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							b38649b1dc 
							
						 
					 
					
						
						
							
							ver bumps up.  
						
						
						
					 
					
						2013-05-30 10:54:55 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							531021654d 
							
						 
					 
					
						
						
							
							changelog update.  
						
						
						
					 
					
						2013-05-30 10:54:44 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							9d475f4c14 
							
						 
					 
					
						
						
							
							changelog update.  
						
						
						
					 
					
						2013-05-30 10:53:15 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							3bbc008907 
							
						 
					 
					
						
						
							
							test update and error handling in CabalApi.  
						
						
						
					 
					
						2013-05-30 10:50:19 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							b2d2542435 
							
						 
					 
					
						
						
							
							Using PackageDescription instead of GenericPackageDescription.  
						
						... 
						
						
						
						This enables to pick conditional dependency in a cabal file. 
						
					 
					
						2013-05-29 17:47:52 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							f4f55d8cf0 
							
						 
					 
					
						
						
							
							removing an old incorrect comment.  
						
						
						
					 
					
						2013-05-29 12:05:14 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							ad0bd9d552 
							
						 
					 
					
						
						
							
							fix the filename.  
						
						
						
					 
					
						2013-05-22 12:05:18 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							b7849a896a 
							
						 
					 
					
						
						
							
							simplify explanation.  
						
						
						
					 
					
						2013-05-22 12:04:05 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							e0feb9c075 
							
						 
					 
					
						
						
							
							fixing a typo.  
						
						
						
					 
					
						2013-05-21 22:20:48 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							3e477c6497 
							
						 
					 
					
						
						
							
							ver bumps up.  
						
						
						
					 
					
						2013-05-21 21:38:36 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							eb34a5372e 
							
						 
					 
					
						
						
							
							fixing markup.  
						
						
						
					 
					
						2013-05-21 21:38:19 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							dad3e9b880 
							
						 
					 
					
						
						
							
							ver bumps up.  
						
						
						
					 
					
						2013-05-21 11:08:42 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							3ee2688732 
							
						 
					 
					
						
						
							
							updating cabal file.  
						
						
						
					 
					
						2013-05-21 11:04:54 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							8dc1e1094f 
							
						 
					 
					
						
						
							
							putting date.  
						
						
						
					 
					
						2013-05-21 10:10:40 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							27344ab76e 
							
						 
					 
					
						
						
							
							Merge pull request  #125  from purcell/patch-1  
						
						... 
						
						
						
						Fix package name in ghc-pkg.el 
						
					 
					
						2013-05-20 16:07:11 -07:00 
						 
				 
			
				
					
						
							
							
								Steve Purcell 
							
						 
					 
					
						
						
						
						
							
						
						
							6abd8a3eaa 
							
						 
					 
					
						
						
							
							Fix package name in ghc-pkg.el  
						
						... 
						
						
						
						The public name of this package is "ghc", based on the package names on both Marmalade and Melpa, and on the name of the ghc-pkg.el file. This commit fixes the contents of the -pkg.el file so that the name specified therein matches the external package name. 
						
					 
					
						2013-05-20 15:40:01 +02:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							92833da809 
							
						 
					 
					
						
						
							
							asking expression.  
						
						
						
					 
					
						2013-05-20 17:04:18 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							5959791e25 
							
						 
					 
					
						
						
							
							removing gzip.  
						
						
						
					 
					
						2013-05-20 16:19:23 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							3c885f3edc 
							
						 
					 
					
						
						
							
							ver bumps up.  
						
						
						
					 
					
						2013-05-20 16:17:35 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							8290758b2f 
							
						 
					 
					
						
						
							
							adding "bump" and "archive"  
						
						
						
					 
					
						2013-05-20 16:17:16 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							fe17f135ec 
							
						 
					 
					
						
						
							
							updating log.  
						
						
						
					 
					
						2013-05-20 15:20:41 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							089d490607 
							
						 
					 
					
						
						
							
							writing docs.  
						
						
						
					 
					
						2013-05-20 14:28:56 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							849c308e5c 
							
						 
					 
					
						
						
							
							Separating IO and Ghc.  
						
						
						
					 
					
						2013-05-20 11:29:44 +09:00 
						 
				 
			
				
					
						
							
							
								mvoidex 
							
						 
					 
					
						
						
						
						
							
						
						
							f2f3b120af 
							
						 
					 
					
						
						
							
							Moving commands to Ghc monad  
						
						
						
					 
					
						2013-05-19 01:16:37 +04:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							bac4bbbcf3 
							
						 
					 
					
						
						
							
							Changing GHCMod as a library.  
						
						
						
					 
					
						2013-05-17 10:00:01 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							1977b8858a 
							
						 
					 
					
						
						
							
							ver bumps up.  
						
						
						
					 
					
						2013-05-13 13:00:30 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							5c7bd86122 
							
						 
					 
					
						
						
							
							a bug fix of missing cabal dir.  
						
						
						
					 
					
						2013-05-13 12:57:58 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							b632cb6df0 
							
						 
					 
					
						
						
							
							simplify the usage of IOChoice.  
						
						
						
					 
					
						2013-05-09 10:09:12 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							56b1e14219 
							
						 
					 
					
						
						
							
							test case for  #118 .  
						
						
						
					 
					
						2013-05-08 16:47:57 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							ee0cfcc7ce 
							
						 
					 
					
						
						
							
							fixing a test.  
						
						
						
					 
					
						2013-05-08 16:34:34 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							48a00ea9f6 
							
						 
					 
					
						
						
							
							replacing fromJust with an exception handling.  
						
						
						
					 
					
						2013-05-08 16:27:54 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							c340ba2f90 
							
						 
					 
					
						
						
							
							hcar update.  
						
						
						
					 
					
						2013-05-06 08:04:13 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							05e2129811 
							
						 
					 
					
						
						
							
							reverting a first line.  
						
						
						
					 
					
						2013-04-24 15:53:59 +09:00 
						 
				 
			
				
					
						
							
							
								Kazu Yamamoto 
							
						 
					 
					
						
						
						
						
							
						
						
							bcf8ad7960 
							
						 
					 
					
						
						
							
							For HCAR May 2013.  
						
						
						
					 
					
						2013-04-24 15:22:49 +09:00