Cabal revisions of beam-core-0.9.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: beam-core version: 0.9.0.0+x-revision: 1 synopsis: Type-safe, feature-complete SQL query and manipulation interface for Haskell description: Beam is a Haskell library for type-safe querying and manipulation of SQL databases. Beam is modular and supports various backends. In order to use beam, you will need to use Database.Beam.Schema.Lenses - build-depends: base >=4.9 && <5.0,+ build-depends: base >=4.11 && <5.0, aeson >=0.11 && <1.5, text >=1.2.2.0 && <1.3, bytestring >=0.10 && <0.11,