File koofr-client.cabal of Package ghc-koofr-client
name: koofr-client
version: 1.0.0.3
x-revision: 1
synopsis: Client to Koofr API
homepage: https://github.com/edofic/koofr-api-hs
description:
Koofr is a storage as a service provider located in Europe. See https://koofr.eu for more info. This is an API wrapper that simplifies working with files.
Filesystem roots are called mounts and cannot be manipulated through api.
The API is contained in a type class in order to allow mocking. Mock runner and wider API coverage coming soon.
license: MIT
license-file: LICENSE
author: Andraz Bajt
maintainer: edofic@gmail.com
category: Network
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Koofr.Client
Koofr.Mount
Koofr.File
other-modules: Koofr.Internal
build-depends: base >= 4.7 && <5
, mtl >= 2.1 && <3
, http-client >= 0.4 && <1
, http-types >= 0.8 && <1
, http-client-tls >= 0.2 && <1
, bytestring >= 0.10 && <1
, aeson >= 0.8 && <2
, filepath >= 1.3 && <2
hs-source-dirs: src
default-language: Haskell2010
default-extensions: MultiParamTypeClasses
FlexibleInstances
FlexibleContexts
FunctionalDependencies
OverloadedStrings
TemplateHaskell
source-repository head
type: git
location: https://github.com/edofic/koofr-api-hs.git