File: Posix.hs

package info (click to toggle)
haskell-path 0.9.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 432 kB
  • sloc: haskell: 3,246; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
{-# LANGUAGE CPP #-}

#define PLATFORM_NAME        Posix
#define PLATFORM_PATH        PosixPath
#define PLATFORM_PATH_SINGLE 'PosixPath'
#define PLATFORM_CHAR        PosixChar
#define PLATFORM_WORD        Word8
#include "Include.hs"