Skip to content

Commit

Permalink
Added export list for OllamaExample module
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharad committed Nov 5, 2024
1 parent e915456 commit cd25980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OllamaExamples.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}

module OllamaExamples where
module OllamaExamples (main) where

import Control.Monad (void)
import Data.List.NonEmpty (NonEmpty((:|)))
Expand Down

0 comments on commit cd25980

Please sign in to comment.