Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
forks
composite
Commits
53a63591
Commit
53a63591
authored
8 years ago
by
Ross MacLeod
Browse files
Options
Download
Email Patches
Plain Diff
and update the cabal files for previous commit
parent
274abe9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
composite-aeson/composite-aeson.cabal
composite-aeson/composite-aeson.cabal
+1
-1
composite-base/composite-base.cabal
composite-base/composite-base.cabal
+1
-1
composite-opaleye/composite-opaleye.cabal
composite-opaleye/composite-opaleye.cabal
+1
-1
No files found.
composite-aeson/composite-aeson.cabal
View file @
53a63591
...
...
@@ -19,7 +19,7 @@ library
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NoImplicitPrelude OverloadedStrings PolyKinds ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall
-Werror
-O2
ghc-options: -Wall -O2
build-depends:
base >= 4.7 && < 5
, aeson
...
...
This diff is collapsed.
Click to expand it.
composite-base/composite-base.cabal
View file @
53a63591
...
...
@@ -19,7 +19,7 @@ library
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NoImplicitPrelude OverloadedStrings PolyKinds ScopedTypeVariables StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall
-Werror
-O2
ghc-options: -Wall -O2
build-depends:
base >= 4.7 && < 5
, Frames
...
...
This diff is collapsed.
Click to expand it.
composite-opaleye/composite-opaleye.cabal
View file @
53a63591
...
...
@@ -19,7 +19,7 @@ library
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances LambdaCase MultiParamTypeClasses NoImplicitPrelude OverloadedStrings PolyKinds ScopedTypeVariables StrictData TemplateHaskell TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall
-Werror
-O2
ghc-options: -Wall -O2
build-depends:
base >= 4.7 && < 5
, Frames
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment