11 lines
117 B
Haskell
11 lines
117 B
Haskell
![]() |
{- git-annex abstract data types -}
|
||
|
|
||
|
module Types (
|
||
|
Annex,
|
||
|
AnnexState,
|
||
|
Key,
|
||
|
Backend
|
||
|
) where
|
||
|
|
||
|
import BackendTypes
|