Re: Core of a whole package

2016-06-01 Thread Ömer Sinan Ağacan
information in .hi files (like definitions of >> inline functions). >> >> What exactly are you trying to do? >> >> 2016-05-31 17:56 GMT-04:00 Alberto Sadde O. <albertosa...@gmail.com>: >> > >> >> >> >> 2016-05-31 16:04 GMT-04

Re: Core of a whole package

2016-06-01 Thread Alberto Sadde O.
itions of > inline functions). > > What exactly are you trying to do? > > 2016-05-31 17:56 GMT-04:00 Alberto Sadde O. <albertosa...@gmail.com>: > > > >> > >> 2016-05-31 16:04 GMT-04:00 Alberto Sadde O. <albertosa...@gmail.com>: > >> > I am tryin

Re: Core of a whole package

2016-06-01 Thread Ömer Sinan Ağacan
17:56 GMT-04:00 Alberto Sadde O. <albertosa...@gmail.com>: > >> >> 2016-05-31 16:04 GMT-04:00 Alberto Sadde O. <albertosa...@gmail.com>: >> > I am trying to get the Core of a whole package. >> > I have been using the GHC API to get the Core of each file

Re: Core of a whole package

2016-05-31 Thread Alberto Sadde O.
> 2016-05-31 16:04 GMT-04:00 Alberto Sadde O. <albertosa...@gmail.com>: > > I am trying to get the Core of a whole package. > > I have been using the GHC API to get the Core of each file in a package > but > > I have a problems with non-exposed modules of the package

Re: Core of a whole package

2016-05-31 Thread Ömer Sinan Ağacan
2016-05-31 16:04 GMT-04:00 Alberto Sadde O. <albertosa...@gmail.com>: > I am trying to get the Core of a whole package. > I have been using the GHC API to get the Core of each file in a package but > I have a problems with non-exposed modules of the package. Try `cabal instal

Core of a whole package

2016-05-31 Thread Alberto Sadde O.
Hi, I am trying to get the Core of a whole package. I have been using the GHC API to get the Core of each file in a package but I have a problems with non-exposed modules of the package. I might not been setting up all the flags correctly but at this point I am completely lost!! I posted