summary refs log tree commit diff
path: root/blinker.cabal
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2024-01-26 21:09:09 +0200
committertzlil <tzlils@protonmail.com>2024-01-26 21:09:09 +0200
commit5c6635052b6983d2149b936762298200f6419275 (patch)
treed6cde34d61df3aa7be7e63bbb42da157207a93a9 /blinker.cabal
parent3b5936958c72d7f4db1b5d0deb00cdb43a2f5e66 (diff)
UART ECHO SERVER!!!!!!!!
Diffstat (limited to 'blinker.cabal')
-rw-r--r--blinker.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/blinker.cabal b/blinker.cabal
index 3a2d389..35e0781 100644
--- a/blinker.cabal
+++ b/blinker.cabal
@@ -70,9 +70,12 @@ common common-options
   build-depends:
     base,
     Cabal,
+    mtl,
+    transformers,
 
     -- clash-prelude will set suitable version bounds for the plugins
     clash-prelude >= 1.8.1 && < 1.10,
+    clash-cores,
     ghc-typelits-natnormalise,
     ghc-typelits-extra,
     ghc-typelits-knownnat