From 7187952ac21db3a947257073fdc3a5d8f46e6e08 Mon Sep 17 00:00:00 2001 From: staticvoid Date: Fri, 1 Jul 2022 01:18:09 +0300 Subject: [PATCH] Export more functions --- 4r-api/{api.cabal => 4r-api.cabal} | 0 4r-api/Api.hs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename 4r-api/{api.cabal => 4r-api.cabal} (100%) diff --git a/4r-api/api.cabal b/4r-api/4r-api.cabal similarity index 100% rename from 4r-api/api.cabal rename to 4r-api/4r-api.cabal diff --git a/4r-api/Api.hs b/4r-api/Api.hs index 669eb05..e06fa39 100644 --- a/4r-api/Api.hs +++ b/4r-api/Api.hs @@ -1,4 +1,4 @@ -module Api (getSections, getTopics, getTopic) where +module Api (getSections, getSections', getTopics, getTopics', getTopic, getTopic') where import Relude