Skip to content

Commit

Permalink
Update from Hackage at 2017-03-29T18:05:52Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 29, 2017
1 parent 6f15e8a commit 16a802d
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions transient/0.1.1/transient.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: transient
version: 0.1.1
x-revision: 2
x-revision: 3
cabal-version: >=1.10
build-type: Simple
license: GPL-3
Expand All @@ -19,10 +19,23 @@ source-repository head
location: https://github.com/agocorona/transient

library
build-depends: base >=4.6 && <5 , mtl , random , containers ,
directory , filepath , stm , HTTP , network ,
transformers , process >=1.2 , network-info ,
bytestring , time , TCache, SHA
build-depends: base >=4.6 && <4.10
, mtl < 2.3
, random < 1.2
, containers < 0.6
, directory < 1.4
, filepath < 1.5
, stm < 2.5
, HTTP < 4000.4
, network < 2.6.3
, transformers < 0.6
, process >=1.2 && < 1.5
, network-info < 0.3
, bytestring < 0.11
, time < 1.7
, TCache < 0.13
, SHA < 1.7

exposed-modules: Transient.DDS Transient.Indeterminism
Transient.Base Transient.EVars Transient.Backtrack Transient.Move
Transient.Logged Transient.Stream.Resource
Expand Down

0 comments on commit 16a802d

Please sign in to comment.