Skip to content

Commit

Permalink
FIIXUP cabal things
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz authored and turion committed Dec 2, 2024
1 parent 1bff264 commit 196a54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automaton-lens/automaton-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ library
import: opts
exposed-modules: Data.Automaton.Lens
build-depends:
base >=4.14 && <4.20,
lens ^>= 5.2,
base >=4.16 && <4.21,
lens,
profunctors,
automaton

Expand Down
4 changes: 3 additions & 1 deletion rhine-tree/rhine-tree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library
Types
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base >=4.16 && < 4.21
, transformers
, base-compat
, sop-core
Expand All @@ -35,6 +35,8 @@ library
default-extensions:
GADTs
TypeFamilies
Arrows
ScopedTypeVariables

test-suite rhine-tree-test
import: warnings
Expand Down

0 comments on commit 196a54d

Please sign in to comment.