File: Compatible.hs

package info (click to toggle)
haskell-persistent 2.14.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,120 kB
  • sloc: haskell: 12,767; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module Database.Persist.Compatible
    ( Compatible(..)
    , makeCompatibleInstances
    , makeCompatibleKeyInstances
    ) where

import Database.Persist.Compatible.Types
import Database.Persist.Compatible.TH