-- Initial sys-auth-smbclient.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -- The name of the package. name: sys-auth-smbclient -- The package version. See the Haskell package versioning policy (PVP) -- for standards guiding when and how versions should be incremented. -- http://www.haskell.org/haskellwiki/Package_versioning_policy -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 2.0.0.0 -- A short (one-line) description of the package. synopsis: Auth with smbclient command -- A longer description of the package. description: This module provides a interface for executing @smbclient@ commands. -- The license under which the package is released. license: MIT -- The file containing the license text. license-file: LICENSE -- The package author(s). author: Kazuo Koga -- An email address to which users can send suggestions, bug reports, and -- patches. maintainer: Kazuo Koga -- A copyright notice. copyright: (c) 2013 Kazuo Koga homepage: https://github.com/kkazuo/sys-auth-smbclient bug-reports: https://github.com/kkazuo/sys-auth-smbclient/issues category: System build-type: Simple -- Constraint on the version of Cabal needed to build this package. cabal-version: >=1.14 library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -fno-warn-missing-signatures -- Modules exported by the library. exposed-modules: System.Authenticate.SmbClient -- Modules included in this library but not exported. -- other-modules: -- Other library packages from which modules are imported. build-depends: base < 5 , process >= 1.1 , text >= 0.11 test-suite doctest default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test ghc-options: -threaded -Wall main-is: doctests.hs build-depends: base , doctest > 0.9 source-repository this type: git location: https://github.com/kkazuo/sys-auth-smbclient.git tag: 2.0.0.0