summaryrefslogtreecommitdiff
path: root/src/dex.hs
diff options
context:
space:
mode:
authorAdam Paszke <apaszke@google.com>2022-04-06 17:19:27 +0000
committerAdam Paszke <adam.paszke@gmail.com>2022-04-06 20:38:20 +0200
commit4491bce2a0628b208375d418b95b09dcb4983267 (patch)
tree78aeead73153d21feb7e92dc40685e52a9c8c338 /src/dex.hs
parent33882b91d19c7edcd34ac2d8016044162a803007 (diff)
Use Cabal data files instead of embedFile
We're already doing this in a bunch of places, so there's no reason to keep the Resources module around anymore.
Diffstat (limited to 'src/dex.hs')
-rw-r--r--src/dex.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dex.hs b/src/dex.hs
index 8e63f1fd..539abb32 100644
--- a/src/dex.hs
+++ b/src/dex.hs
@@ -21,7 +21,6 @@ import qualified Data.Map.Strict as M
import PPrint (toJSONStr, printLitBlock)
import Serialize
-import Resources
import TopLevel
import Err
import Syntax