-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: e85302513e1922a2c1ac5e032c091c41d5bddc095ec3d2d9ceb643596a2a8737 name: qnap-decrypt version: 0.3.1 synopsis: Decrypt files encrypted by QNAP's Hybrid Backup Sync description: Please see the README on Github at category: Cryptography homepage: https://github.com/alexkazik/qnap-decrypt#readme bug-reports: https://github.com/alexkazik/qnap-decrypt/issues author: ALeX Kazik maintainer: alex@kazik.de copyright: 2018 ALeX Kazik license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md data-files: test/encrypted/c0 test/encrypted/c1 test/encrypted/c2 test/encrypted/c3 test/encrypted/c4 test/encrypted/c5 test/encrypted/u0 test/encrypted/u1 test/encrypted/u2 test/encrypted/u3 test/encrypted/u4 test/encrypted/u5 test/reference/c0 test/reference/c1 test/reference/c2 test/reference/c3 test/reference/c4 test/reference/c5 test/reference/u0 test/reference/u1 test/reference/u2 test/reference/u3 test/reference/u4 test/reference/u5 source-repository head type: git location: https://github.com/alexkazik/qnap-decrypt library hs-source-dirs: src build-depends: base >=4.10 && <5 , binary >=0.6.4 && <0.9 , bytestring >=0.10.0.0 && <0.11 , cipher-aes128 >=0.1 && <0.8 , conduit >=1.3.0 && <1.4 , conduit-extra >=0.3.0 && <1.4 , crypto-api >=0.13.3 && <0.14 , directory >=1.2.7 && <1.4 , streaming-commons >=0.1.0.0 && <0.3 , tagged >=0.8.5 && <0.9 , utf8-string >=1.0.1.1 && <1.1 exposed-modules: Crypto.QNAP Data.Conduit.Crypto other-modules: Paths_qnap_decrypt default-language: Haskell2010 executable qnap-decrypt main-is: Main.hs hs-source-dirs: app build-depends: base >=4.10 && <5 , binary >=0.6.4 && <0.9 , bytestring >=0.10.0.0 && <0.11 , cipher-aes128 >=0.1 && <0.8 , conduit >=1.3.0 && <1.4 , conduit-extra >=0.3.0 && <1.4 , crypto-api >=0.13.3 && <0.14 , directory >=1.2.7 && <1.4 , filepath >=1.4.1.2 && <1.5 , optparse-applicative >=0.14.2.0 && <0.15 , qnap-decrypt , streaming-commons >=0.1.0.0 && <0.3 , tagged >=0.8.5 && <0.9 , utf8-string >=1.0.1.1 && <1.1 other-modules: Paths_qnap_decrypt default-language: Haskell2010 test-suite qnap-decrypt-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test build-depends: HUnit >=1.6.0.0 && <1.7 , base >=4.10 && <5 , binary >=0.6.4 && <0.9 , bytestring >=0.10.0.0 && <0.11 , cipher-aes128 >=0.1 && <0.8 , conduit >=1.3.0 && <1.4 , conduit-extra >=0.3.0 && <1.4 , crypto-api >=0.13.3 && <0.14 , directory >=1.2.7 && <1.4 , filepath >=1.4.1.2 && <1.5 , hspec >=2.4.8 && <2.6 , qnap-decrypt , streaming-commons >=0.1.0.0 && <0.3 , tagged >=0.8.5 && <0.9 , temporary >=1.2.1.1 && <1.3 , utf8-string >=1.0.1.1 && <1.1 other-modules: Paths_qnap_decrypt default-language: Haskell2010