monopati-0.1.0: monopati.cabal
name: monopati
version: 0.1.0
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, comonad, free, split
default-extensions: DataKinds, FlexibleInstances, KindSignatures, NoImplicitPrelude, PackageImports, TypeApplications
default-language: Haskell2010
exposed-modules: System.Monopati, System.Monopati.Posix, System.Monopati.Windows
ghc-options: -fno-warn-tabs