3 synopsis: An rsync implementation pure Haskell
4 description: RSync in pure Haskell
5 homepage: http://github.com/vu3rdd/hs-rsync#readme
8 author: Ramakrishnan Muthukrishnan
9 maintainer: ram@rkrishnan.org
10 copyright: 2015 Ramakrishnan Muthukrishnan
13 -- extra-source-files:
19 build-depends: base >= 4.7 && < 5
25 default-language: Haskell2010
27 executable hs-rsync-exe
30 ghc-options: -threaded -rtsopts -with-rtsopts=-N
34 default-language: Haskell2010
36 test-suite hs-rsync-test
37 type: exitcode-stdio-1.0
42 ghc-options: -threaded -rtsopts -with-rtsopts=-N
43 default-language: Haskell2010
45 source-repository head
47 location: https://github.com/vu3rdd/hs-rsync