https://github.com/Helium4Haskell/lvm

sort by:
Revision Author Date Message Commit Date
a516e95 Getting rid of pesky compile time warnings 24 August 2019, 08:00:47 UTC
2f05dda Bumped version number, changed some admin info. 22 July 2019, 10:14:53 UTC
49b67e8 Merge pull request #1 from RikvanToor/Helium-Imports-Exports Added Module Import/Export support and added GHC 8.4 support 22 July 2019, 08:45:49 UTC
37ccef0 Merge branch 'Helium-Imports-Exports' of github.com:RikvanToor/lvm into Helium-Imports-Exports 01 May 2019, 15:05:41 UTC
fe8da75 Added ClassDefinition custom 01 May 2019, 15:05:24 UTC
af3cd63 Fixed GHC < 8.0 support 09 February 2019, 15:45:22 UTC
757d5d2 Added GHC 8.4 support 09 February 2019, 15:24:34 UTC
26857ce Added qualified typing to LVM 05 December 2018, 11:11:42 UTC
fcc945a Added origin in LVM 05 December 2018, 11:05:38 UTC
19d879a Made sure it doesn't import more often 05 December 2018, 11:00:22 UTC
fc80b24 Added README.md 16 September 2017, 17:32:04 UTC
43d931b Add gitignore file 15 September 2017, 20:34:18 UTC
1e1b4c1 Changing location of repository to github. 15 September 2017, 20:27:03 UTC
b17f9e4 Add documentation and some instances in Lvm.Common 10 May 2017, 06:14:52 UTC
2e08a0a Provide a pure interface for import resolution The gist of it: lvmImport :: (Id -> IO FilePath) -> Module v -> IO (Module v) +lvmImport' :: Monad m => (Id -> m (Module v)) -> Module v -> m (Module v) Considering Identity is an instance of Monad, this is, de facto, pure code. 10 May 2017, 06:14:51 UTC
bbf285a Fix empty directory name handling and deprecate slashify 09 May 2017, 16:10:45 UTC
09c3155 Changes for compatibility with Ghc 7.10.3 12 January 2016, 21:30:56 UTC
5431f82 New config 29 May 2015, 10:07:21 UTC
16e4efa The Makefile can now construct a source distribution/. 29 August 2014, 13:09:53 UTC
62fd3f6 Bumped verison number. 21 August 2014, 14:09:21 UTC
9887d55 Dealing with path issues under windows 1 21 August 2014, 10:43:02 UTC
b665a23 Hopefully this fixes the issues on Windows, and still ahve some sanity checking on the paths to the prefix. 22 July 2014, 11:54:21 UTC
4667c86 - removed no-cygwin flag (deprecated) - commented sanity checks for absolute directories (does not work for C:\Users\bhr\AppData\Roaming\cabal\bin) 22 July 2014, 11:47:21 UTC
8dd9cc8 A few fixes to make things complile again. 21 July 2014, 20:04:40 UTC
4151477 Discovered an error in the configure script that harms us on Linux. 18 July 2014, 13:31:38 UTC
46f5117 Two fixes: 1. exchanging order of libraries and object files in linking since some gcc's demand this nowadays 2. for macosx: avoid the -fno-defer-pop flag since clang does not like it 18 July 2014, 13:20:38 UTC
0f56588 some debug statements removed from configure 30 August 2013, 12:54:24 UTC
ab13074 Upgrade to Cabal 1.18 that fixes an issue that lvmrun does not end up where I want it. 30 August 2013, 11:43:03 UTC
1fada20 It seems I have now succeeded in Cabalizing lvmrun. Please check, and read the lvmrun.cabal for some more details. Issues that might still give trouble is that we hard-code where the lvmrun should go, and cannot leave that to Cabal. 01 March 2013, 14:22:05 UTC
54dad77 BSD license 08 November 2012, 11:27:33 UTC
3c2a7bb volgorde auteurs 08 November 2012, 11:03:28 UTC
c37e078 Fixed link to config directory 02 November 2012, 19:10:54 UTC
1e4e0c4 This has moved. 02 November 2012, 14:25:46 UTC
286e206 A new config.guess and config.sub so that it works for a recent macosx machine 02 November 2012, 13:27:06 UTC
c1581fe More files had to be moved into runtime/ 02 November 2012, 12:21:03 UTC
d909780 Moving stuff around Checking in the cabal and Setup file. 02 November 2012, 09:58:54 UTC
d1a6e55 This is the same makefile, but under a different name 02 November 2012, 09:31:06 UTC
022540a Deleted makefile because Cabal wants Makefile 02 November 2012, 09:30:33 UTC
0f7db39 Moving configure, because seems to want that. 02 November 2012, 09:29:56 UTC
ba7cc20 added license headers 26 October 2012, 13:30:15 UTC
ec0fad7 Exception ambiguity resolved 25 October 2012, 09:35:51 UTC
69b2228 Deleted warning for missing LVMPATH. 25 October 2012, 09:29:08 UTC
e15c622 syntax error in cabal file 25 October 2012, 08:43:52 UTC
8765e13 renaming cabal (lvm-lib -> lvmlib) added description text, credits, authors, etc. 25 October 2012, 08:41:55 UTC
cd33d2a Modifications made to remove superfluous imports and changed to Control.Exception. 04 October 2012, 13:02:21 UTC
dcce952 Resolved conflict between IntSet and Prelude due to use of foldr. 04 October 2012, 11:58:12 UTC
b59d1a4 updating cabal file 04 October 2012, 09:11:15 UTC
386913d freevars 10 September 2012, 06:05:37 UTC
9abfe90 removing lvm files in test directory 03 September 2012, 15:37:25 UTC
ebcde63 cleaning up import/export lists 03 September 2012, 15:17:08 UTC
e95854e cleaning up parsing/lexing. adding some test scripts on Helium's core files 03 September 2012, 07:20:07 UTC
28fc0fa refactoring 31 August 2012, 15:16:49 UTC
4c17e36 many small fixes (mostly for parsing/pretty printing) 31 August 2012, 13:28:38 UTC
e634277 more fixes 30 August 2012, 11:49:30 UTC
f485405 fixing some incompatibilities in parser/pretty printer 30 August 2012, 10:01:13 UTC
8e80aa6 options for main 29 August 2012, 11:39:35 UTC
8ed7e8b initial cabal file for the core assembler 28 August 2012, 15:19:58 UTC
e4d3f2d cleaning up with hlint 28 August 2012, 14:03:14 UTC
9bec89c refactoring 28 August 2012, 11:29:52 UTC
63c2cad refactorings 28 August 2012, 11:09:09 UTC
6fd1132 read and write 24 August 2012, 15:48:10 UTC
30e8555 module and shadowing 24 August 2012, 15:14:15 UTC
7a2483c parsers 24 August 2012, 15:00:50 UTC
44774a2 lexers 24 August 2012, 14:18:06 UTC
7a16587 fixing bug 24 August 2012, 13:11:57 UTC
21e6ed3 refactorings 24 August 2012, 08:47:07 UTC
3fec5a7 fixing test scripts 24 August 2012, 08:45:40 UTC
60b6639 refactorings 24 August 2012, 06:02:45 UTC
db8a1a8 refactorings 23 August 2012, 13:24:24 UTC
c33078b moving pretty printers to data types (and into a type class) 23 August 2012, 07:21:14 UTC
07866bd restructuring; removing library files that are now standard. 22 August 2012, 10:59:40 UTC
fe6d60b hierarchical module names (some to be renamed, some to be removed) 21 August 2012, 11:05:46 UTC
4655306 This should now work under 7.4.x. Chanhes to make it work for 7.2.x courtesy of Jurrien Stutterheim. 01 July 2012, 19:38:30 UTC
034223a To compile coreasm with Ghc 7.03 (as suggested by Arthur Baars) 02 September 2011, 21:08:20 UTC
9021902 64bit modifications made by Arjan Oosting for Debian. 25 October 2010, 19:51:58 UTC
184eebe rec_ replaces rec. 25 October 2010, 19:23:35 UTC
f9f85ba Final warnings. 02 October 2010, 02:08:16 UTC
53a5d30 Remove redundant. 01 October 2010, 21:49:27 UTC
09b28b3 Pruning dead code and undefineds. 01 October 2010, 15:10:26 UTC
2d6fce6 Changes made to configure to make sure that under MacOSX gcc is used with 32 bits and linked with i386 archictecture. This solves the problem of getting a can not fixup code references beyond a 4gb memory span. message when you actually use lvmrun to evaluate something. Whether this fix influences any other platforms, or may be necessary for other platforms is unknown. 30 September 2010, 18:06:53 UTC
d92dac0 Refactorings: removed redundant imports, removed some unnecessary wildcards at the end of a case 24 April 2009, 14:26:18 UTC
68eb2b7 asprintf replaced by snprintf 22 April 2009, 08:09:40 UTC
34000c4 Inserting some compiler pragmas 19 April 2009, 14:22:33 UTC
0044999 Why? 06 February 2009, 12:43:49 UTC
84030ac The -P option is now similar to the one of Helium. You can pass multiple options of this kind that are aggregated, the CURRENT parameter is now obsolete, and you may have a space between -P and the path. This is easier, because then tab completion may be used. 11 April 2008, 12:48:51 UTC
f5592a2 Helium should now compile with ghc 6.6 and gcc 4.0 Note that on the MacBook you might need to give the host type. -host i686-apple-macosx worked in my case. 20 February 2007, 12:32:04 UTC
309d23b 09 January 2007, 08:53:14 UTC
48acddd cpp condities verwijderd - Bastiaan 04 January 2006, 10:03:27 UTC
38decb1 configure file aangepast - Bastiaan + Eelco D. 29 November 2005, 13:27:31 UTC
e8117e8 Parsec uit standaard library - Bastiaan 29 November 2005, 11:10:41 UTC
180e983 Added comment after \\ to make cpp function correctly. 28 November 2005, 11:02:44 UTC
5e42e56 Added comment after \\ to make cpp function correctly. 28 November 2005, 10:48:52 UTC
2d16c7c unsafePerformIO verhuisd naar Special.hs - Bastiaan 07 November 2005, 11:48:22 UTC
eb95609 import IOExts (unsafePerformIO) replaced by import System.IO.Unsafe - Bastiaan 07 November 2005, 11:04:14 UTC
22af1bf Fix file permission bug - Daan + Bastiaan 25 January 2005, 15:39:04 UTC
204b788 additional floating point c-functions 06 May 2004, 18:45:09 UTC
5c99256 Uses System.IO instead of GHC.Handle 31 March 2004, 08:29:25 UTC
6a4594c Haddock compatibility. Arjan 14 February 2004, 16:33:04 UTC
374bbb4 Permission fix for the mac. 14 January 2004, 15:46:55 UTC
1533ed3 File permission on creation are set to read and write. 14 January 2004, 14:46:59 UTC
back to top