diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-14 18:23:20 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-14 18:23:20 +0000 |
commit | d14515a4a50d5b5335f9c1525432b68ab67fa7c8 (patch) | |
tree | fb07b2e27b4b5cebc32a3c7ee064ef376344d7e7 /HSSL.cabal | |
parent | 9e2f7fb0ca902665b430a96f77959522976a97f9 (diff) |
more refactoring
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, |