Tidy dependencies and copyright dates

This commit is contained in:
Tom McLaughlin 2021-03-10 08:03:13 -08:00
parent 34495dcf1d
commit 92dcf86cf1
13 changed files with 40 additions and 209 deletions

View File

@ -20,36 +20,12 @@ extra-source-files:
description: Please see the README on GitHub at <https://github.com/githubuser/sandwich-demos#readme>
dependencies:
- aeson
- async
- base >= 4.7 && < 5
- containers
- convertible
- data-default
- directory
- base
- exceptions
- filepath
- http-client
- http-conduit
- interpolate
- lifted-base
- monad-control
- monad-logger
- mtl
- network
- process
- random
- retry
- safe
- safe-exceptions
- sandwich
- temporary
- text
- time
- transformers
- transformers-base
- unix
- unordered-containers
default-extensions:
- OverloadedStrings

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 90fe267c75a75151c6f65d36ba14f3f477dbe8f1a771b89cd9508b0798f73a66
-- hash: be2a99b78860b1d0d9651c3bcaf5d7b6d5c3ac5233074f3823cefb35b0b340f2
name: sandwich-demos
version: 0.1.0.0
@ -35,36 +35,12 @@ library
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, base >=4.7 && <5
, containers
, convertible
, data-default
, directory
base
, exceptions
, filepath
, http-client
, http-conduit
, interpolate
, lifted-base
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, temporary
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
default-language: Haskell2010
executable basic
@ -76,37 +52,13 @@ executable basic
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, base >=4.7 && <5
, containers
, convertible
, data-default
, directory
base
, exceptions
, filepath
, http-client
, http-conduit
, interpolate
, lifted-base
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, sandwich-demos
, temporary
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
default-language: Haskell2010
executable timing
@ -118,37 +70,13 @@ executable timing
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, base >=4.7 && <5
, containers
, convertible
, data-default
, directory
base
, exceptions
, filepath
, http-client
, http-conduit
, interpolate
, lifted-base
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, sandwich-demos
, temporary
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
default-language: Haskell2010
executable timing-parallel
@ -160,37 +88,13 @@ executable timing-parallel
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, base >=4.7 && <5
, containers
, convertible
, data-default
, directory
base
, exceptions
, filepath
, http-client
, http-conduit
, interpolate
, lifted-base
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, sandwich-demos
, temporary
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
default-language: Haskell2010
executable tui
@ -202,35 +106,11 @@ executable tui
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, base >=4.7 && <5
, containers
, convertible
, data-default
, directory
base
, exceptions
, filepath
, http-client
, http-conduit
, interpolate
, lifted-base
, monad-control
, monad-logger
, mtl
, network
, process
, random
, retry
, safe
, safe-exceptions
, sandwich
, sandwich-demos
, temporary
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
default-language: Haskell2010

View File

@ -1,4 +1,4 @@
Copyright Tom McLaughlin (c) 2020
Copyright Tom McLaughlin (c) 2021
All rights reserved.

View File

@ -4,7 +4,7 @@ github: "githubuser/sandwich-quickcheck"
license: BSD3
author: "Tom McLaughlin"
maintainer: "example@example.com"
copyright: "2020 Tom McLaughlin"
copyright: "2021 Tom McLaughlin"
extra-source-files:
- README.md
@ -22,7 +22,7 @@ description: Please see the README on GitHub at <https://github.com/gith
dependencies:
- aeson
- async
- base >= 4.7 && < 5
- base
- containers
- convertible
- data-default

View File

@ -1,4 +1,4 @@
Copyright Tom McLaughlin (c) 2020
Copyright Tom McLaughlin (c) 2021
All rights reserved.

View File

@ -4,7 +4,7 @@ github: "thomasjm/sandwich-slack"
license: BSD3
author: "Tom McLaughlin"
maintainer: "tom@codedown.io"
copyright: "2020 Tom McLaughlin"
copyright: "2021 Tom McLaughlin"
extra-source-files:
- README.md
@ -21,11 +21,9 @@ description: Please see the README on GitHub at <https://github.com/thom
dependencies:
- aeson
- aeson-qq
- base >= 4.7 && < 5
- base
- bytestring
- containers
- filepath
- interpolate
- lens
- lens-aeson

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: f6c2ec1dfd9857804be249118f2eaa56659dd140fb438ae894abd9da41a6bfe2
-- hash: 84ed7e75ffe455815175f7e7eef70e987766c4ebb1a059eab1c095922d4ce6ee
name: sandwich-slack
version: 0.1.0.0
@ -13,7 +13,7 @@ homepage: https://github.com/thomasjm/sandwich-slack#readme
bug-reports: https://github.com/thomasjm/sandwich-slack/issues
author: Tom McLaughlin
maintainer: tom@codedown.io
copyright: 2020 Tom McLaughlin
copyright: 2021 Tom McLaughlin
license: BSD3
license-file: LICENSE
build-type: Simple
@ -39,11 +39,9 @@ library
ghc-options: -W
build-depends:
aeson
, aeson-qq
, base >=4.7 && <5
, base
, bytestring
, containers
, filepath
, interpolate
, lens
, lens-aeson
@ -68,11 +66,9 @@ executable sandwich-slack-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-qq
, base >=4.7 && <5
, base
, bytestring
, containers
, filepath
, interpolate
, lens
, lens-aeson
@ -99,11 +95,9 @@ test-suite sandwich-slack-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-qq
, base >=4.7 && <5
, base
, bytestring
, containers
, filepath
, interpolate
, lens
, lens-aeson

View File

