Skip to content

Commit

Permalink
Revert changes to FunGraph.Build
Browse files Browse the repository at this point in the history
runeksvendsen committed Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 81a0939 commit a1c2282
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/lib/FunGraph/Build.hs
Original file line number Diff line number Diff line change
@@ -13,11 +13,6 @@ module FunGraph.Build
, buildConfig_excludeModulePatterns
, FrozenGraph
, Graph
-- * Re-exports
, Json.DeclarationMapJson
, T.Text
-- * For testing
, decodeDeclarationMap
) where

import FunGraph.Types
@@ -41,11 +36,6 @@ fileReadDeclarationMap
-> IO (Either String [Json.DeclarationMapJson T.Text])
fileReadDeclarationMap fileName = A.eitherDecode <$> BSL.readFile fileName

decodeDeclarationMap
:: BSL.ByteString
-> Either String [Json.DeclarationMapJson T.Text]
decodeDeclarationMap = A.eitherDecode

withGraphFromFile
:: BuildConfig
-> FilePath

0 comments on commit a1c2282

Please sign in to comment.