packages feed

haskell-language-server-2.10.0.0: plugins/hls-refactor-plugin/test/data/import-placement/ShebangNotAtTop.expected.hs

{-# LANGUAGE OverloadedStrings #-}

class Semigroup a => SomeData a
instance SomeData All

#! nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])"
import Data.Monoid

f :: Int -> Int 
f x = x * x