-- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: woot version: 0.0.0.6 synopsis: Real time group editor without operational transform. description: Without operation transform - WOOT. category: Data homepage: https://github.com/TGOlson/woot-haskell bug-reports: https://github.com/TGOlson/woot-haskell/issues author: Tyler Olson maintainer: tydotg@gmail.com license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/TGOlson/woot-haskell library hs-source-dirs: lib default-extensions: TupleSections ghc-options: -Wall build-depends: base <= 5 , vector exposed-modules: Data.Woot Data.Woot.Core Data.Woot.Operation Data.Woot.WChar Data.Woot.WString other-modules: Paths_woot default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: spec default-extensions: TupleSections ghc-options: -Wall build-depends: base <= 5 , vector , hspec , woot other-modules: Data.Woot.CoreSpec Data.Woot.WStringSpec Data.WootSpec MockData SpecHelper default-language: Haskell2010