From cb2bd5459633f4e8b981f3af493f19897a5358f8 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Tue, 8 Dec 2020 21:39:41 +0100 Subject: [PATCH] Update version bounds, restructure file (remove useless library name) --- hablo.cabal | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hablo.cabal b/hablo.cabal index 58d94c7..0269341 100644 --- a/hablo.cabal +++ b/hablo.cabal @@ -27,7 +27,7 @@ data-dir: share data-files: js/*.js defaultWording.conf -library hablo-internals +library exposed-modules: Arguments , Article , ArticlesList @@ -50,19 +50,19 @@ library hablo-internals , Pretty , RSS -- other-extensions: - build-depends: aeson >= 1.4.0 && < 1.5 - , base >= 4.9.1 && < 4.14 - , bytestring >= 0.10.8 && < 0.11 + build-depends: aeson >= 1.4.0 && < 1.6 + , base >= 4.9.1 && < 4.15 + , bytestring >= 0.10.8 && < 0.12 , containers >= 0.5.11 && < 0.7 , directory >= 1.3.1 && < 1.4 , filepath >= 1.4.2 && < 1.5 , lucid >= 2.9.11 && < 2.10 , mtl >= 2.2.2 && < 2.3 - , optparse-applicative >= 0.14.3 && < 0.16 + , optparse-applicative >= 0.14.3 && < 0.17 , parsec >= 3.1.13 && < 3.2 , template >= 0.2.0 && < 0.3 , text >= 1.2.3 && < 1.3 - , time >= 1.8.0 && < 1.10 + , time >= 1.8.0 && < 1.12 , SJW >= 0.1.2 && < 0.2 , unix >= 2.7.2 && < 2.8 ghc-options: -Wall @@ -73,8 +73,8 @@ executable hablo main-is: src/Main.hs other-modules: Paths_hablo -- other-extensions: - build-depends: base >= 4.9.1 && < 4.13 - , hablo-internals + build-depends: base >= 4.9.1 && < 4.15 + , hablo , mtl >= 2.2.2 && < 2.3 ghc-options: -Wall -dynamic default-language: Haskell2010 @@ -103,7 +103,6 @@ test-suite tests , directory , filepath , Cabal - , hablo-internals , lucid , mtl , text