cabal-version: 2.2 name: skete version: 0 synopsis: Git clonable and syncable package repository framework. description: Skete provides framework for building git-backed event-sourced style package repositories. license: BSD-3-Clause license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: Copyright (C) 2015-2018 davean category: Distribution build-type: Simple homepage: https://oss.xkcd.com/ bug-reports: https://code.xkrd.net/haskell/skete/issues source-repository head type: git location: https://code.xkrd.net/skete/skete.git library default-language: Haskell2010 hs-source-dirs: src ghc-options: -O2 exposed-modules: Distribution.Skete.DownloadUtils , Distribution.Skete.Storage.Interface , Distribution.Skete.Storage.GitFat , Distribution.Skete.TarUtils build-depends: base ^>= 4.8 , Cabal , aeson , async , bytestring , containers , deepseq , filepath , filesystem-abstractions , miss , miss-porcelain , http-client , wreq , list-tries , mtl , lens , old-locale , resourcet , safe , stm , system-filepath , tar >= 0.5.0.3 , text , time , unix , yaml , zlib , exceptions , posix-paths , monad-log , exceptions