packages feed

Cabal revisions of async-dejafu-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial async-dejafu.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                async-dejafu-version:             0.1.0.0-synopsis:            Run MonadConc operations asynchronously and wait for their results.--description:-  The <https://hackage.haskell.org/package/async async> library-  provides a higher-level interface over threads, allowing users to-  conveniently run IO operations asynchronously and wait for their-  results. This package is a reimplementation of async using the-  @MonadConc@ abstraction from-  <https://hackage.haskell.org/package/dejafu dejafu>, providing-  easy-to-use asynchronous operaitons within an easily-testable-  framework.-  .-  When these functions are used in an IO context, the behaviour should-  appear identical to the original async package.---homepage:            https://github.com/barrucadu/dejafu-license:             BSD3-license-file:        LICENSE-author:              Michael Walker-maintainer:          mike@barrucadu.co.uk--- copyright:           -category:            Concurrency-build-type:          Simple--- extra-source-files:  -cabal-version:       >=1.10--library-  exposed-modules:     Control.Concurrent.Async-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.5 && <5-                     , dejafu >= 0.1-                     , exceptions-  -- hs-source-dirs:      -  default-language:    Haskell2010-  ghc-options: -Wall--test-suite tests-  hs-source-dirs:      tests-  type:                exitcode-stdio-1.0-  main-is:             Main.hs-  build-depends:       base, async-dejafu, dejafu, HUnit, hunit-dejafu-  default-language:    Haskell2010+-- Initial async-dejafu.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                async-dejafu
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Run MonadConc operations asynchronously and wait for their results.
+
+description:
+  The <https://hackage.haskell.org/package/async async> library
+  provides a higher-level interface over threads, allowing users to
+  conveniently run IO operations asynchronously and wait for their
+  results. This package is a reimplementation of async using the
+  @MonadConc@ abstraction from
+  <https://hackage.haskell.org/package/dejafu dejafu>, providing
+  easy-to-use asynchronous operaitons within an easily-testable
+  framework.
+  .
+  When these functions are used in an IO context, the behaviour should
+  appear identical to the original async package.
+
+
+homepage:            https://github.com/barrucadu/dejafu
+license:             BSD3
+license-file:        LICENSE
+author:              Michael Walker
+maintainer:          mike@barrucadu.co.uk
+-- copyright:           
+category:            Concurrency
+build-type:          Simple
+-- extra-source-files:  
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Control.Concurrent.Async
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.7 && <4.9
+                     , dejafu >= 0.1 && <0.3
+                     , exceptions < 0.9
+  -- hs-source-dirs:      
+  default-language:    Haskell2010
+  ghc-options: -Wall
+
+test-suite tests
+  hs-source-dirs:      tests
+  type:                exitcode-stdio-1.0
+  main-is:             Main.hs
+  build-depends:       base, async-dejafu, dejafu, HUnit, hunit-dejafu
+  default-language:    Haskell2010