Skip to content

Commit

Permalink
Move batch and match to the united repo
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed May 12, 2020
1 parent e5bbb40 commit 6e6b3c3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 631 deletions.
9 changes: 2 additions & 7 deletions selective.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,11 @@ source-repository head

library
hs-source-dirs: src
exposed-modules: Control.Batch,
Control.Match,
Control.Match.Arrow,
Control.Match.Profunctor,
Control.Selective,
exposed-modules: Control.Selective,
Control.Selective.Free,
Control.Selective.Multi,
Control.Selective.Rigid.Free,
Control.Selective.Rigid.Freer,
Control.United
Control.Selective.Rigid.Freer
build-depends: base >= 4.7 && < 5,
containers >= 0.5.5.1 && < 0.7,
transformers >= 0.4.2.0 && < 0.6
Expand Down
52 changes: 0 additions & 52 deletions src/Control/Batch.hs

This file was deleted.

173 changes: 0 additions & 173 deletions src/Control/Match.hs

This file was deleted.

149 changes: 0 additions & 149 deletions src/Control/Match/Arrow.hs

This file was deleted.

Loading

0 comments on commit 6e6b3c3

Please sign in to comment.