ソースを参照

Added Data.SCargot module

Getty Ritter 8 年 前
コミット
091264ec53
2 ファイル変更7 行追加1 行削除
  1. 5 0
      Data/SCargot.hs
  2. 2 1
      s-cargot.cabal

+ 5 - 0
Data/SCargot.hs

@@ -0,0 +1,5 @@
+module Data.SCargot
+         ( module Data.SCargot.General
+         ) where
+
+import Data.SCargot.General

+ 2 - 1
s-cargot.cabal

@@ -19,7 +19,8 @@ build-type:          Simple
 cabal-version:       >=1.10
 
 library
-  exposed-modules:     Data.SCargot.Repr,
+  exposed-modules:     Data.SCargot,
+                       Data.SCargot.Repr,
                        Data.SCargot.Repr.Basic,
                        Data.SCargot.Repr.Rich,
                        Data.SCargot.Repr.WellFormed,