diff --git a/Stackage/Config.hs b/Stackage/Config.hs deleted file mode 100644 index 232d8588..00000000 --- a/Stackage/Config.hs +++ /dev/null @@ -1,8 +0,0 @@ -{- - -NOTE: This module is no longer used for tracking packages included in Stackage. -To simplify the codebase, that information is now stored in the -build-constraints.yaml configuration file. The file should be self-explanatory. -Sorry for the inconvenience. - --} diff --git a/stackage/ChangeLog.md b/stackage/ChangeLog.md deleted file mode 100644 index ab298b5d..00000000 --- a/stackage/ChangeLog.md +++ /dev/null @@ -1,9 +0,0 @@ -## 0.7.3.0 - -* Added the executables split off from stackage-cli. - -## 0.7.0.0 - -* First release of this incarnation of the stackage package. Previously, this - package provided completely different functionality. That functionality has - since moved to stackage-curator. diff --git a/stackage/LICENSE b/stackage/LICENSE deleted file mode 100644 index b08099d7..00000000 --- a/stackage/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2015 FP Complete - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/stackage/README.md b/stackage/README.md deleted file mode 100644 index 941a7319..00000000 --- a/stackage/README.md +++ /dev/null @@ -1,2 +0,0 @@ -This is a dummy wrapper package, forcing installation of other packages which -provide real functionality. diff --git a/stackage/Setup.hs b/stackage/Setup.hs deleted file mode 100644 index 9a994af6..00000000 --- a/stackage/Setup.hs +++ /dev/null @@ -1,2 +0,0 @@ -import Distribution.Simple -main = defaultMain diff --git a/stackage/Stackage/Dummy.hs b/stackage/Stackage/Dummy.hs deleted file mode 100644 index e82e4a47..00000000 --- a/stackage/Stackage/Dummy.hs +++ /dev/null @@ -1,3 +0,0 @@ --- | This module does absolutely nothing. It's present so that cabal can more --- easily track whether the stackage package is installed. -module Stackage.Dummy () where diff --git a/stackage/stackage.cabal b/stackage/stackage.cabal deleted file mode 100644 index fbdefbad..00000000 --- a/stackage/stackage.cabal +++ /dev/null @@ -1,29 +0,0 @@ -name: stackage -version: 0.7.3.2 -synopsis: Dummy package forcing installation of other Stackage packages -homepage: https://www.stackage.org/ -license: MIT -license-file: LICENSE -author: Michael Snoyman -maintainer: michael@snoyman.com -category: Development -build-type: Simple -extra-source-files: README.md ChangeLog.md -cabal-version: >=1.10 - -library - exposed-modules: Stackage.Dummy - build-depends: base < 10 - , stackage-cli >= 0.1.0 - , stackage-update - , stackage-upload - , stackage-install - , stackage-build-plan - , stackage-cabal >= 0.1.1 - , stackage-sandbox >= 0.1.1 - , stackage-setup >= 0.0.1 - default-language: Haskell2010 - -source-repository head - type: git - location: git://github.com/commercialhaskell/stackage.git