Name: locked-poll Version: 0.1.0 Author: Scott Murphy Maintainer: Scott Murphy License: BSD3 License-File: LICENSE Synopsis: Very simple poll lock Description: Fire and forget actions, lock with timeout resources Cabal-Version: >= 1.10 Build-Type: Simple Extra-Source-Files: README.md, ChangeLog.md Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: LockedPoll LockedPoll.Internal -- Other-Modules: Build-Depends: base >= 4 && < 5 , containers , clock executable locked-poll Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall main-is: Main.hs Build-Depends: base >= 4 && < 5 , containers , locked-poll , clock Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 Hs-Source-Dirs: src , test Ghc-Options: -Wall Main-Is: Spec.hs Build-Depends: QuickCheck , base , containers , regex-genex , tasty , tasty-golden , tasty-hunit , tasty-quickcheck , clock , lens , random , bytestring , time , attoparsec Source-Repository head Type: git Location: https://github.com/plow-technologies/locked-poll.git