diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-03-19 11:34:19 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-03-19 11:34:19 +0100 |
| commit | bc3ba48d851f4f46f0ab33547efa39fa1fb0414a (patch) | |
| tree | 530c32bea8c2034da4506c461673a6b6205423c9 /tests/SlackBuilder/PackageSpec.hs | |
| parent | 3d81917627188cdbd8809729ecde7e20e21a1a43 (diff) | |
| download | slackbuilder-bc3ba48d851f4f46f0ab33547efa39fa1fb0414a.tar.gz | |
Recognize + in sematnic tags
Diffstat (limited to 'tests/SlackBuilder/PackageSpec.hs')
| -rw-r--r-- | tests/SlackBuilder/PackageSpec.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/SlackBuilder/PackageSpec.hs b/tests/SlackBuilder/PackageSpec.hs index ffe6737..2a34c89 100644 --- a/tests/SlackBuilder/PackageSpec.hs +++ b/tests/SlackBuilder/PackageSpec.hs @@ -1,3 +1,7 @@ +{- This Source Code Form is subject to the terms of the Mozilla Public License, + v. 2.0. If a copy of the MPL was not distributed with this file, You can + obtain one at https://mozilla.org/MPL/2.0/. -} + module SlackBuilder.PackageSpec ( spec ) where |
