File: Introspection.hs

package info (click to toggle)
haskell-dbus 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: haskell: 7,693; xml: 90; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
module DBus.Introspection
    ( module X
    ) where

import DBus.Introspection.Types as X
import DBus.Introspection.Parse as X
import DBus.Introspection.Render as X