Skip to content

Commit

Permalink
Remove dlist and aeson bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
cidkidnix committed Jul 18, 2023
1 parent f60d4f9 commit a9c906d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beam-core/beam-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ library
Database.Beam.Schema.Lenses

build-depends: base >=4.9 && <5.0,
aeson >=0.11 && <1.6,
aeson,
text >=1.2.2.0 && <1.3,
bytestring >=0.10 && <0.11,
mtl >=2.2.1 && <2.3,
microlens >=0.4 && <0.5,
ghc-prim >=0.5 && <0.7,
free >=4.12 && <5.2,
dlist >=0.7.1.2 && <0.9,
dlist,
time >=1.6 && <1.10,
hashable >=1.2.4.0 && <1.4,
network-uri >=2.6 && <2.7,
Expand Down

0 comments on commit a9c906d

Please sign in to comment.