We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TempRegistry
1 parent 0759a78 commit a40e328Copy full SHA for a40e328
lsm-tree.cabal
@@ -848,16 +848,13 @@ library control
848
Control.ActionRegistry
849
Control.Concurrent.Class.MonadSTM.RWVar
850
Control.RefCount
851
- Control.TempRegistry
852
853
build-depends:
854
- , base >=4.14 && <4.22
855
- , containers ^>=0.6 || ^>=0.7
856
- , deepseq ^>=1.4 || ^>=1.5
857
- , io-classes ^>=1.6 || ^>=1.7
858
- , io-classes:strict-mvar
+ , base >=4.14 && <4.22
+ , deepseq ^>=1.4 || ^>=1.5
+ , io-classes ^>=1.6 || ^>=1.7
859
, io-classes:strict-stm
860
- , primitive ^>=0.9
+ , primitive ^>=0.9
861
862
test-suite control-test
863
import: language, warnings
src-control/Control/TempRegistry.hs
0 commit comments