packages feed

ghcide-1.4.2.0: test/data/import-placement/PragmasShebangsAndModuleDecl.expected.hs

{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -Wall #-}
#! /usr/bin/env nix-shell
#! nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])"

module Test where
import Data.Monoid

class Semigroup a => SomeData a

instance SomeData All