Ticket #15248: Omega.svn.diff

File Omega.svn.diff, 1.1 KB (added by ggreif@…, 16 years ago)

this is just an svn diff to lang/Omega

  • lang/Omega/files/patch-Bind.hs.diff

     
     1--- Bind.hs.orig        2008-05-10 22:43:43.000000000 +0200
     2+++ Bind.hs     2008-05-10 22:35:35.000000000 +0200
     3@@ -14,7 +14,7 @@
     4 -- import IOExts
     5 import Monads
     6 
     7-class Monad m => Fresh m where
     8+class (Monad m, HasNext m) => Fresh m where
     9   fresh :: m Name
     10 
     11 class Freshen b where
  • lang/Omega/Portfile

     
    22PortSystem 1.0
    33name                    Omega
    44version                 1.4.2
     5revision                1
    56categories              lang
    67platforms               darwin freebsd
    78maintainers             gmail.com:ggreif
     
    2122use_zip                 yes
    2223
    2324worksrcdir              ${name}
    24 patchfiles              patch-Makefile.diff
     25patchfiles              patch-Makefile.diff patch-Bind.hs.diff
    2526
    2627use_configure           no
    2728