rawfilepath-1.1.0: rawfilepath.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: rawfilepath
version: 1.1.0
synopsis: Use RawFilePath instead of FilePath
description: Please see README.md
category: System
homepage: https://github.com/xtendo-org/rawfilepath#readme
bug-reports: https://github.com/xtendo-org/rawfilepath/issues
author: XT et al.
maintainer: git@xtendo.org
copyright: (C) 2016-2023 XT et al.
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/xtendo-org/rawfilepath
library
exposed-modules:
Data.ByteString.RawFilePath
RawFilePath
RawFilePath.Directory
RawFilePath.Process
other-modules:
RawFilePath.Directory.Internal
RawFilePath.Import
RawFilePath.Process.Basic
RawFilePath.Process.Common
RawFilePath.Process.Internal
RawFilePath.Process.Posix
RawFilePath.Process.Utility
Paths_rawfilepath
hs-source-dirs:
src
default-extensions:
BangPatterns
CPP
LambdaCase
OverloadedStrings
RecordWildCards
include-dirs:
cbits
c-sources:
cbits/runProcess.c
cbits/processFlags.c
cbits/processFlags.h
build-depends:
base >=4.7 && <5
, bytestring
, unix
default-language: Haskell2010
test-suite RawFilePath-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_rawfilepath
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, bytestring
, rawfilepath
default-language: Haskell2010