diff options
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ tested-with: GHC ==6.6.1 | |||
14 | Build-Depends: base, haskell98 | 14 | Build-Depends: base, haskell98 |
15 | Extensions: ForeignFunctionInterface | 15 | Extensions: ForeignFunctionInterface |
16 | --ghc-options: -Wall | 16 | --ghc-options: -Wall |
17 | ghc-options: -O | 17 | ghc-options: -O0 |
18 | hs-source-dirs: lib | 18 | hs-source-dirs: lib |
19 | Exposed-modules: Data.Packed.Internal, | 19 | Exposed-modules: Data.Packed.Internal, |
20 | Data.Packed.Internal.Common, | 20 | Data.Packed.Internal.Common, |