|
Revision 21673, 0.5 kB
(checked in by audreyt, 2 months ago)
|
|
* Import Pugs 6.2.13.11 from Hackage into our source tree.
* Highlights:
- Much faster startup time
- Slightly faster compilation time
(mostly due to refactored Pugs.AST.Internals)
- Portable-to-Win32 readline thanks to Haskeline
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | {-# OPTIONS_GHC -fglasgow-exts -fno-warn-orphans -fallow-undecidable-instances -fallow-overlapping-instances -fparr #-} |
|---|
| 2 | |
|---|
| 3 | {-| |
|---|
| 4 | Internal utilities and library imports. |
|---|
| 5 | |
|---|
| 6 | > Though here at journey's end I lie |
|---|
| 7 | > in darkness buried deep, |
|---|
| 8 | > beyond all towers strong and high, |
|---|
| 9 | > beyond all mountains steep, |
|---|
| 10 | > above all shadows rides the Sun |
|---|
| 11 | > and Stars for ever dwell: |
|---|
| 12 | > I will not say the Day is done, |
|---|
| 13 | > nor bid the Stars farewell. |
|---|
| 14 | -} |
|---|
| 15 | |
|---|
| 16 | module Pugs.Internals ( module Pugs.Compat ) where |
|---|
| 17 | |
|---|
| 18 | import Pugs.Compat |
|---|