Skip to content

Instantly share code, notes, and snippets.

@kowey
Created November 5, 2010 01:16
Show Gist options
  • Select an option

  • Save kowey/663505 to your computer and use it in GitHub Desktop.

Select an option

Save kowey/663505 to your computer and use it in GitHub Desktop.
hairy-ish conflict
v v v v v v v
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
System.Posix
System.Posix.Files
System.Posix.IO
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2
=============
cpp-options: -DGADT_WITNESSES=1
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
System.Posix
System.Posix.Files
System.Posix.IO
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2,
regex-posix >= 0.94.4 && < 0.95
*************
cpp-options: -DGADT_WITNESSES=1
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
System.Posix
System.Posix.Files
System.Posix.IO
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2,
regex-posix >= 0.94.4 && < 0.95
*************
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
System.Posix
System.Posix.Files
System.Posix.IO
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2,
regex-posix >= 0.94.4 && < 0.95
*************
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
System.Posix
System.Posix.Files
System.Posix.IO
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2,
regex-posix >= 0.94.4 && < 0.95
^ ^ ^ ^ ^ ^ ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment