The Avenging Angel

The Avenging Angel is a 1995 American made-for-television Western film directed by Craig R. Baxley and starring Tom Berenger and James Coburn.

The Avenging Angel
GenreWestern
Written byDennis Nemec
Directed byCraig R. Baxley
StarringTom Berenger
James Coburn
Fay Masterson
Kevin Tighe
Jeffrey Jones
Music byGary Chang
Country of originUnited States
Original language(s)English
Production
Executive producer(s)Moctesuma Esparza
Robert Katz
Producer(s)Jay Benson
Tom Berenger
CinematographyMark Irwin
Editor(s)Mark Helfrich
Running time91 minutes
Production company(s)Esparza / Katz Productions
DistributorTNT
Release
Original networkTNT
Original release
  • January 22, 1995 (1995-01-22)

Cast

gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.
gollark: You can, it just gets annoying.

References


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.