Commit Graph

107 Commits

Author SHA1 Message Date
Chris Martin
6b77517310 typo: exceutable -> executable 2016-01-19 20:37:08 -08:00
Michael Snoyman
3ad217cb94 Merge pull request #15 from phadej/tests-6.12
Enable tests on ghc 6.12.3
2015-08-14 11:25:39 +03:00
Oleg Grenrus
7125713cac Enable tests on ghc 6.12.3 2015-08-14 09:47:56 +03:00
Michael Snoyman
2964c073d9 Version bump for #14 2015-08-14 07:51:42 +03:00
Oleg Grenrus
c421af7ffb Add embedStringFile test 2015-08-13 23:59:55 +03:00
Oleg Grenrus
40285aa01a Add embedStringFile and embedOneStringFileOf 2015-08-13 23:59:55 +03:00
Oleg Grenrus
793d98567f Add stack.yaml 2015-08-13 23:43:51 +03:00
Oleg Grenrus
f5500ca9f7 Add .travis.yml 2015-08-13 23:43:51 +03:00
Michael Snoyman
c382a73194 Improved inject documentation (fixes #11) 2015-03-01 16:39:29 +02:00
Michael Snoyman
71977b89c7 Version bump 2015-02-25 07:45:25 +02:00
Michael Snoyman
b4ad53ddb2 Merge pull request #10 from seagreen/summary-touchup
Make summary more accurate; minor cleanup.
2015-02-25 07:44:36 +02:00
Ian Grant Jeffries
708d3b0879 Make summary more accurate; minor cleanup. 2015-02-25 00:41:25 -05:00
Michael Snoyman
e1c299cb6e Version bump 2015-02-04 17:44:20 +02:00
Michael Snoyman
e0959613ea Merge pull request #8 from mgsloan/magic-postfixes
Allow custom postfix for the magic string #7
2015-01-28 18:14:21 -08:00
Michael Sloan
f361b4a8d1 Allow custom postfix for the magic string #7 2015-01-28 14:04:39 -08:00
Michael Snoyman
48572bc0fe Version bump 2015-01-21 23:21:22 +02:00
Michael Snoyman
cf640cf242 Merge pull request #6 from mgsloan/dummySpace-th-cleanup
Minor cleanup: use just one TH AST quote in dummySpace
2015-01-16 07:10:52 +02:00
Michael Sloan
d71f301387 Minor cleanup: use just one TH AST quote in dummySpace 2015-01-15 19:14:31 -08:00
Michael Snoyman
06696a08ec Use StringPrimL, expose bsToExp 2014-05-23 10:05:27 +03:00
Michael Snoyman
a6293373bf Version bump 2013-11-27 16:29:48 +02:00
Michael Snoyman
5749b41e1a Merge pull request #5 from kuznero/master
Embed existing file out of paths supplied
2013-11-27 06:29:31 -08:00
Roman Kuznetsov
954879fff9 Rename embedFile' into embedOneFileOf 2013-11-27 09:37:05 +01:00
Roman Kuznetsov
1cabbcfdca Embed existing file out of paths supplied 2013-11-27 00:53:07 +01:00
Michael Snoyman
59d847cfd9 GHC 7.8 workaround 2013-10-15 09:23:47 +03:00
Michael Snoyman
5200d1bde6 Version bump 2013-06-26 16:30:51 +03:00
Michael Snoyman
0250ed16c8 Merge pull request #4 from alpmestan/patch-1
Fixed typo in haddocks of embedDir
2013-06-26 06:14:30 -07:00
Alp Mestanogullari
808942e64c Fixed typo in haddocks of embedDir 2013-06-26 14:27:49 +02:00
Michael Snoyman
3d21ff3618 Some docs 2013-06-03 16:18:19 +03:00
Michael Snoyman
5f9df52bc8 Version bump 2012-12-30 08:34:32 +02:00
Michael Snoyman
5dba6b3046 Add missing test file to cabal 2012-12-30 08:33:55 +02:00
Michael Snoyman
e3cfa5c2bc Use CRLF for Windows compatibility 2012-12-30 08:33:47 +02:00
Michael Snoyman
c7b486b40f Use filepath for directory manipulation 2012-12-30 08:31:45 +02:00
Michael Snoyman
e0add13538 Force signatures, automated test 2012-12-30 08:19:45 +02:00
Michael Snoyman
c7753b61d8 Version bump 2012-10-01 19:51:44 +02:00
Michael Snoyman
8c80e01368 Added description (provided by David Fox 2012-10-01 19:51:34 +02:00
Michael Snoyman
12b13fd801 Merge remote-tracking branch 'origin/master'
Conflicts:
	Data/FileEmbed.hs
2012-09-10 16:35:35 +03:00
Michael Snoyman
a0f623e6b5 Cleanup 2012-09-09 16:11:44 +03:00
Michael Snoyman
8c78591ff2 Upper bounds, TH 2.6 2012-09-09 16:10:45 +03:00
Michael
820be1b1b9 version bump 2012-05-20 06:09:17 +03:00
Michael
647587262f Minor tweaks 2012-05-20 06:03:09 +03:00
gliptak
c080388ebd Cleanup compiler warnings 2012-05-19 11:58:38 -03:00
Michael Snoyman
7a1f673b92 Fix bug in qAddDependentFile (#2) 2012-05-07 19:22:10 +03:00
Michael Snoyman
99d57c64c8 Version bump 2012-04-07 23:14:48 +03:00
Michael Snoyman
a60b60d04f Merge pull request #1 from travitch/master
Use qAddDependentFile when available
2012-04-07 13:14:20 -07:00
Tristan Ravitch
96e8649a72 Use qAddDependentFile when building with template-haskell >= 2.7
Lets the compiler rebuild when embedded files change.
2012-04-07 12:24:29 -05:00
Michael Snoyman
42b3d61d4c GHC 6.12 compat 2011-06-07 09:34:49 +03:00
Michael Snoyman
33188f2b13 Injection 2011-05-27 08:23:17 +03:00
Michael Snoyman
307738a8c5 Slightly cleaned up tests 2011-05-27 07:56:35 +03:00
Michael Snoyman
0bc86a5f0a Added test suite 2011-05-27 06:49:56 +03:00
Michael Snoyman
94748acc94 directory 1.1 2010-11-17 12:59:35 +02:00