New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81741


Ignore:
Timestamp:
08/04/11 10:09:34 (4 years ago)
Author:
jmr@…
Message:

buddha: add hs_readline dep, enable notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/buddha/Portfile

    r30224 r81741  
    22 
    33PortSystem 1.0 
     4 
    45name            buddha 
    56version         1.2 
     
    2324 
    2425depends_build   bin:ghc:ghc 
    25 depends_lib     lib:readline:readline 
     26depends_lib     port:hs-readline 
    2627 
    2728#bugs           Buddha requires that the associated ghc be built        \ 
     
    3435#               versions of programs that use these libraries. 
    3536 
    36 #user_notes     The buddha parser is not as smart as full haskell       \ 
    37 #               and sometimes requires a type signature to help it      \ 
    38 #               along. Try this if the original source file compiles    \ 
    39 #               but under buddha you get 'ambiguous type' errors. 
    40  
     37notes   "The buddha parser is not as smart as full haskell\ 
     38and sometimes requires a type signature to help it\ 
     39along. Try this if the original source file compiles\ 
     40but under buddha you get 'ambiguous type' errors." 
Note: See TracChangeset for help on using the changeset viewer.