| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.Nix.Store.DB.Instances
Contents
Documentation
newtype NixUTCTime Source #
Constructors
| NixUTCTime UTCTime |
Instances
Orphan instances
| PersistField ContentAddress Source # | |
Methods toPersistValue :: ContentAddress -> PersistValue # fromPersistValue :: PersistValue -> Either Text ContentAddress # | |
| PersistField StorePath Source # | |
Methods toPersistValue :: StorePath -> PersistValue # | |
| PersistField StorePathTrust Source # | |
Methods toPersistValue :: StorePathTrust -> PersistValue # fromPersistValue :: PersistValue -> Either Text StorePathTrust # | |
| PersistFieldSql ContentAddress Source # | |
Methods sqlType :: Proxy ContentAddress -> SqlType # | |
| PersistFieldSql StorePath Source # | |
| PersistFieldSql StorePathTrust Source # | |
Methods sqlType :: Proxy StorePathTrust -> SqlType # | |