Skip to content

Commit

Permalink
Update from Hackage at 2020-08-27T12:05:05Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 27, 2020
1 parent 300ab7f commit b5795fb
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
107 changes: 107 additions & 0 deletions libfuse3/0.1.0.0/libfuse3.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
cabal-version: >=1.10
-- Initial package description 'libfuse3.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/

name: libfuse3
version: 0.1.0.0
synopsis: A Haskell binding for libfuse-3.x
description: Bindings for libfuse, the FUSE userspace reference implementation, of version 3.x. Compatible with Linux.
-- bug-reports:
license: MIT
license-file: LICENSE
author: yohashi
maintainer: yohashi <yohashi1991@gmail.com>
-- copyright:
category: System
build-type: Configure
extra-source-files:
CHANGELOG.md
LICENSE-HFuse
README.md
configure
configure.ac
include/config.h.in
libfuse3.buildinfo.in

flag examples
default: False

source-repository head
type: git
location: https://github.com/matil019/haskell-libfuse3

library
exposed-modules: System.LibFuse3
System.LibFuse3.FileStat
System.LibFuse3.FileSystemStats
System.LibFuse3.FuseConfig
System.LibFuse3.Internal
System.LibFuse3.Internal.C
System.LibFuse3.Internal.Resource
System.LibFuse3.Utils
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <4.15
, bytestring >=0.10.8 && <0.11
, clock ==0.8.*
, resourcet ==1.2.*
, time >=1.6 && <1.10
, unix ==2.7.*
pkgconfig-depends: fuse3
hs-source-dirs: src
include-dirs: include
default-language: Haskell2010
ghc-options: -Wall -fdefer-typed-holes

executable null
if flag(examples)
buildable: True
build-depends: libfuse3, base
, bytestring
, clock
, unix
else
buildable: False
main-is: null.hs
-- other-modules:
-- other-extensions:
hs-source-dirs: example
default-language: Haskell2010
ghc-options: -Wall -fdefer-typed-holes -threaded

executable passthrough
if flag(examples)
buildable: True
build-depends: libfuse3, base
, bytestring
, clock
, linux-xattr ==0.1.*
, time
, unix
else
buildable: False
main-is: passthrough.hs
other-modules: CLoff
-- other-extensions:
hs-source-dirs: example
default-language: Haskell2010
ghc-options: -Wall -fdefer-typed-holes -threaded

executable statjson
if flag(examples)
buildable: True
build-depends: libfuse3, base
, aeson
, bytestring
, clock
, directory
, filepath
, unix
else
buildable: False
main-is: statjson.hs
-- other-modules:
-- other-extensions:
hs-source-dirs: example
default-language: Haskell2010
ghc-options: -Wall -fdefer-typed-holes -threaded
1 change: 1 addition & 0 deletions libfuse3/0.1.0.0/libfuse3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"0150b3e9d2c5e54d2b6b517d78e50117","Skein512_512":"cec4800c9cbc521ded19104b96a8536ed98df244ef5e468d9cc92c762600f5ec213fbdcb397e37ebb3d91e3ac41c4c7654e15dcddfef9bf3f2739152e5c19b29","SHA1":"4fb4f8d9693134155fb426fa69ce5e2b5ce68976","SHA512":"1a400420aa1a62db91c06d86b02581f6876b025a88a1ffe3d2a8b20eff099f7ac604d187357a70493b64803c706b59133242b938315e8ad340afb9f09d29fca9","SHA256":"2e7a54a944dbd9f0d90e92b3d0b121cfab8a33043f0531a576edc47a19569463"},"package-locations":["https://hackage.haskell.org/package/libfuse3-0.1.0.0/libfuse3-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/libfuse3-0.1.0.0.tar.gz"],"package-size":64525}

0 comments on commit b5795fb

Please sign in to comment.