cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 18970c171db287181e57d64210e493f4a929082a80ef4c79c38de7275ce38a0f name: file-path-th version: 0.1.0.0 x-revision: 1 synopsis: Template Haskell utilities for filepaths. description: Template Haskell utilities for filepaths. This package has utilities for embedding relative filepaths using Template Haskell. category: System maintainer: Dan Fithian license: MIT license-file: LICENSE build-type: Simple homepage: https://github.com/Simspace/file-path-th#readme bug-reports: https://github.com/Simspace/file-path-th/issues library exposed-modules: System.FilePath.TH other-modules: Paths_file_path_th hs-source-dirs: src default-extensions: ConstraintKinds DataKinds DeriveDataTypeable EmptyDataDecls FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies ViewPatterns ghc-options: -Wall -fwarn-tabs build-depends: base <5.0 , directory , file-embed , filepath , template-haskell default-language: Haskell2010