Added Data.SCargot module
Getty Ritter
9 years ago
| 1 |
module Data.SCargot
|
| 2 |
( module Data.SCargot.General
|
| 3 |
) where
|
| 4 |
|
| 5 |
import Data.SCargot.General
|
19 | 19 |
cabal-version: >=1.10
|
20 | 20 |
|
21 | 21 |
library
|
22 | |
exposed-modules: Data.SCargot.Repr,
|
| 22 |
exposed-modules: Data.SCargot,
|
| 23 |
Data.SCargot.Repr,
|
23 | 24 |
Data.SCargot.Repr.Basic,
|
24 | 25 |
Data.SCargot.Repr.Rich,
|
25 | 26 |
Data.SCargot.Repr.WellFormed,
|