@ -1,4 +1,4 @@
Copyright Tom McLaughlin (c) 2020
Copyright Tom McLaughlin (c) 2021
All rights reserved.

View File

@ -4,7 +4,7 @@ github: "githubuser/sandwich-webdriver"
license: BSD3
author: "Tom McLaughlin"
maintainer: "example@example.com"
copyright: "2020 Tom McLaughlin"
copyright: "2021 Tom McLaughlin"
extra-source-files:
- README.md
@ -21,8 +21,7 @@ description: Please see the README on GitHub at <https://github.com/gith
dependencies:
- aeson
- async
- base >= 4.7 && < 5
- base
- containers
- convertible
- data-default
@ -50,7 +49,6 @@ dependencies:
- text
- time
- transformers
- transformers-base
- unix
- unordered-containers
- vector

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 924c13bf6cd9916d8608db303fd6eb75616ddbf188426e5ebb40cf359b11e89c
-- hash: f44e7ec2b778e2f071bf9e410aec7e355a853a68ec94c3c3e5efd932ebe6ae2c
name: sandwich-webdriver
version: 0.1.0.0
@ -13,7 +13,7 @@ homepage: https://github.com/githubuser/sandwich-webdriver#readme
bug-reports: https://github.com/githubuser/sandwich-webdriver/issues
author: Tom McLaughlin
maintainer: example@example.com
copyright: 2020 Tom McLaughlin
copyright: 2021 Tom McLaughlin
license: BSD3
license-file: LICENSE
build-type: Simple
@ -49,11 +49,11 @@ library
hs-source-dirs:
src
default-extensions: OverloadedStrings QuasiQuotes NamedFieldPuns RecordWildCards ScopedTypeVariables FlexibleContexts FlexibleInstances LambdaCase
ghc-options: -W
build-depends:
X11
, aeson
, async
, base >=4.7 && <5
, base
, containers
, convertible
, data-default
@ -81,7 +81,6 @@ library
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
, vector
@ -100,8 +99,7 @@ executable sandwich-webdriver-exe
build-depends:
X11
, aeson
, async
, base >=4.7 && <5
, base
, containers
, convertible
, data-default
@ -130,7 +128,6 @@ executable sandwich-webdriver-exe
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
, vector
@ -149,8 +146,7 @@ test-suite sandwich-webdriver-test
build-depends:
X11
, aeson
, async
, base >=4.7 && <5
, base
, containers
, convertible
, data-default
@ -179,7 +175,6 @@ test-suite sandwich-webdriver-test
, text
, time
, transformers
, transformers-base
, unix
, unordered-containers
, vector

View File

@ -1,4 +1,4 @@
Copyright Tom McLaughlin (c) 2020
Copyright Tom McLaughlin (c) 2021
All rights reserved.

View File

@ -4,7 +4,7 @@ github: "githubuser/sandwich"
license: BSD3
author: "Tom McLaughlin"
maintainer: "example@example.com"
copyright: "2020 Tom McLaughlin"
copyright: "2021 Tom McLaughlin"
extra-source-files:
- README.md
@ -20,11 +20,10 @@ extra-source-files:
description: Please see the README on GitHub at <https://github.com/githubuser/sandwich#readme>
dependencies:
- QuickCheck
- aeson
- ansi-terminal
- async
- base >= 4.7 && < 5
- base
- colour
- containers
- brick
@ -44,7 +43,6 @@ dependencies:
- optparse-applicative
- pretty-show
- process
- random
- safe
- safe-exceptions
- stm

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: c6a265172f1b18c1be16465ce3bf94849a663d309b0209b2c29108c2cf0b3530
-- hash: 78349f7c857a46939a00821027fc2b5ca9caad2d9075aaf6f7925e9673bcc27d
name: sandwich
version: 0.1.0.0
@ -13,7 +13,7 @@ homepage: https://github.com/githubuser/sandwich#readme
bug-reports: https://github.com/githubuser/sandwich/issues
author: Tom McLaughlin
maintainer: example@example.com
copyright: 2020 Tom McLaughlin
copyright: 2021 Tom McLaughlin
license: BSD3
license-file: LICENSE
build-type: Simple
@ -82,11 +82,10 @@ library
src
ghc-options: -W
build-depends:
QuickCheck
, aeson
aeson
, ansi-terminal
, async
, base >=4.7 && <5
, base
, brick
, bytestring
, colour
@ -106,7 +105,6 @@ library
, optparse-applicative
, pretty-show
, process
, random
, safe
, safe-exceptions
, stm
@ -128,11 +126,10 @@ executable sandwich-exe
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
aeson
, ansi-terminal
, async
, base >=4.7 && <5
, base
, brick
, bytestring
, colour
@ -152,7 +149,6 @@ executable sandwich-exe
, optparse-applicative
, pretty-show
, process
, random
, safe
, safe-exceptions
, sandwich
@ -180,11 +176,10 @@ executable sandwich-test
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
aeson
, ansi-terminal
, async
, base >=4.7 && <5
, base
, brick
, bytestring
, colour
@ -204,7 +199,6 @@ executable sandwich-test
, optparse-applicative
, pretty-show
, process
, random
, safe
, safe-exceptions
, sandwich
@ -233,11 +227,10 @@ test-suite sandwich-test-suite
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
aeson
, ansi-terminal
, async
, base >=4.7 && <5
, base
, brick
, bytestring
, colour
@ -257,7 +250,6 @@ test-suite sandwich-test-suite
, optparse-applicative
, pretty-show
, process
, random
, safe
, safe-exceptions
, sandwich