Skip to content

Commit

Permalink
[#353] Reexport external libraries
Browse files Browse the repository at this point in the history
Resolves #353
  • Loading branch information
chshersh committed Mar 11, 2021
1 parent 3c4dd28 commit 61c72f4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions relude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,33 @@ library
Relude.Extra.Type
Relude.Unsafe

reexported-modules:
-- containers
, Data.IntMap.Lazy
, Data.IntMap.Strict
, Data.IntSet
, Data.Map.Lazy
, Data.Map.Strict
, Data.Set
, Data.Sequence
, Data.Tree
-- unordered-containers
, Data.HashMap
, Data.HashMap.Lazy
, Data.HashMap.Strict
, Data.HashSet
-- text
, Data.Text
, Data.Text.IO
, Data.Text.Lazy
, Data.Text.Lazy.IO
, Data.Text.Read
-- bytestring
, Data.ByteString
, Data.ByteString.Builder
, Data.ByteString.Lazy
, Data.ByteString.Short


build-depends: bytestring >= 0.10 && < 0.12
, containers >= 0.5.7 && < 0.7
Expand Down

0 comments on commit 61c72f4

Please sign in to comment.