Changeset 11977 for src/Pugs/Val

Show
Ignore:
Timestamp:
08/07/06 13:44:58 (2 years ago)
Author:
audreyt
Message:

* GHC 6.4.x needs -fallow-overlapping-instances for :<: to work.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Val/Str.hs

    r11976 r11977  
    1 {-# OPTIONS_GHC -fglasgow-exts #-} 
     1{-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances #-} 
    22module Pugs.Val.Str where 
    33import Pugs.Internals