stack-2.15.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Types.Storage

Description

Types used by Stack.Storage modules.

Synopsis

Documentation

newtype ProjectStorage Source #

A bit of type safety to ensure we're talking to the right database.

Constructors

ProjectStorage 

newtype UserStorage Source #

A bit of type safety to ensure we're talking to the right database.

Constructors

UserStorage 

Fields