packages feed

hix-0.7.0: lib/Hix/Data/Error.hs

module Hix.Data.Error where

data Error =
  PreprocError Text
  |
  EnvError Text
  |
  GhciError Text
  |
  NewError Text
  |
  BootstrapError Text
  |
  NoMatch Text
  |
  Fatal Text
  |
  Client Text
  deriving stock (Eq, Show, Generic)