cabal-version: 2.2 name: staged version: 0 synopsis: Staged programming category: Staged, Generics description: Staged programming: . * Generics . * ??? author: Oleg Grenrus, Andres Löh maintainer: Oleg Grenrus license: BSD-3-Clause license-file: LICENSE library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src -- ghc-boot dependencies build-depends: , base >=4.10 && <4.14 , template-haskell >=2.12 && <2.16 -- other dependencies build-depends: , generics-sop ^>=0.5.0.0 , th-abstraction ^>=0.3.1.0 , th-lift ^>=0.8.1 exposed-modules: Staged.Commons Staged.SOP Staged.SOP.Class Staged.SOP.Examples.Eq Staged.SOP.Instances Staged.SOP.TH