git-annex/Types/Concurrency.hs

9 lines
186 B
Haskell
Raw Normal View History

{- Copyright 2016 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU AGPL version 3 or higher.
-}
module Types.Concurrency where
data Concurrency = NonConcurrent | Concurrent Int