diff options
author | 2025-02-20 16:44:21 +0100 | |
---|---|---|
committer | 2025-02-20 18:37:07 +0100 | |
commit | fefb6424bddd6ac4bf0b68f30fbf6a7f59658cec (patch) | |
tree | 1f64b73b4380830d416b97355d588b95a63a4fca /achat.cabal | |
parent | bb7cb646a7b0bd762cd23c1a24ab63bba1e2407d (diff) |
add example http request
Diffstat (limited to 'achat.cabal')
-rw-r--r-- | achat.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/achat.cabal b/achat.cabal index 766bf67..448a896 100644 --- a/achat.cabal +++ b/achat.cabal @@ -15,6 +15,7 @@ executable achat build-depends: base, clay, + ghcjs-base, haskell-halogen-core, kan-extensions, protolude, |