File: Posix.hs

package info (click to toggle)
haskell-os-string 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: haskell: 3,283; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
{-# LANGUAGE CPP #-}
#undef WINDOWS
#define MODULE_NAME     Posix
#define PLATFORM_STRING PosixString
#define PLATFORM_WORD   PosixChar
#define IS_WINDOWS      False
#include "Common.hs"