packages feed

monopati-0.1.2: monopati.cabal

name:                monopati
version:             0.1.2
synopsis:            Well-typed paths
description:         Despite the fact that there are a plenty of various well-typed "path" libraries in Haskell, I decided to write new one that I would like to use.
homepage:            https://github.com/iokasimov/monopati
license:             BSD3
license-file:        LICENSE
author:              Murat Kasimov
maintainer:          Murat Kasimov <iokasimov.m@gmail.com>
copyright:           Copyright (c) 2018 Murat Kasimov
category:            System
build-type:          Simple
cabal-version:       >= 1.10

source-repository head
  type: git
  location: https://github.com/iokasimov/monopati.git

library
  build-depends: base == 4.*, directory, free, split
  default-extensions:
    DataKinds
    FlexibleInstances
    KindSignatures
    NoImplicitPrelude
    PackageImports
    TupleSections
    TypeApplications
    TypeFamilies
  default-language: Haskell2010
  exposed-modules:
    System.Monopati.Posix
    System.Monopati.Windows
  other-modules:
    System.Monopati.Posix.Calls
    System.Monopati.Posix.Combinators
    System.Monopati.Windows.Calls
    System.Monopati.Windows.Combinators
  ghc-options: -fno-warn-tabs